.bus-layout g.free {
    fill: #FFF;
    cursor: pointer;
}

.bus-layout g.reserved {
    fill: #cacaca;
    color: white;
}

.bus-layout g.selected{
    fill: #8BFF8B;
    cursor: pointer;
}


text{
    font-family: arial;
    font-weight: bold;
}

/*
.bus-layout .free :hover {
    fill: #f7f7f7;
}*/
