#schedule {
  text-align: center;
  margin-bottom: 5%;
}

#schedule table {
  text-align: center;
  width: 100%;
  padding: 0 5%;
}

.schedule-heading {
  background-color: #563D38;
  color: #ffffff;
}

.schedule-heading th {
  padding: 2%;
  font-size: 1.2rem;
}

.schedule-am th {
  border: #563D38 solid 1px;
}

.schedule-am th h3{
  color: #563D38;
  font-size: 1.4rem;
}