


#map {
	height: 100%;
}

h1 {
	display: none;
}

html, body {
	height: 100%;
	margin: 0px;	
}

main {
	height: 100%;
}

section {
	height: 100%;
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-clickable {
    width: 100px !important;
    height: 32px !important;
}