.mapContainer {
	width: 100%;
	height: 550px;
	border: 1px solid #ccc;
	float: left;
	position: relative;
}
#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;
}
span.circle {
	float: left;
	width: 13px;
	height: 13px;
	margin-top: 7px;
	border-radius: 50%;
	margin-right: 5px;
	background: #4ACF02;
	opacity: 0.9;
}
.circle.red {
	background: #215694;
}
.circle.purple {
	background: #FF5E5E;
}
@media screen and (max-width: 600px) {
	.toolItem {
		font-size: 11px !important;
	}
}
@media screen and (max-width: 400px) {
	.toolItem {
		font-size: 10px !important;
	}
}
.inputItem {
	font-size: 16px;
	float: left;
	margin-right: 15px;
	margin-bottom: 6px;
	font-weight: 100;
}
.legend {
	position: absolute;
	right: 10px;
	bottom: 30px;
	font-size: 20px;
	background: rgba( 255,255,255,0.8 );
	padding: 10px;
	font-weight: 100;
}