  div#timetable {
    float:  left;
    border: 1px solid white;
    width:  615px;
  }
  div#timetable div.headBox {
    float: left;
    border-left:    1px solid white;
    border-bottom:  1px solid white;
    width:          69px;
    line-height:    25px;
    font-weight:    bold;
    font-size:      10pt;
    text-align:     center;
  }
  div#timetable div.blank,
  div#timetable div.destBox {
    border-left:  0px;
    width:        121px;
    padding:      0px 2px;
  }
  div#timetable div.destBox {
    height:           50px;
    float:            left;
    border-bottom:  1px solid white;
    padding:        1px 2px;
  }
  div#timetable div.destBox div.from,
  div#timetable div.destBox div.to {
    float: left;
    height: 28px;
    padding:  1px 0px;
    width:    121px;
  }
  div#timetable div.destBox div.from  { text-align: left; height: 25px !important; height: 29px; }
  div#timetable div.destBox div.to    { text-align: right; border-top: 1px dotted white; }

  div#timetable div.dayBox {
    float:    left;
    width:    65px;
    border-left:  1px solid white;
    border-bottom:  1px solid white;
    height:         48px;
/*     line-height:    12px; */
    font-size:      8pt;
    padding:        2px;
  }
  div#timetable div.dayBox div.depart,
  div#timetable div.dayBox div.cutoff,
  div#timetable div.dayBox div.arrive {
    float:  left;
    width:  61px;
    padding:  0px 2px;
/*     line-height: 11px; */
  }
  div#timetable div.dayBox div.depart,
  div#timetable div.dayBox div.cutoff {
    height: 12px;
  }
  div#timetable div.dayBox div.cutoff {
    margin-bottom: 1px;
  }
  div#timetable div.dayBox div.arrive {
    height: 24px !important;
    height: 25px;
    width:  61px;
    border-top: 1px dotted white;
    margin-top: 1px;
    padding: 2px;
  }