.program-table tr td:first-child {
  width: 150px;
}
.program-table .summary td:nth-child(2):not(:first-child),
.program-sum tr td:not(:first-child),
.program-sum tr th:not(:first-child),
.program-table tr td:not(:nth-child(2)):not(:first-child),
.program-table tr th:not(:nth-child(2)):not(:first-child) {
  width: 60px;
  text-align: center;
}

