#content table td.left {
    text-align:left;
}

#content table.schedule {
     border:1px solid black;
     border-collapse:collapse;
     width:100%;
}
#content table.schedule tr th {
    font-size:0.8em;
}
#content table.schedule th:first-child {
    width:120px;
}
#content table.schedule td {
    text-align:center;
    vertical-align:middle;
    margin:10px;
}

#content table.schedule h3 {
    margin:0px;
}

.jcc {
    background-color:#F4FA58;
}
.utsa {
    background-color:#CEF6F5;
}
.bbb {
    background-color:#fCCCCC;
}
