body {
  margin: 0;
  background: #000;
}
#map {
  width: 100vw;
  height: 100vh;
}

.control-panel {
  position: absolute;
  top: 0px;
  height: 92vh;
  right: 0;
  max-width: 400px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  padding: 10px 10px;
  margin: 10px;
  margin-left: 5px;
  font-size: 13px;
  line-height: 2;
  color: #6b6b76;
  text-transform: uppercase;
  outline: none;
}

.map-nav {
    bottom: 32px;
    position: absolute;
    right: 8px;
}


.tooltip {
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 100;
    position:relative;
    left: 5px;
    top: -18px;
}

.tooltip-speed {
    margin-left: 1em;
}

.tooltip-time {
    margin-left: 1em;
}

.bbs {
  height: 55vh;
  width:  55vh;
}
