<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:100%; 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 { }

body { padding: 0; margin: 0; font-family: Helvetica, Arial, sans-serif; font-size: .8rem; line-height: 1.8rem; color: #000000; position: relative; -webkit-font-smoothing: antialiased;  background-image:url(clouds.jpg); background-repeat:repeat; background-attachment:fixed;}


/* 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; }

#content { width:700px; margin-left:auto; margin-right:auto; background-color:#FFF; position: relative; border-left:1px solid#666; border-right:1px solid#666; border-bottom:1px solid#666; padding:10px;}
#content p { font-size: 1.2rem; line-height: 1.6rem; margin-bottom: 1.5rem; }
#body-content { min-height:600px; padding-bottom:30px;}
h1 { color: #cccccc; font-size: 1.2rem; line-height: 1.2rem; font-weight: normal; margin-bottom: 2.0rem; display:none;}
h2 { color: #003366; font-size: 1.4rem; margin-bottom: 10px; padding-bottom: 5px; margin-top: 2em; border-bottom: 1px dashed #999; font-weight: normal;}
h3 { font-size: 1.8rem; line-height: 1.0rem; margin-bottom: 1.0rem; margin-top: 2.4rem; font-weight: normal;}

.attention {color:#FF0000;}

ul li {
	padding-bottom:7px;	
}

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;
	text-align:center;
	vertical-align:middle;
}

table td p {
	text-align:center;
	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:2.8em;
	padding: 20px 0px 0px 0px;
}
#header .course_color { margin-bottom: 0.8rem; color:#003366;}
#header .semester_color { color:#E47211;}
#header #uofi { float:right; margin-top:-5px;}

#footer {
	margin:0;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #cccccc;
	font-size: .9em;
	line-height: 1.6rem;
	position: absolute; 
	bottom: 0;
}

/* responsive stuff ------------------- */
/* Smaller than standard 960 (devices and browsers) */
@media screen and (max-width: 959px) {
	#menu_wrapper { min-width:25%;}
	#content { }
	#footer { margin-right:10px; text-align:center;}	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#content { }
}

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

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#header { text-align:left; font-size:1.4em;}
	#footer { font-size: .8em; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 310px) and (max-width: 480px) {
	#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; }
}</pre></body></html>