div.services table
{
    width:100%;
    border-spacing:0;
}
div.services td
{
    border-bottom:1px solid #ccc;
    padding:10px;
    margin:0;
    vertical-align:top;
}
div.services td.day
{
    background:#ddd;
    text-align:center;
}
div.services td.day.sunday
{
    background:#900;
    color:white;
}
div.services ul,
div.services li,
div.services ol
{
    padding:0;
    margin:0;
}
div.services li
{
    margin:5px 0;
}
div.services li.free
{
    color:#900;
    font-weight:bold;
}
div.services div.time
{
    font-weight:bold;
    padding-top:5px;
    padding-right:10px;
}