table.timetable
{
    border-color: black;
    width:        600px;
}

table#nsquad
{
    width: 800px;
}

th.day
{
    min-width: 80px;
    width:     80px;
}

th.time
{
    text-align:  left;
}

td.empty
{
    background: white;
    color:      black;
}

td.conditioning
{
    background: orange;
    color:      black;
    text-align: center;
    font-size:  smaller;
}

td.diving
{
    background: lightblue;
    color:      black;
    text-align: center;
    font-size:  smaller;
}

td.dryland
{
    background: lightgreen;
    color:      black;
    text-align: center;
    font-size:  smaller;
}

colgroup.daygroup
{
    width: 80px;
}

colgroup.timegroup
{
    width: 40px;
}

table#minis colgroup.timegroup
{
    width: 60px;
}
