﻿#classScheduleContainer
{
    margin:0 auto;
    padding:30px 0 14px 0;
    width:712px;
}

#classSchedule
{
    background-color:#FFF;
    border-collapse:collapse;
    color:#562E18;
    font-family:Arial, Sans-Serif;
    width:712px;
}

#classSchedule thead tr
{
    background-color:#3399CC;
    font-size:14px;
    height:34px;
}

#classSchedule thead tr td
{
    border:none;
    height:34px;
    padding:0;
    text-align:center;
    width:100px;
}

#classSchedule tbody tr
{
    height:100px;
}

#classSchedule tbody tr td
{
    border:2px solid #3399CC;
    font-size:15px;
    padding:5px;
    text-align:center;    
    width:90px;
}

#classSchedule tbody tr td.firstCell
{
    border-left:none;
}

#classSchedule tbody tr td.lastCell
{
    border-right:none;
}