
.dateSlot {
    border:1px solid #aaa;
    padding:5px;
}

.dateHead {
    font-size:16px;
    font-weight:900;
    text-align: center;
    padding:0 0 5px 0;
}
.slot {
    font-size:13px;
    text-align: center;
    font-weight: 900;
    padding:10px 0;
}

.slots div[class*="slot"],.noSlot div[class*="slot"]  {
    text-align: center;
    padding:5px 0 5px 0;
}

.slots {
    border:1px solid #070;
    margin:2px;
}

.noSlot {
    background-color: #aaa;
    margin:2px;
    border:1px solid #888;
}

.backup {
    background-color: #ccc;
    font-weight: 900;
    font-size: 14px;;
}

.backupList {
    text-align: center;
}

.striped:nth-child(odd) {
    background-color:#ccc;
    box-shadow:1px 1px 3px #999;
}