body {
	margin : 0;
	padding : 0;
	font-family: var(--mono-font);
	font-family : Roboto, Arial,sans-serif;
	font-size: 18px;
}

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

#map{
	height : 100%;
	width : 100%;
}

#switcher{
	background-color : #FFFFFF;
	left : 10px;
	padding : 8px;
	position : absolute;
	text-align : center;
	top : 51px;
	width: 150px;
}
#switcher a:link, #switcher a:visited {
	text-decoration: none;
	color:black;
}

