
#seminars-box {
	margin: 0 auto 50px auto;
	width: 75%;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 2em;
	padding-left: 7%;
    line-height: 22px;
}

#seminars-header {
	width: 100%;
	margin: auto;
	margin-top: 2em;
	
}

h1 {
	font-size: 2em;
	color: #8DB630;
	font-weight: normal;
}

p {
	margin-top: -1.1em;
	color: #272525;

}

h2 {
	font-size: 1.5em;
	color: #8DB630;
	font-weight: normal;
    margin: 50px 0 25px 0;
}

h5 {
	font-size: 1.25em;
	text-align: left;
    margin: 10px 0;
}

ol {
    margin: 0 0 18px 0;
}

.dl-pdf {
	background-color:#4A4A4A ;
	padding: .1em .5em;
	border-radius: .5em;
	margin-right: 5px;
    text-decoration: none;
    color:#fff;
    font-weight: bold;
}

.dl-pdf:hover {
    color:#4A4A4A;
    background-color:#DDEDB8;
}

.course-number {
	background-color: #DDEDB8;
	padding: .25em .75em;
	border-radius: .5em;
	margin: 0 5px 0 -15px;
}

.week-number {
	background-color: #DDEDB8;
	color: #4a4a4a;
	padding: .3em .75em;
	border-radius: .5em;
    font-size: .75em;
    font-weight: bold;
}

.week-jump {
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #272525;
	color: #fff;
	padding: .5em 1em;
	border-radius: .5em;
	text-decoration: none;
}

.week-jump:hover {
	background-color: #8DB630;
}

/* Responsive Content */

@media all and (max-width: 1200px) {
	#course-box {padding-left: 5%;}
	h1 {font-size: 1.7em;}
 	p, ol li {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, ol li {font-size: .8em;}
	.course-description {font-size: .7em !important;}	
}