@charset "UTF-8";
/* CSS Document */
@media print{

#branding-bar {
    display:none;
}
#search {
    display:none;
}
#toggles {
    display:none;
}
header {
    display:none;
}
ul.social {
    display:none;
}
html {
    margin: 0mm 25mm;
}
.break {
    page-break-before: always;
}
td, th {
    font-size: 14px;
}
td.section {
    font-size: 14px;
    padding-left:5px !important;
}
p, li {
    font-size: 14px;
}
h3 {
    font-size:16px;
}
#ovstlogo {
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.belt {
    display:none;
}
div.banner {
    background-color: #999 !important;
}
.banner p {
    color: #FFF !important;
}
td.section {
    background-color:#DDD !important;
}
}
@media screen {
#ovstlogo {
    display:none;
}   
}

#handbook {
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
}
#handbook .banner {
	background-color:#900;
	color: white;
	margin:10px 20px;
	border:1px solid black;
	border-radius: 15px;
}
#handbook .banner p {
	padding: 5px;
	margin:0px;
	font-size: 22px;
	text-align: center;
}
#handbook h1 {
	font-size: 32px;
	text-align: center;
	margin:25px 0 5px 0;
}

#handbook h2 {
	font-size: 18px;
	text-align:center;
}
#handbook h3 {
	border-bottom:1px dotted black;
	margin-bottom:5px;
}
#handbook p {
	margin-top: 0px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
#handbook ol, #handbook ul {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
#handbook table {
	margin: auto;
	border-collapse: collapse;
	min-width: 600px;
    margin-bottom:20px;
}
#handbook table tbody tr:nth-child(even) {
    background-color:#FFF;
}
#handbook th {
	text-align: left;
	font-weight: bold;
	border-bottom:1px solid black;
}
#handbook td {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
    line-height:20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    border-bottom: 1px solid #DDD;
}
#handbook td.section {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
    background-color: #DDD;
}
#handbook td p {
	margin: 0px;
	padding: 0px;
    font-size:16px;
    line-height:20px;
}
#handbook tr.newrow {
    padding-top:10px;
}
#handbook td .course {
	padding-left: 10px;
}
#handbook .equiv {
    text-align:right;
}
#handbook .equivNote {
    font-size: 12px;
	font-style: italic;
    padding-left: 0px;
    padding-right: 0px;
}
#handbook .coll {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
#handbook td p.description {
	padding-left:20px;
}


#handbook .right {
	text-align: right;
}
#handbook .center {
    text-align: center;
}
