/* Custom CSS for specific pages through the site. 
 * 
 */
/* For /student-success/graduation/checklists.pcf */
table.custom-table-deadlines {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: .8em;
}
table.custom-table-deadlines tbody tr th {
  background-color: lightgray;
  border-bottom: 2px solid #6d4a9b;
  text-align: left;
  vertical-align: top;
}
table.custom-table-deadlines tbody tr th p {
  font-weight: bold;
  text-align: inherit;
  margin-bottom: 0;
}
table.custom-table-deadlines tbody tr td {
  vertical-align: top;
}
table.custom-table-deadlines tbody tr td ul {
  margin-bottom: 0;
  margin-left: 1rem;
}
table.custom-table-deadlines tbody tr td:nth-child(1),
table.custom-table-deadlines tbody tr th:nth-child(1) {
  width: 60%;
}
table.custom-table-deadlines tbody tr td:nth-child(2),
table.custom-table-deadlines tbody tr td:nth-child(3),
table.custom-table-deadlines tbody tr td:nth-child(4),
table.custom-table-deadlines tbody tr th:nth-child(2),
table.custom-table-deadlines tbody tr th:nth-child(3),
table.custom-table-deadlines tbody tr th:nth-child(4) {
  width: 13.333333333333333%;
  font-weight: bold;
  text-align: center;
}
