#play{
  position: fixed;
  z-index: 4;
  bottom: 20px;
  left: 20px;
  width: 58px;
}

#cluster{
  position: fixed;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: 74px;
}

#slider{
  position:fixed;
  bottom: 10px;
  left:0;
  right:0;
  margin: 14px;
  margin-left: 40px;
  margin-right: 65px;
}

#slider-date{
  margin-left: 60px;
  margin-right: 60px;
}

#event-start{
  padding-top: 10px;
  text-align: left;
}

#event-end{
  padding-top: 10px;
  text-align: right;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-connect {
    background: darkgray;
}

.noUi-tooltip {
  font-weight: bold;
}