body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
}

code, pre {
 font-family: Menlo, Monaco, Consolas, monospace;
 font-size: 90%;
 width:90%;
 padding:10px;
 margin-top:20px;
 margin-bottom:20px;
 margin-right:auto;
 margin-left:auto;
 border-color: #000000;
 border-style: none;
 border-width: 0px;
 padding: 2px;
 color:#c7254e;
 background-color:#f9f2f4
}

tt {
 font-family: Menlo, Monaco, Consolas, monospace;
 font-size: 90%;
}

table {
    border-spacing: 10px 0;
    border-collapse: separate;
}

table.calendar {
    font-size: 10pt;
    empty-cells: show;
    border: 1px solid #000000;
}
table.calendar tr td {
    border: 1px solid #aaaaaa;
}
table.calendar tr {
   vertical-align: top;
   height: 75px;
   background: #EEEEEE;
}
table.calendar tr.header {
    text-align: center;
    height: auto;
    font-weight: bold;
}
.Preparation {color: #003399}

.ImportantDate {
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
}

.DateFormat {font-size: 16pt}
.ClassDesc {
	font-size: 9px;
	font-style: italic;
}

.menuHead {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menuItem {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

.titleHead {
	font-family: arial, verdana;
	font-size: 28px;
}

.titleHead.header{
	padding-left: 58px;
	padding-top: 2px;
	color: white;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px
}

 /* The navigation bar */
.navbar{
    margin: 0;
    padding: 0;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    text-align: center;
}


.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    text-align: center;
}

.navbar li {
    display: inline;
    color: #ffffff;
}

.navbar li a {
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

.navbar a {
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

/* Dropdown button on hover & focus */
.navbar a:hover, navbar a:focus {
    background-color: #93e8ff;
}


/* Main content */
.main {
    width: 75%;
    margin: 60 auto;
    text-align: left;
}

.topHeader {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
}


 /* Dropdown Button */
.dropbtn {
    background-color: inherit;
    color: white;
	padding: 16px;
    font-size: 14px;
	font-family: inherit;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #93e8ff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.note {
 width:90%;
 padding:10px;
 margin-top:20px;
 margin-bottom:20px;
 margin-right:auto;
 margin-left:auto;
 background-color: #ffc300;
 border-color: #000000;
 border-style: none;
 border-width: 0px;
}


tr.border_top td {
  border-top:1pt solid black;
}
