#timetable table
{
  width: 100%;
  border-collapse: collapse;
}

#timetable table td
{
  padding-top: 0.2ex;
  padding-bottom: 0.4ex;
  vertical-align: top;
}

#timetable .emphatic { 
    color: #8c100e;
    /*background-color: #faeee2;*/
    /*font-weight: bold;*/
}

#timetable .month
{
    font-style: italic;
    font-size: 1.06em;
    color: #303030;
    text-transform: capitalize;
    /*padding-left: 0.1em;*/
    padding-top: 2.2ex;
    padding-bottom: 0.4ex;
}

#timetable .day
{
  width: 5.5em;
/*  width: 7.2em;*/
}

#timetable .time
{ 
  width: 1em; 
}

#timetable .service, .note
{
  padding-left: 0.5em;
  padding-right: 0.5em;
}
