dt {
    float: none;
    width: auto;
}

#days, #times {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

#days li, #times li {
    float: left;
}

#days li a, #times li a {
    display: block;
    margin-right: 0.5em;
    background-color: #ddbbff;
    text-decoration: none;
    color: #000000;
}

#days {
    text-align: center;
    width: 16.5em;
}

#days li a {
    width: 5em;
    margin-bottom: 0.5em;
}

#times {
    clear: both;
    font-size: 83%;
    padding-left: 1.5em;
}

#times li a {
    width: 4em;
    padding: 2px 2px 2px 4px;
    margin-bottom: 2px;
}

#days li a:hover, #days li a.selected, #times li a:hover {
background-color: #9900ff;
color: #ffffff;
}


