.page-content table {
  border: 1px solid black;
  empty-cells: show;
  border-collapse: collapse;
  font-size: 1.0em;
}
.page-content th {
  font-size: inherit;
  padding: 2pt;
}
.page-content td {
  text-align: left;
  font-size: inherit;
  padding: 2pt;
}

/* Work-around fontawesome icon misalignments */
.c-header__nav-bar .fas {
  line-height: 1.5;
}

.c-main-menu h1,
.c-mobile-menu h1 {
  font-size: 1.2rem;
  border-bottom: 2px solid #ededea;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.c-main-menu h2,
.c-mobile-menu h2 {
  font-size: 1.1rem;
  font-weight: 400;
}
.c-main-menu__link {
  display: flex;
}
.c-main-menu__link > span {
  flex-grow: 1;
}

.SummaryTable thead {
  background-color: #dddddd;
}
.EnrolmentTable thead {
  background-color: #dddddd;
}
.ProgramEnquiriesTable {
  /* this style is on tr not thead */
  background-color: #dddddd;
}
table.footnote {
  border: none;
  padding: 2px;
  width: 100%;
}
table.footnote td {
  text-align: left;
  font-size: 0.9rem;
  padding: 2pt;
}
table.ResultsTable {
  border: 0;
}
.ResultsTable td {
  background-color: #ffffff;
  color: #000000;
  vertical-align: top;
  border-bottom-width: 1px;
  border-bottom-color: #c5ced5;
  border-bottom-style: solid;
}
.ResultsTable th {
  background-color: #DDD;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.transitional-links {
  float: right;
}
.transitional-links ul.pagination {
  margin-top: 0;
}

/** change tracking styles */
span.change-add {
  color: #00cc00;
}
span.change-del {
  color: #ff0000;
  text-decoration: line-through;
}
span.change-chgm {
  color: #0000cc;
}
div.change-add {
  padding: 2px;
  margin: 2px 0;
  border: 2px solid #00cc00;
}
div.change-del {
  padding: 2px;
  margin: 2px 0;
  border: 2px solid #ff0000;
}
div.change-chgm {
  padding: 2px;
  margin: 2px 0;
  border: 2px solid #0000cc;
}
span.test-mode.unaccredited {
  font-style: italic;
  font-weight: bold;
  color: red;
}
div.test-mode.unaccredited {
  text-align: center;
  font-weight: bold;
  color: red;
}
