.reveal-modal{
	min-height: initial !important; /* Why was there even a min-height set... */
}

.close-reveal-modal{
	right: 1.25rem !important;
}

.spinner {
	background: url('../images/wpspin_light-2x.gif') no-repeat;
	background-size: 32px 32px;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 32px;
	height: 32px;
	margin: 5px 5px 0;
	display: none;
}

.course-active{
	font-weight: bold;
}

.course-information-list{
	padding-left: 40px !important;
	margin-bottom: 40px !important;
}

.course-information-list, .course-information-list li{
	list-style: disc;
}

.course-information-list li {
	width: 50%;
}

.course-information-list li:nth-child(odd) {
	float: left;
}

.course-information-list li:nth-child(even) {
	float: right;
}

.course-header{
	background-color: #fecf00;
	color: #004474;
	text-transform: uppercase;
	padding: 3px 15px;
	padding-top: 4px !important;
	font-family: "Archer SSm A","Archer SSm B";
}

.course-copy{
	padding-left: 1em;
}

.course-credits{
	margin-right: 30px;
	background-color: #f2f2f2;
	color: #004474;
	padding: 10px;
	font-family: "Archer SSm A","Archer SSm B";
	display: none; /* Initial Setting. Reset via AJAX */
}

@media only screen and (max-width: 480px) {

	.course-information-list li {
		float: none;
		width: 100%;
	}
	
	.reveal-modal .alignright, .course-description, .course-frequency, .course-prereqs{
		float: none;
		text-align: center;
		margin: 5px 0px 15px;
	}
	
	.reveal-modal .alignleft{
		float: none;
		text-align: center;
		margin: 15px 0px 15px 0px;
	}
	
	.course-credits{
		margin: 0px;
	}
	
	/*
	.course-header{
		padding: 0px 15px;
	}
	*/
		
	.course-copy{
		padding: 0px;
		text-align: left;
	}
	.course-information-list{
		margin-bottom: 0px !important;
	}
	
	.course-information-list li{
		margin-left: -25px;
		padding: 0px !important;
		float: none!important;
	}
	
}