#map_legend {
	margin: 25px 0 0;
	border-bottom: solid 1px #ddd;
}

#map_legend #checkbox_group p {
	float: left;
	margin: 10px 8px;
	font-size: 1.4em;
	font-family: "Noto Sans","Helvetica Neue",arial,sans-serif;
	width: 20%;
	margin: 0 5% 15px 0;
}

#map_legend #checkbox_group p input[type="checkbox"] {
	vertical-align: top;
	margin: 0 5px 0 0;
}

#map_legend p label {
	font-family: "Noto Sans","Helvetica Neue",arial,sans-serif;
	font-weight: normal;
	margin-right: 5px;
	font-size: 1.3em;
}

#map_legend p input[type="text"] {
	padding: 4px;
	font-size: 1.3em;
	font-family: "Noto Sans","Helvetica Neue",arial,sans-serif;
	width: 60px;
	text-align: center;
}

#map_legend p input[type="submit"] {
	float: right;
	font-size: 1.2em;
	color: #fff;
	border: 0;
	padding: 8px 45px;
	cursor: pointer;
	margin-top: 8px;
}

#dist_list {
	display: none;
}

#dist_map {
	width: 100%;
	height: 400px;
}

#dist_map .location_info h3 {
	font-size: 1.2em;
	margin-bottom: 8px;
}

#dist_map .location_info p {
	font-size: 1em;
	margin-bottom: 0;
}

#dist_map .location_info ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
#dist_map .location_info ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 1.9em;
	line-height: 1em;
}

#dist_map .location_info ul li.aw {
	color: #F36D2A;
}

#dist_map .location_info ul li.am {
	color: #057F98;
}

#dist_map .location_info ul li.gh {
	color: #A6C22D;
}

#dist_map .location_info ul li.pp {
	color: #B83A69;
}