/***********************/
/* course descriptions */
/***********************/
#descriptions_wrapper h4 {
  cursor: pointer;
  font-size: 1.2em;
}

.course_code, .course_title {
	display: inline-block;
	font-weight: bold;
	padding: 0.3em;
}

.description_block {
	margin: 1em;
	line-height: 1.2em;
}

.course_description, .course_prerequisites {
	font-size: 1.2em;
}

.course_prerequisites {
	font-weight: bold;
}

.course_prerequisites .none {
	font-style: italic;
	font-weight: normal;
}

.course_prerequisites .req {
	color: #C22;
}

/*************************************/
/* Requirements list (scraped 20155) */
/*************************************/

#myContent > h3 { /* Hide menu options */
    display: none;
}

#myContent li {
    font-weight: bold;
}

#myContent li ul {
    font-weight: normal;
}

#myContent h5 {
    display: none;
}
