table.CH {
  width: 95%;
  margin: 20px;
  border: solid blue 1px;
}
table.CH td {
  padding: 5px;
}
table.schedule td {
  padding: 0px;
}
table.CH td b.big {
  font-size: x-large;
}
table.CH td div {
  font-style: italic;
}
table.CH td ul {
  margin: 0px;
}
table.CH td.date {
  font-weight: bold;
  text-decoration: underline;
}
table.CH td.time {
  vertical-align: top;
  text-align: right;
  white-space:nowrap;
}
table.CH td.special {
  background-color: lightblue;
}
table.CH td.nightly {
  background-color: lightgreen;
}
table.CH td.description {
  padding: 0px;
}