.gradient-background {
  background: linear-gradient(to bottom, rgb(205, 205, 205) 0%, rgb(240, 240, 240) 100%);
}

table, td, th {
  vertical-align: top;
}

.schedule {
  text-align: center;
}

.schedule th {
  color: blue !important;
}

.schedule td:nth-child(2) {
  color: red !important;
}
