html, body, .leaflet-sidebar-content {
	height: 100%;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
}
#map {
	width: 100%;
	height: 100%;
	font-family: "Poppins", sans-serif;
}
.ribbon {
	position: fixed;
	top: 0;
	right: 0;
	border: 0;
	z-index: 1000;
}
.leaflet-container {
	background-color:rgba(255,0,0,0.0);
}
#sidepanel {
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4 {
	color: #1e4f6f;
	font-family: "Poppins", sans-serif;
}
dl {
	display: grid;
	grid-template-columns: max-content auto;
	font-size: 1rem;
}
dt {
	grid-column-start: 1;
}
dt img {
	height: 1.5em;
	float: right;
}
dd {
	grid-column-start: 2;
	margin-left: 0.75em;
}