a:link {color:blue;}
a:visited {color:purple;}
#col-left {
  height: 100vh;
  background-color: rgb(153, 204, 255);
  padding: 0 10px;
  box-shadow: 5px 10px 5px 2px #ccc;
  width: 150px; 
  float: left;
  position: fixed;
  line-height: 0;
}

body {
    font-size: 16px;
}

td p:nth-child(1) { margin-top: 0; }
p  { margin-bottom: 0;}
td { padding: 0.4em; }

#col-left table { background: green; margin: 0; line-height: 1.2em;}
#col-left input[type=text] { margin-top: 1em;  width:133px; line-height: 16px; height: 16px; } 

#banner {
    text-align: center;
    margin-top: .625em;
    padding-top: .375em;
    margin-left: .125em;
    margin-right: .125em;
    background-color: rgb(153, 204, 255);
    margin-bottom: 0;
}

#banner h4 {
    padding-top: .1em;
    padding-bottom: .45em;
    margin-bottom: 0;
    font-size: small;
    font-weight: normal;
}

#header {
    text-align: center;
    padding-top: .5em;
    padding-bottom: .125em;
    margin-top: .125em;
    margin-left: .125em;
    margin-right: .125em;
    background-color: rgb(153, 204, 255);
}

#header h1 {
    text-align: left;
    padding-top: 0;
    padding-bottom: .275em;
    margin-left: .25em;
    background-color: rgb(153, 204, 255);
    font-size: x-large;
    font-weight: bold;
}

#header h2 {
    text-align: left;
    margin-left: .375em;
    line-height: 0;
    font-size: medium;
    font-weight: 550;
}

#header h3 {
    text-align: right;
    margin-right: .375em;
    margin-bottom: .375em;
    line-height: 1em;
    font-size: medium;
    font-weight: 550;
}

#links table {
    width: 100%;
    border-spacing: .125em;
    margin-top: 0;
}

#links tr {
    vertical-align: center;
}

#links td {
    background-color: rgb(153, 204, 255);
    padding-top: 1.5em;
    padding-bottom: .375em;
    text-align: center;
}

#footer {
    display: inline;
    font-size: x-small;
}

#text-header h1 {
    font-weight: normal;
    font-size: large;
    text-align: center;
}

#text-legend {
    line-height: .3125em;
}

#text-legend th, td {
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
}

#section-header {
    margin-top: .125em;
    margin-left: .125em;
    margin-right: .125em;
    background-color: rgb(153, 204, 255);
    padding-top: 2.25%;
    padding-bottom: 1em;
}

#section-header h1 {
    line-height: .625em;
    margin-left: .5%;
    font-size: x-large;
}

#section-header h2 {
    line-height: 0;
    margin-top: 0;
    margin-left: .5%;
    font-size: large;
}

#section-header h3 {
    line-height: 0;
    margin-left: .375em;
    font-size: medium;
    font-style: italic;
}

table.index {
    width: 100%;
    border-spacing: .125em;
}

table.index tr {
    vertical-align: top;
}

table.index th {
    background-color: rgb(153, 204, 255);
    padding-left: .375em;
    text-align: center;
    padding-top: .25em;
    padding-bottom: .15em;
}

table.index td {
    background-color: rgb(218, 218, 218);
    padding-left: .4em;
    padding-top: .375em;
    padding-bottom: .4em;
}

table.section {
    width: 100%;
    border-spacing: .125em;
}

table.section tr {
    vertical-align: top;
}

table.section th {
    padding: .375em;
    text-align: left;
    font-weight: normal;
    background-color: rgb(153, 204, 255);
}

table.section td {
    padding: .375em;
    background-color: rgb(218, 218, 218);
}

table.course-listing {
    width: 100%;
    border-spacing: .125em;
}

table.course-listing tr {
    vertical-align: top;
}

table.course-listing th {
    background-color: rgb(153, 204, 255);
    text-align: left;
    padding-left: .375em;
    padding-top: .375em;
    padding-bottom: .375em;
}

table.course-listing td {
    background-color: rgb(218, 218, 218);
    min-width: 5em;
    padding-left: .375em;
    padding-top: .375em;
    padding-bottom: .375em;
}

div.course-details h1 {
    display: inline, clear;
    margin: 0;
    font-size: medium;
    font-weight: normal;
    font-style: italic;
}

div.course-details dl {
    display: inline;
}

div.course-details dt {
    display: inline;
    font-weight: bold;
}

div.course-details dd {
    display: inline;
    margin-left: .4em;
}

