html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 0;   /* override drinky.css min-width on cluster map page */
	max-width: none; /* override drinky.css max-width on cluster map page */
	overflow: hidden;
	font-family: sans-serif;
	background: #1a1a2e;
}

.wrapper {
	width: 100%;
	height: 100%;
}

.wrapper .content {
	width: 100%;
	height: 100%;
}

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

.overlay {
	padding: 8px 14px;
	color: #222;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1000;
	position: fixed;
	top: 12px;
	left: 60px;
	border-radius: 6px;
	font-size: 14px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.overlay input {
	padding: 2px 4px;
}
