
.calendar {
    float: left;
    margin-right: 18px;
    font-family: "Arial", "Hevetica", sans-serif;
    font-size: 11px;
    color: #969696 !important;
}

.calendar a { 
    text-decoration: none;
    display: block;
    color: white;
}

.calendar th {
    font-size: 13px;
    text-align: center !important;
    padding: 8px;
}

.cal-cell {
    border: 1px solid rgb(255,255,255);
    width: 32px; height: 20px;
    background-color: #1e7350;
    text-align: center;
    color: white;
}

.cal-booked {
    background-color: #993333 !important;
}


