body {
	overflow: hidden;
	margin: 0;
}

#info {
	position: absolute;
	bottom: 1vh;
	color: teal;
	width: 100%;
	font-family: monospace;
	text-align: center;
}

#markerLabel {
	--baseColor: rgb(255, 250, 250);
	width: 16em;
	height: 10em;
	color: var(--baseColor);
	font-family: monospace;
	font-size: 0.8753em;
	/*font-weight: 700;*/
	padding: 0.125em;
	background: rgba(0, 0, 0, 0.75);
	border: 0.125em solid var(--baseColor);
	border-radius: 0.313em;
	margin-top: -1.563em;
	margin-left: -7.5em;
	overflow: hidden;
	padding: 0px;
}
.hidden {
	display: none;
}

.text {
	margin-left: 0.25em;
}

#closeButton {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: serif;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	border: 1px solid gray;
	border-radius: 0.188em;
	background: transparent;
	color: white;
}
