/**
 *
 *  #schedule
 *
 **/
#schedule {
}
#schedule table {
    width: 100%;
    line-height: 150%;
    font-size: 95%;
}
#schedule table tbody th,
#schedule table tbody td {
    height: 40px;
    vertical-align: middle;
}
#schedule table tbody th { width: 50px; }
#schedule table tbody td { width: 60px; }

#schedule table th {
    text-align: center;
    background: #f0f0f0;
}
#schedule table td,
#schedule table thead th {
    text-align: center;
    background: #baf0a0;
}
#schedule table thead th.null {
    background: #f6f6f6;
}



#schedule table th.wday-closed,
#schedule table td.wday-closed { background: #f0f0f0 !important; }
#schedule table th.wday-0,
#schedule table td.wday-0 { background: #ffa0aa !important; }
#schedule table th.wday-6,
#schedule table td.wday-6 { background: #8698ff !important; }

