html, body {
	height: 100%;
  	width: 100%;
	position: fixed;
	overflow: hidden;
}

#map.leaflet-container {
	z-index: 8000;
}

#map.leaflet-container.mobileInterface {
	z-index: 10000;
}
