body { background-color: #ffffff; }
td.bg-empty { background-color: #f8f4e6; }
td.bg-hall { background-color: #d6e9ca; }
td.bg-newj { background-color: #badcad; }
td.bg-oldj { background-color: #c1d8ac; }
.table th,
.table td { border-width: 0px 0px 0px 0px;}
td.reserve-start {
    border-width: 1px 1px 0px 1px;
    border-color: #8491c3;
}
td.reserve-middle {
    border-width: 0px 1px 0px 1px;
    border-color: #8491c3;
}
td.reserve-end {
    border-width: 0px 1px 1px 1px;
    border-color: #8491c3;
}
td.reserve-30 {
    border-width: 1px 1px 1px 1px;
    border-color: #8491c3;
}
td.reserve-h-start {
    border-width: 1px 0px 1px 1px;
    border-color: #8491c3;
}
td.reserve-h-middle {
    border-width: 1px 0px 1px 0px;
    border-color: #8491c3;
}
td.reserve-h-end {
    border-width: 1px 1px 1px 0px;
    border-color: #8491c3;
}

td.sc:hover {
    background-color: #8491c3;
}