a {
	text-decoration: none;
	color: #882084;
}

a:hover {
	color: #c761c2;
}

#header {
	margin: 0 5em;
}

#container {
	margin: 0 5em;
	background-color: #FFFFFF;
}

#footer {	
	background:#384650;
	color: #FFFFFF;
	
	padding: 0.5em 1.5em;
	
	text-align: left;


	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.35em;

	-moz-font-feature-settings: 'liga', 'kern', 'lnum';
	-moz-font-feature-settings: 'liga=1, kern=1', 'lnum=1';
	-ms-font-feature-settings: 'liga', 'kern', 'lnum';
	-o-font-feature-settings: 'liga', 'kern', 'lnum';
	-webkit-font-feature-settings: 'liga', 'kern', 'lnum';
	font-feature-settings: 'liga', 'kern', 'lnum';
}

#footer a {
	color: #FFFFFF;
}

@media screen and (max-width: 29.9375em) {
	#header {
		margin: 0 0.25em;
	}
	#container {
		margin: 0 0.25em;
	}
}

@media screen and (min-width: 30em) and (max-width: 62.4375em) {
	#header {
		margin: 0 0.5em;
	}
	#container {
		margin: 0 0.5em;
	}
}

@media screen and (min-width: 62.5em) and (max-width: 89.9375em){
	#header {
		margin: 0 10em;
	}
	#container {
		margin: 0 10em;
	}
}

@media screen and (min-width: 90em) and (max-width: 109.9375em){
	#header {
		margin: 0 20em;
	}
	#container {
		margin: 0 20em;
	}
}

@media screen and (min-width: 110em) {
	#header {
		margin: 0 30em;
	}
	#container {
		margin: 0 30em;
	}
}

#content {
	padding:   0;
}

#content hr {
	margin-top: 1.5em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border-style: solid;
}

#content h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 700;
	font-style: normal;
	-moz-font-feature-settings: 'liga', 'kern', 'lnum';
	-moz-font-feature-settings: 'liga=1, kern=1', 'lnum=1';
	-ms-font-feature-settings: 'liga', 'kern', 'lnum';
	-o-font-feature-settings: 'liga', 'kern', 'lnum';
	-webkit-font-feature-settings: 'liga', 'kern', 'lnum';
	font-feature-settings: 'liga', 'kern', 'lnum';
}

#content p {
	width: 75%;
	
	color: #000000;
	
	font-family: utopia-std-display, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	-moz-font-feature-settings: 'liga', 'kern', 'lnum';
	-moz-font-feature-settings: 'liga=1, kern=1', 'lnum=1';
	-ms-font-feature-settings: 'liga', 'kern', 'lnum';
	-o-font-feature-settings: 'liga', 'kern', 'lnum';
	-webkit-font-feature-settings: 'liga', 'kern', 'lnum';
	font-feature-settings: 'liga', 'kern', 'lnum';
}

@media screen and (max-width: 62.4375em) {
	#content p {
		width: 100%;
	}
}


#content p strong{
	font-weight: 600;
}

#content table {
	padding:   0;
	border-collapse: collapse;
}

#content table td {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0;
	padding-right: 2em;

	text-align: left;
	vertical-align: top;

	font-family: utopia-std-display, serif;
	font-weight: 400;
	font-style: normal;
	-moz-font-feature-settings: 'liga', 'kern', 'lnum';
	-moz-font-feature-settings: 'liga=1, kern=1', 'lnum=1';
	-ms-font-feature-settings: 'liga', 'kern', 'lnum';
	-o-font-feature-settings: 'liga', 'kern', 'lnum';
	-webkit-font-feature-settings: 'liga', 'kern', 'lnum';
	font-feature-settings: 'liga', 'kern', 'lnum';
}

#content table strong {
	font-weight: 600;
	font-style: normal;
}

#content table thead {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#content table thead th {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0;
	padding-right: 2em;
	
	text-align: left;
	
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1em;
	-moz-font-feature-settings: 'liga', 'kern', 'lnum';
	-moz-font-feature-settings: 'liga=1, kern=1', 'lnum=1';
	-ms-font-feature-settings: 'liga', 'kern', 'lnum';
	-o-font-feature-settings: 'liga', 'kern', 'lnum';
	-webkit-font-feature-settings: 'liga', 'kern', 'lnum';
	font-feature-settings: 'liga', 'kern', 'lnum';
}

#table_bottom_row {
	border-bottom: 1px solid #000000;
}

#highlighted_row {
	background-color: #F1F1F1;
}

#overview {
	color: #043673;
}

#overview table td {
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}

#requirements {
	color: #C41230;
}

#schedule {
	color: #009647;
}

#weekday {
	border-bottom: 1px solid #CFCFCF;
}

#weekend {
	border-bottom: 1px solid #000000;
}

#weekday_exam_row {
	background-color: #e9c6cb;
	border-bottom: 1px solid #CFCFCF;
}

#weekend_exam_row {
	background-color: #e9c6cb;
	border-bottom: 1px solid #000000;
}

#weekend_final_exam_row {
	background-color: #c6e4d2;
	border-bottom: 1px solid #000000;
}

#weekday_no_class_row {
	background-color: #fceec9;
	border-bottom: 1px solid #CFCFCF;
}

#weekend_no_class_row {
	background-color: #fceec9;
	border-bottom: 1px solid #000000;
}