body {
    background: #fff;
    font-size: 11px;
    font-family: sans-serif
}

.container-fluid {
    padding: 10px
}

table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse
}

td, th {
    text-align: center;
    padding: 2px !important;
    border: 1px solid #ccc;
    height: 26px;
    vertical-align: middle
}

thead th, thead tr {
    background-color: #e3f2fd !important;
    color: #0d47a1 !important
}

tbody .term-col, thead .term-col {
    background-color: #fffde7;
    font-size: 11px;
    width: 65px
}

thead tr th {
    font-size: 12px;
    border-bottom: 2px solid #666 !important
}

.s-c {
    /* width: 40px;*/
    background: #eee
}

.b-b {
    background: #2196f3 !important;
    color: #fff !important
}

.b-s {
    background: #f44336 !important;
    color: #fff !important
}

.empty {
    background: 0 0
}

#status-bar {
    padding: 5px 10px;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #666
}
