﻿#scheduleBlock table
{
    width:100%;
    border:1px dotted #ccc;
    border-left:none;
}
#scheduleBlock th
{
    padding:5px;
    background-color:#ddd;
    border-bottom:1px dotted #999;
    border-left:1px dotted #ccc;
    font-weight:bold;
}
#scheduleBlock td
{
    border-left:1px dotted #ccc;
    padding:5px 10px;
}
