.mapContainer {
	width: 100%;
	height: 550px;
	border: 1px solid #ccc;
	position: relative;
	float: left;
}
#map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.desc {
	font-size: 16px;
	font-family: "Source Sans Pro",Arial,sans-serif;
	font-weight: 100;
}
.carrying {
	font-size: 12px;
	font-weight: normal;
	font-family: "Source Sans Pro",Arial,sans-serif;
}
.leaflet-popup-content-wrapper {
	border-radius: 3px !important;
}
.legend {
	position: absolute;
	right: 10px;
	bottom: 20px;
	line-height: 18px;
	color: #555;
	width: 250px;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, sans-serif;
}
.legendKicker {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
.legendColorBox {
	float: left;
	width: 100%;
	height: 30px;
	box-shadow: 2px 1px 8px -3px #000;
	-moz-box-shadow: 2px 1px 8px -3px #000;
}
.legendNumberBox {
	float: left;
	width: 100%;
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
}
.legendColor {
	float: left;
	width: 10%;
	height: 100%;
}
.legendNumber {
	float: left;
	width: 33.333333333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.legendNumber:first-child {
	text-align: left;
}
.legendNumber:nth-child(2) {
	text-align: center;
	padding-left: 15px;
}
.legendNumber:last-child {
	text-align: right;
}
.legend i {
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}