#map {
	height: 100vh;
	width: 100vw;
}

#menu-container {
	position: absolute;
	width: 300px;
	z-index: 1000;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	padding: 0px;
	overflow: auto;
	max-height: 100vh;
}

#menu {
	padding: 10px;
}

.menu-buttons {
	float: right;
}

.menu-buttons>i {
	cursor: pointer;
}

.menu-title {
	cursor: pointer;
	font-size: 21px;
	font-family: "Helvetica";
}

.menu-favourite {
	color: #ff0000;
	font-size: 21px;
}

.result {
	border-top: 1px solid #4444ff;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 3px;
}

#error,
#removed {
	z-index: 1001;
}
