/* CSS Document */

.calendarTable {
    margin-top: 15px;
}

.calendarTable tr td {
    width: 30px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}

.calendarFiller {
    background-color: inherit;
}

.calendarDayNames th {
    background-color: inherit;
    font-size: 16px;
    text-align: center;
}

.calendarDate {

}

.example-square {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.calendarBooked {
    background-color: #FA746E;

}

.calendarAvailabile {
    background-color: #ADDB73;

}

.calendarDateGone {
    background-color: #CCC;
}