#schedule {
    display: none;
    position: absolute;
    float: left;
    z-index: 100;
    width: 450px;
    height: 200px;
    font-size: 1.2em;
}

#year-calendar {
    font-size: 1.2em;
}

ul#months, ul#months li {
    display: inline;
}

.reservations-timetable {
    background: white;
    float: left;
    width: 7.5em;
}

.reservations-timetable-header {
    background: white;
    width: 22.4em;
    text-align: center;
    border: 1px solid black;
}

.reservations-timetable table {
    border: 1px solid black;
    border-right: none;
}

.reservations-timetable.last table {
    border-right: 1px solid black;
}

.reservations-timetable td {
    text-align: center;
}

.reservations-timetable th {
    text-align: center;
    border-bottom: 1px solid black;    
}

.busy {
    background-color: orange;
}

.month {
    clear: left;
    margin-top: 18px;
    font-size: 1.5em;
}

