.mapContainer {
	float: left;
	width: 100%;
	height: 400px;
	border: 1px solid #999;
	position: relative;
}
#map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 600px) {
	.toolItem {
		font-size: 11px;
	}
}
.cityBar {
	position: absolute;
	right: 10px;
}
.cityBar .kicker {
	text-shadow: 2px 2px 3px #fff;
	font-weight: bold;
	color: #000;
}
.cityBar .toolItem {
	font-size: 12px;
	background: white;
	border-radius: 0;
	color: black;
	border: 2px solid #777;
	margin-left: -2px;
}
.leaflet-popup-content-wrapper {
	border-radius: 3px !important;
	padding: 3px !important;
}

.schoolName {
	font-family: "Source Sans Pro",Arial,sans-serif;
	font-size: 15px;
	font-weight: 100;
}
.legendBar {
	position: absolute;
	width: 250px;
	right: 10px;
	bottom: 20px;
}
.legendLabel {
	font-family: "Source Sans Pro",Arial,sans-serif;
	font-weight: 100;
	font-size: 16px;
	float: left;
	width: 100%;
}
.fullBar {
	float: left;
	height: 21px;
	border-radius: 3px;
	border: 1px solid #666;
	width: 100%;
	background: #762a83; /* Old browsers */
	background: -moz-linear-gradient(left, #762a83 0%, #ffffff 50%, #fcfcfc 51%, #1b7837 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#762a83), color-stop(50%,#ffffff), color-stop(51%,#fcfcfc), color-stop(100%,#1b7837)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #762a83 0%,#ffffff 50%,#fcfcfc 51%,#1b7837 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #762a83 0%,#ffffff 50%,#fcfcfc 51%,#1b7837 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #762a83 0%,#ffffff 50%,#fcfcfc 51%,#1b7837 100%); /* IE10+ */
	background: linear-gradient(to right, #762a83 0%,#ffffff 50%,#fcfcfc 51%,#1b7837 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#762a83', endColorstr='#1b7837',GradientType=1 ); /* IE6-9 */
}
.leftLabel {
	float: left;
	width: 50%;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}
.rightLabel {
	float: left;
	width: 50%;
	text-align: right;	
	font-weight: bold;
	font-size: 13px;
}
.cityBar .toolItem {
	cursor: pointer;
}
.cityBar .toolItem:hover {
	color: darkblue;
	background: #EDF0F5;
}