@import "timetable.css";

table.timetable .timetableReserved, .legend .timetableReserved {
    background-color: #d0ffa2;
}

table.timetable .timetableOccupied, .legend .timetableOccupied {
    background-color: #FF3333;
    color: black;
}

table.timetable .timetableSeassonPass, .legend .timetableSeassonPass {
    background-color: #687dff !important;
    /* souvisi s #reservationTable .reservationCoveredIconSeassonPass, .receptionLegendSeassonPass */
}

table.timetable .timetableCredit, .legend .timetableCredit {
    background-color: #f7941d !important;
    /* souvisi s "#reservationTable .reservationCoveredIconCredit, .receptionLegendCredit" */
}
