/*
	#map_canvas, #map { height: 100%; }

	div#map {
	outline: 1px solid red;
	position: unset !important;
	}
*/
#map_canvas{
	width: 100%;
	height: 540px;
}
#checkboxes input {
    width: 20px;
    height: 20px;
    float: left;
	-webkit-appearance: checkbox;
}
div#map_filters {
    display: flex;
    margin-top: 10px;
    background: #fafafa;
    padding: 15px 15px;
    border: 1px solid #eee;
    border-radius: 2px;
}
div#checkboxes, div#installations-filter {
    width: 49%;
}
div#checkboxes > p, div#installations-filter > p {
    font-weight: 700;
    margin: 0;
}
#checkboxes > div {
    display: inline-block;
    margin-left: 10px;
}
div#checkboxes {
    border-right: 1px solid #eee;
    margin-right: 2%;
}
@media only screen and (max-width: 991px) {
	div#map_filters {
		flex-direction: column;
	}
	div#checkboxes {
		border-right: none;
		margin-right: 0;
	}
	div#checkboxes, div#installations-filter {
		width: 100%;
	}
	div#installations-filter {
		margin-top: 20px;
	}	
}