#tuition h2, #tuition h3, #tuition h4, #tuition h5, #tuition h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
}

.main-content{
    padding: 0 2em;
}

.contact-area h3 {
    font-family: "Fjalla One", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table {
    border-top: 2px solid #dcdfe2;
}

table tr {
    border-bottom: 2px solid #dcdfe2;
}

table th {
    text-align: left;
    font-weight: 500;
}

table th.sideswitch {
    text-align: right;
}

table td {
  text-align: right;
}

table.colswitch td {
  text-align: left;
}

table tbody {
    border-left: 0;
    border-right: 0;
}

table.no-top {
    border-top: 0;
}

table.no-style td {
    text-align: left;
}

.box {
    border-top: 5px solid var(--red);
    padding: 2em 1em 3em 1em;
}

.box h4 {
    font-weight: bold;
    font-size: 1.8em;
    margin: .5em 0 !important;
}

.footnote {
    font-size: .85em;
    font-style: italic;
}
