#main-content > section {
  margin-top: 20px;
}

#main-content > section:first-of-type {
  margin-top: 1em;
}

#main-content > section > h1 {
  font-size: 1.3em;
  border-bottom: solid 2px #cccccc;
  padding: 0.5em;
}

#main-content > section .schedule-table {
  margin-top: 15px;
  width: 100%;
}

#main-content > section .schedule-table tr th,
#main-content > section .schedule-table tr td {
  padding: 0.5em;
  border-bottom: dotted 1px #cccccc;
  font-weight: normal;
}

#main-content > section .schedule-table tr th {
  padding-left: 2em;
  width: 100px;
}
