/* -------------------  */
/* BOOKINGS INCLUDED   */
/* -------------------- */
.box-included-list {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0 2px 2px #efefef;
}

.box-included-list ul li {
    padding: 5px 0;
}

/* -------------------  */
/* BOOKINGS CALENDAR KEY   */
/* -------------------- */
.calendar-key {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid #A33;
    
}

.booked {
    background: #F88;
}

.calendar-key p {
    padding-left: 30px
}

table, th, td {
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    text-align: left;
}

#t01 tr:nth-child(even) {
    background-color: #eee;
}

#t01 tr:nth-child(odd) {
   background-color: #fff;
}
