.mapSideBar {
	margin-bottom: 10px;
}
.mapItem {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
}
.mapItem a {
	padding: 5px;
	color: #216a99;
	display: block;
	text-decoration: none;
}
.mapItem a:hover {
	text-decoration: none;
	color: #0c5aa7;
}
.mapInner {
	display: none;
}
.mapDiv {
	text-align: center;
}
.mapContainer {
	margin: auto;
	width: 580px;
	height: 400px;
	background-color: #ecf4f9;
}
.mapMap {
	width: 560px; 
	height: 380px; 
	margin: 10px;
}
.courseList h5 {
	font-weight: bold;
	margin-bottom: 2px;
}
.courseTitle div {
	font-weight: bold;
	color: #34818f;
}
.descriptionBlock {
	margin-bottom: 10px;
}
.listTable {
	background-color: white;
	width: 590px;
}
.listTable td {
	background-color: #f8f8f8;
	padding: 5px;
	text-align: center;
}
.leftAlignedCell {
	text-align: left !important;
}
.firstRow {
	font-weight: bold;
	background-color: #eeeeee !important;
}
.detailsRow {
	background-color: white !important;
	padding: 0px !important;
}
