html, body {
	margin: 0;
	padding: 0;
}

#map {
	width: 100vw;
	height: 100vh;
}

.leaflet-bottom.leaflet-left {
	width: 100%;
}

.leaflet-control-container .leaflet-timeline-controls {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	/*z-index: 10001;*/
}

ul {
	/*list-style: none;*/
	/*text-indent: 1.5em;*/
	margin-left: -1em;
	font-size: 0.8em;
}

hr {
	color: rgba(0,0,0,0.2);
}

.notesTitle  {
	font-weight: bold;
	display:table;
	margin:0 auto;
}

.subtle {
	color: #999;
}

#info {
	position: absolute;
	top: 10px;
	left: 10px;
	min-height: 50px;
	width: 300px;
	max-width: 300px;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 6px 10px 6px 6px;
	color: #333;
	/*padding: 1em;*/
	z-index: 500;
	background-color: white;
	font-family: sans-serif;
}

#ticks {
	z-index: 100000;
	position: fixed;
	margin-left: 3px;
	bottom: 37px;
	left: 20%;
	width: 700px;
	height: 10px;
	/*background-color: red;*/
}

#t1 {
	position: absolute;
	left: 3px;
}
#t2 {
	position: absolute;
	left: 348px;
}
#t3 {
	position: absolute;
	left: 690px;
	width: 100px;
}
.time-slider {
	/*position: fixed;
	left: 20%;
	width: 700px !important;*/
}

.leaflet-tooltip {
	padding: 1px !important;
	font-size: 0.9em;
	/*opacity: 0.7 !important;*/
	/*min-width: 100px;*/
	/*max-width: 200px;*/
    /*white-space: normal !important;*/

}

.leaflet-tooltip-left::before,.leaflet-tooltip-right::before {
	/*visibility: hidden;*/
}

.button-container {
/*	visibility: hidden;
	height: 2px;
*/}

.time-text {
	font-size: 1.2em;
	font-weight: bold;
}

.color-box {
    position: relative;
	width: 10px;
    height: 10px;
    display: inline-block;
    opacity: 0.8;
}