/* Stylesheet for the schedule page */

ul.sched
{
    margin-left: 10px;
    padding-left: 5px;
}

ul.sched li
{
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.sched-date
{
    font-weight: bold;
}

span.other-teams
{
    font-style: italic;
    font-size: 0.8em;
}

a.result-link
{
    color:  rgb(25,25,100);
}

img.cal-icon
{
    border: none;
    width:  16px;
    height: 16px;
}
