body {
  padding: 0;
  margin: 0;
}

#map,
body,
html {
  height: 100%;
}
.legend {
  line-height: 18px;
  color: #555;
  background-color:#FFF;
  padding: 10px;
  border-radius: 5px;
}

.legend i {
  float:left;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  opacity:1;
  
}

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

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