.schedule {
  width: 100%;
}
.schedule a {
  color: #00334e;
  text-decoration: underline;
}

.schedule_striped {
  background-color: hsl(195, 3%, 90%);
}

.schedule_leftmost {
  padding-left: 1rem;
  width: 15%;
}

.schedule_rightmost {
  padding: 1rem 0 1rem 1rem;
  width: 85%;
}
