/* -------General style map--------*/


#map{
width: 100%;
height: 600px;
}


.distr_info{
	color:black;
	padding: 0px;
	text-align:left;
}

#selection{
	margin:1em auto;
	padding:1em;
	border:1px solid #3750A2;
	background: #f3f4f7;

}

.bold{
font-weight:bold;
color:#3750A2;
}

.statement{
	font-size:75%;
	color:#4E4E4E;
	padding-top:5px;
}