<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Physics Responsive Course Design */


/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, #menu_wrapper ol, #menu_wrapper ul, #menu_wrapper ol li, #menu_wrapper ul li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:90%; vertical-align:baseline; background:transparent;} body {line-height: 1;}#menu_wrapper ol, #menu_wrapper ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size:62.5%; }

body { padding: 0; margin: 0; font-family: Helvetica, Arial, sans-serif; font-size: 1.4rem; line-height: 1.8rem; color: #000000; position: relative; -webkit-font-smoothing: antialiased;  }


/* Links ---------------------- */

a { color: #D12211; line-height: inherit; }
a:hover { color: #343434; text-decoration: underline; }
a:focus { color: #D12211; outline: none; }
p a, p a:visited { line-height: inherit; }


/* General Positioning ---------------------- */

.element-invisible {
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}

.left { float: left; }
@media screen and (max-width: 479px) { .left { float: none; } }

.right { float: right; }
@media screen and (max-width: 479px) { .right { float: none; } }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

#menu_wrapper {
	float: left;
	min-width:25%;
	background: #043C77;
	margin-left: 0px;
	margin-right: 20px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;

}
#menu_wrapper_bottom {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #043C77 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #043C77 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #043C77 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #043C77));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #043C77 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #043C77 100%);
height:1000px;
}

#menu_wrapper hr { 
	background-image: -moz-linear-gradient(left center , transparent, rgba(0, 0, 0, 0.75), transparent);
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
	background-image: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cccccc', endColorstr='#000000');
    border: 0 none;
    height: 1px;}
#menu_wrapper ul a { display: block; font-size: 1.4rem; line-height: 1.4rem; color: #ffffff; text-decoration: none; padding: 5px 20px; }
#menu_wrapper ul a:hover { color: #ffffff; background: #E47211; }
.selected_menu_item {
	background-color:#e7e6e5;
}
#menu_wrapper ul .selected_menu_item {
	color:#E47211;
	font-weight:bold;
}
#menu_wrapper ul a:hover .selected_menu_item { color: #ffffff; }
#content { float: left; width:600px; margin: 20px 10px 10px 28%; min-height:350px;}
#content p { font-size: 1.2rem; line-height: 1.6rem; margin-bottom: 1.5rem; }
h1 { color: #cccccc; font-size: 1.2rem; line-height: 1.2rem; font-weight: normal; margin-bottom: 2.0rem; display:none;}
h2 { color: #E47211; font-size: 2.4rem; line-height: 2.4rem; margin-bottom: 2.0rem; padding-bottom: 1.0rem; border-bottom: 1px dashed #E47211; font-weight: normal;}
h3 { font-size: 1.8rem; line-height: 1.8rem; margin-bottom: 1.0rem; margin-top: 2.4rem; font-weight: normal;}

.attention {color:#FF0000;}

table {
	border:#CCC 1px solid;
	width:100%;
	font-size:1.2em;
}

table th {
	vertical-align:top;
	border:#CCC 1px solid;
	background-color:#E9E9E9;
}

table td {
	border:#CCC 1px solid;
	height:50px;
	vertical-align:middle;
}

table td p {
	vertical-align:middle;	
}

table td ul li {
	text-align:left;
	vertical-align:middle;	
}

table .even-row {
	background-color:#e6e6e6;
}

table .exams {
	font-weight:bold;
}

table .special {
	font-weight:bold;
	padding:10px 0px;
	text-align:center;
	background-color:#bffda4;
}

#header {
	text-align:left;
	font-size:3.2em;
	padding-bottom:30px;
}
#header .course_color { margin-bottom: 0.8rem; color:#003366;}
#header .semester_color { color:#E47211;}
#header #uofi { float:right; margin-top:-5px;}

#footer {
	float: left;
	clear: both;
	margin: 60px 20px 20px 28%;
	padding: 20px 0px 0px 0px;
	border-top: 1px dashed #cccccc;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

/* responsive stuff ------------------- */
/* Smaller than standard 960 (devices and browsers) */
@media screen and (max-width: 959px) {
	#menu_wrapper { min-width:25%;}
	#content { width: 75%; margin-left: 28%;}
	#footer { width: 60%; margin-left: 28%;}	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#content { width: 500px; margin-left: 28%}
	#menu_wrapper { min-width:25%;}
#footer {margin-left: 28%}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#content { width: 60%; margin-left: 35%}
#footer {margin-left: 35%}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#content { margin-left: 35%}
	#header { text-align:left; font-size:1.6em; padding-bottom:10px;}
	#header .course_title {margin-top:5px;}
	#header #uofi {margin-top:0px;}
	#footer { font-size: .8em; margin-left: 35%}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 310px) and (max-width: 480px) {
	#content {margin:20px 0; padding:10px;}
	#menu_wrapper, #content { float: none; width: 100%; position:relative;}
        #menu_wrapper {padding-bottom:20px;}
	#menu_wrapper ul a { font-size:1.5rem; padding: 8px}
	#header {font-size:1.4em; text-align:left;}
	#content p { padding-right:20px; }
	#footer { font-size: .7em; width: 95%; margin-left: 10px;}
        #menu_wrapper_bottom{ display:none;}
}
</pre></body></html>