/***************************
    schedule.html—pcss
****************************/

.schedule-table {
  background-color:whitesmoke;
}

.schedule-table tr {
  height:30px;
}

.schedule-table th {
  font-weight:bold;
}

.schedule-table td {
  width:23%;
  text-align:center;
}

.c1 { background-color:pink }
.c2 { background-color:lightgreen }
.c3 { background-color:lightblue }
