
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

.map-container {
	padding: 0;
	height: 100vh;
	margin-bottom: -3em;
	position: relative;
}

.map {
	background: #555;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 36px;
}

.map * {
	color: black;
	text-shadow: none;
}