#map {
	height: 800px;
}

#desc {
	padding: 0 2%;	
}

.legend {
    line-height: 22px !important;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
    border: 1px solid black;
}

.info {
    padding: 6px 8px;
    font-size: 13px;
    background: white;
    box-shadow: 0 0 15px rgba(128,128,128,0.5);
    border-radius: 5px;
}

.title {
	width: 240px;
}

.title h4 {
	margin:0px;
}

.leaflet-container {
	background: white;
	font-family: 'Open Sans', sans-serif;
   font-weight:300;
}
