
body {
	 font-family: 'Roboto', sans-serif;
   margin-left: 0;
}

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.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;
   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;
}

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

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

h2, h2.a {
    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: 35px;
    margin-bottom: 5px
}

 /* The navigation bar */
.navbar{
    z-index: 10;
    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 a:visited {
  color: white;
}


.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;
}

ul {
  margin-left: 10px;
  padding-left: 10px;
  margin-top: 0px;
}

.exam {
  font-weight: bold;
  background-color: #ffc300;
}

a {
    color: black;
    text-decoration: underline #000 dotted;
}

a:visited {
    color: black;
}

a:hover {
    color: orange;
}

.lecnote, .lecnote a, .lecnote a:visited {
    color: #666;
}


.menuItem, .menuItem a.title {
	color: white;
  padding:0;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

.dropdown-content a:visited {
  color: black;
}

table.calendar {
    font-size: 10pt;
    empty-cells: show;
    border: 1px solid #000000;
    border-collapse: collapse;
}
table.calendar tr td {
    border: 1px solid #aaaaaa;
    position: relative;
    background-clip: padding-box;
    z-index:0;
    height: 12em;
}
table.calendar tr {
    vertical-align: top;
    height: 6em;
    background: #eeeeee;
}
table.calendar thead tr {
    text-align: center;
    background: #444444;
    color: #ffffff;
    height: auto;
    font-weight: bold;
}

table.calendar thead tr td {
    height: auto;
}

ol li {
  margin-bottom: 1em;
}

i.special {
  position:absolute;
  bottom: 0;
}

.holiday {
    background: #cccccc;
}

.mod1 {
    background: #f4c7b1;
}

.mod2 {
     background: #EEE2C7;
}

.mod3 {
    background: #c2dfcf;
}

.mod4 {
    background: #b7d1f8;
}

.mod5 {
    background: #dfd2f4;
}

.mod6 {
    background: #55fefe;
}

.important {
    background: #ffaaaa;
}

.reading {
    color: #000000;
    font-style: italic;
    font-size: 1em;
}

.grades, .assignment, .feedback {
    color: #777777;
    font-size: 1em;
}

.due {
    
}

.deadline {
    background-color: #FFC0CB;
    padding: 2px;
    margin-bottom: 5px;
}

.quiz {
    background-color: #ffa500;
}

.pres {
  font-weight: bold;
}

        dl.support dt {
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
        }

p {
  margin-bottom: 0
}

.project dt {
  font-weight: bold;
  margin-top:12pt;
}
