.course aside {
    float: right;
    margin-top: 0.2rem;
    padding-top: 0.6rem;
}

.course h2 {
    display: inline;
    font-variant: small-caps;
}

.course h2 span {
    font-variant: normal;
}

.course dl dd {
  display: inline;
  margin: 0;
}

.course dl dd:after {
  display: block;
  content: '';
}

.course dl dt {
  display: inline-block;
  min-width: 108px;
}

.course dt:after { 
    content: ":";
}

.course dt:last-of-type {
    margin-bottom: 0;
}

.sas {
    color: #550000;
}

.sebs {
    color: #005500;
}

.elective {
    color: #000055;
}

.listspacing {
    margin-top: .8rem;
    margin-bottom: .4rem;
}

ul.courselist li {
    position: relative;
    top: 0px;
    left: 0px;
    height: 1.6em;
    list-style: none;
}

ul.courselist li span {
    position: absolute;
}

ul.courselist li span:nth-child(1) {
    left: 0px;
}

ul.courselist li span:nth-child(2) {
    left: 4em;
}

ul.nomarker li {
    position: relative;
    top: 0px;
    left: 0px;
    list-style: none;
}

ul.nomarker li span {
    position: absolute;
    left: 30em;
}

ul.modulelist li {
    position: relative;
    top: 0px;
    left: 0px;
    list-style: none;
}

ul.modulelist li span {
    position: absolute;
}

ul.modulelist li span:nth-child(1) {
    left: 6em;
}

ul.modulelist li span:nth-child(2) {
    left: 34em;
}

ul.columns {
    columns: 2;
}

.footnotes p {
    margin: 0;
    font-size: smaller;
}

.nomarker li {
    list-style-type:none;
}

table.faculty {
    width: 70%;
    margin-left: 15%; 
    margin-right: 15%;
}

table.faculty td {
    padding: 2px;
}

table.faculty tr {
    background: #FFFFFF none repeat scroll 0% 0%;
}

table.faculty tr:nth-of-type(5n) {
    background: #F9F9F9 none repeat scroll 0% 0%;
}

table.faculty img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.planner, table.planner2 {
    border: 1.5pt outset;
    border-collapse: separate;
    border-spacing: 2pt;
}

table.planner td, table.planner th, table.planner2 th {
    border: 1px inset #999;
}

table.centered td, table.centered th {
    text-align: center;
}

table.planner, table.planner2 th {
    text-align: center;
}

table.planner2 thead {
    text-transform: uppercase;
}

table.planner tbody tr td:nth-of-type(2) {
    text-align: center;
}

table.planner tbody tr td:nth-of-type(3) {
    text-align: center;
}

table.planner tbody tr td:nth-of-type(4) {
    text-align: center;
}

table.planner tbody tr td:nth-of-type(5) {
    text-align: center;
}

table.planner2 tbody tr td:nth-of-type(3) {
    text-align: center;
}

table.planner2 tbody tr td:nth-of-type(4) {
    text-align: center;
}

table.planner2 tbody tr td:nth-of-type(5) {
    text-align: center;
}

table.planner2 tbody tr td:nth-of-type(6) {
    text-align: center;
}

table.planner2 th, tr:last-child td {
    border-bottom: 1px solid #444;
}

table.planner2 th, tr:first-child td {
    border-top: 1px solid #444;
}

th:first-child, td:first-child {
    border-left: 1px solid #444;
}

th:nth-child(2), td:nth-child(2) {
    border-right: 1px solid #444;
}

th:nth-child(n+3), td:nth-child(n+3) {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

article > aside {
    margin-top: -.26em;
    display: block;
    float: right;
    border: 1pt solid black;
    border-radius: 10px;
    background-color: #F5F5F5;
}

article > aside p {
    margin: .2em;
}

ol.year_reversed {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    counter-reset: year 2026;
}

ol.year_reversed > li {
    counter-increment: year -1;
    padding: 3px 0px;
}

ol.year_reversed > li:before {
    content: counter(year);
    margin-right: 5px;
    padding: 3px 8px;
}

p.options {
    margin-bottom: 0;
    font-style: italic;
}
