﻿#schedule {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}
#schedule td, #schedule th{
    border: 1px solid DimGrey;
    padding: 3px 7px 2px 7px;
}
#schedule th {
    font-size: 1.2em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: Grey;
    color: #fff;
}
#schedule tr.alt td {
    color: #000;
    background-color: LightGrey;
}

#tas {
    width: 100%;
    border-collapse: collapse;
    margin-left: 2em
}
#tas td, #tas th {
    padding: 3px 7px 2px 7px;
}
#tas th {
    text-align: left;
    padding-bottom: 4px;
}
