
h2 {
    position: static;
}

table {
    border: 1px solid #000;
    border-collapse: separete;
    margin: 0px;
    padding: 0px;
    border-spacing: 0pt;
}

div.operator_only {
    display: none;
}
table tr.operator_only {
    display: none;
}

/*thead tr th {
    text-align: left;
    border: solid 1px;
}*/
/* td, th {
    text-align: left;
    border: solid 1px;
}*/

.timetable h3::before {
    content: '¡û ';
}
.timetable h3 {
    border: solid #88f;
    border-width: 0px 0px 0px 0px;
}

.timetable h4::before {
    content: '¡¦ ';
}

.timetable table {
    border-collapse: collapse;
}
.timetable td {
    border: solid #666;
    border-width: 1px;
    padding: 0ex .2em;
    text-align: left;
    white-space: nowrap;
}
.timetable table tr th {
    border: solid #666;
    border-width: 1px;
    padding: .1ex .5em;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.timetable table thead th {
    border: solid #000;
    border-width: 0px 0pt 1px 1pt;
    font-family: sans-serif;
    text-align: left;
    white-space: nowrap;
}

td.BT {
    background-color: #eef;
}
td.GT {
    background-color: #fee;
}
td.BS {
    background-color: #efe;
}
td.GS {
    background-color: #ffe;
}
td.done a {
    color: #fff;
}
td.done.BT {
    background-color: #44a;
    color: #fff;
}
td.done.GT {
    background-color: #a44;
    color: #fff;
}
td.done.BS {
    background-color: #484;
    color: #fff;
}
td.done.GS {
    background-color: #880;
    color: #fff;
}

