@charset "ISO-8859-1";

@import url("style-radiobutton.css");

#map { height: 800px; }


/* Avoids flickering of Google Charts tooltips (see https://stackoverflow.com/a/39775254) */
svg > g > g:last-child { pointer-events: none }




fieldset {
  background-color: #ffffff;
}

legend {
  background-color: gray;
  color: white;
  padding: 0px 20px;
}

input {
  margin: 1px;
}

#compareSection h3 {
	font-size: 1.08333em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#compareSection .chart-settings * {
	font-size: 12px;
	line-height: 1.35;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#compareSection .chart-footer * {
	font-size: 11px;
/*	line-height: 1.5; */
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a.close-button {
	padding: 4px 4px 0 0;
	border: none;
	text-align: right;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}
a.close-button:hover {
	color: #999;
}

#zoomHint {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.4);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 32px;
  z-index: 10000; /* ensure it's above all other elements */
  display: none;
  pointer-events: none; /* allow interactions to pass through */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}