html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

input[type="range"] {
	height: 0;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
		color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: normal;
		text-align: center;
}
.legend {
    line-height: 18px;
		color: rgba(0, 0, 0, 0.87);
    text-align: center;
		font-family: Roboto,sans-serif;
		font-size: 120%;
		color: rgba(0, 0, 0, 0.87);
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.9;
}
.legend .unit {
	font-style: italic;
}
.items {
	text-align: left;
	display: inline-block;
}

.tooltip {
	text-align: left;
	font-family: Roboto,sans-serif;
	font-size: 120%;
	color: rgba(0, 0, 0, 0.87);
}

.options-overlay {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
 	width: 25em;
}

.statistics-panel {
  padding: 10px;

  border-radius: 4px;
  background-color: #fff;
  background-color: var(--mdc-theme-surface,#fff);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.statistic-selector-label {
  cursor: pointer;
}

.statistics-panel-hide {
	text-align: right;
}

.statistic-description {
	font-size: 80%;
	text-align: justify;
	padding: 0 15px 0 15px;
}

.statistic-description h3 {
	margin-top: 2px;
	color: rgba(0, 0, 0, 0.67);
}

.data_refreshed_at {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: inherit;
  text-transform: inherit;
  font-size: .75rem;
  letter-spacing: .03333em;
	color: rgba(0, 0, 0, 0.5);
}

.statistic-source-description {
	text-align: right;
	font-size: .75rem;
	color: rgba(0, 0, 0, 0.5);
}

.info.legend.leaflet-control .items {
	line-height: 135%;
}
