#program table tr th:nth-of-type(2) {
  text-align: center;
}

@media screen and (min-width: 480px), print{

#program table tr th {
  width: calc(100%/5);
}
}
