body {
	padding: 0;
	margin: 0;
}
html, body, #map {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
th {
	text-align: left;
	vertical-align: top;
}
.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 h2 {
	margin: 0 0 5px;
	color: #777;
}
.leaflet-container {
	background: #fff;
}
#basemapslider{
  font-size:145%;
  margin: 14px;
  height: 125px;
  width:12px;
}
#basemapslidercontainer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  border:2px solid forestgreen;
  background-color: white;
  opacity: 0.9;
}

#timeslider{
  font-size:125%;
  margin: 18px;
  height: 44px;
  width:100%;
  margin: 0 auto;
}
#timecontainer {
  position: absolute;
  right: 100px;
  top: 10px;
  z-index: 1000;
  /*border:2px solid forestgreen;*/
  /*background-color: white;*/
  opacity: 0.9;
}

#input[type=radio] {
  display: inline;
  position:center;
}


#radioSelect label {
	width: 120px;
}