html, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

body {
    width: 85%;
    margin: auto;
}

#navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80%;
    margin: auto;
    padding: 1% 0%;
    text-align: center;
}

#navbar ul {
    padding-left: 0px;
}

#navbar li {
    display: inline;
}

#navbar a {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid steelblue;
    border-radius: 5px;
    color: steelblue;


    color: white;
    background-color: steelblue;
}

#navbar a:hover {
    background-color: steelblue;
    color: white;

    background-color: white;
    color: steelblue;
}

.section {
    margin: 2% 0%;
}

table {
    border-collapse: unset;
    width: 100%;
    margin-bottom: 15px;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: lightgray}

th {
    background-color: steelblue;
    color: white;
}

li {
    padding: 5px 0%;
}

.section {
    background-color: #f1f3f3;
    padding: 5px 20px;
    border-radius: 10px;
}

h3 {
    text-align: center;
    color: steelblue;
}

.headerIcon {
    color: steelblue;
    font-size: 64px !important;
    display: block !important;
}

header {
    text-align: right;
}

#title {
    float: left;
}

.pdfDownload {
    color: red;
    text-decoration: none;
    font-size: 20px;
}

.fileDownload {
    color: steelblue;
    text-decoration: none;
    font-size: 20px;
}

.spacer {
    margin: 0px 7px;
}

.blueColor {
    color: steelblue;
}

.noDecoration {
	  text-decoration: none;
	  color: #333;
}

#alternativeTeachingAssistants {
    display: none;
}

.strikethrough {
    text-decoration: line-through;
}

.tbr-center{
    text-align: center;
}