/* Targets schedule */
h2:nth-of-type(5) + div table tbody tr th {
   font-weight: normal;
}

h2:nth-of-type(5) + div table tbody tr th span {
   font-size: 1.1rem;
   font-weight: bold;
   padding-bottom: 14px;
   display: inline-block;
}

#schedule {
   margin: 0 auto;
   font-size: 1rem;
}

#schedule h3 {
   background-color: transparent;
   border: none;
}

#schedule  ul > li > ul {
   margin-left: -14px;
}

#schedule tr td:nth-of-type(2) {
   vertical-align: top;
   padding: 12px;
}

#schedule tr td:nth-of-type(2) > ul {
   margin-left: 14px;
}
