
#course-box {
	margin: 0 auto;
	width: 75%;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 2em;
	padding-left: 7%;

}

#course-header {
	width: 100%;
	margin: auto;
	margin-top: 2em;
	
}

h1 {
	font-size: 2em;
	color: #8DB630;
	font-weight: normal;
}

p {
	margin-top: -1.1em;
	color: #000;

}

h2 {
	font-size: 1.5em;
	color: #8DB630;
	font-weight: normal;	
}

#course-list {
	width: 100%;
	margin: auto;

}

#course-grad, #course-undergrad {
	vertical-align: top;
	width: 40%;
	display: inline-block;
	color: #000;
}

#course-grad {
	padding-right: 10%;
}

h5 {
	margin-bottom: .5em;
	font-size: 1em;
	text-align: left;
}

.course-number {
	background-color: #DDEDB8;
	padding: .1em .5em;
	border-radius: .5em;
	margin-right: 5px;
}

.course-description {
	font-size: .9em;
	line-height: 1.35em;
	margin: 3px 0;
	display: block;
}

.course-jump {
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #000;
	color: #fff;
	padding: .5em 1em;
	border-radius: .5em;
	text-decoration: none;
	display: none;
}

.course-jump:hover {
	background-color: #8DB630;
}

/* Responsive Content */

@media all and (max-width: 1200px) {
	#course-box {padding-left: 5%;}
	h1 {font-size: 1.7em;}
 	p {font-size: .9em; line-height: 1.3em;}
	h2 {font-size: 1.35em;}
	h5 {font-size: 1em;}
	.course-description {font-size: .8em;}
}

@media all and (max-width: 1024px) {
	#course-grad, #course-undergrad {display: block !important; width: 97%;}
	h2 {margin-top: 2em;}
	.course-jump {display: inline-block;}
}

@media all and (max-width: 480px) {
	#course-box {padding-left: 2%; width: 85%;}
	h2 {font-size: 1.1em;}
	h5 {font-size: .8em;}
	.course-number {margin-right: 3px;}
	.course-semester, .course-instructor {font-size: .9em;}
	p {font-size: .8em;}
	.course-description {font-size: .7em !important;}	
}