.course-box {
	background-color: #34657F;
	display: inline-block;
	font-size: 90%;
	float: none;
	height: 120px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}

.course-box.elective {
	background-color: #529ac1;
}

.course-box-img {
	display: block;
	height: 100% !important;
	width: auto;
	float: left;
	margin-right: 10px !important;
}

.course-box-text {
	padding: 10px 10px 0px 10px;
	color: #fff;
	overflow: auto;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.course-box {
		width: 48%;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.course-box {
		width: 32%;
	}
	
	.eng-checklist-title {
		float: left;
		width: 250px;
	}
	
	.eng-checklist-list {
		padding-left: 250px;
	}
}