#mapDebug {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 10000;
}
#mapDebug * {
  box-sizing: border-box;
}
.mapDebug__row {
  margin-top: 5px;
}

#mapDebug__options {
  background: white;
}

#mapDebug__options a.active {
  text-decoration: none !important;
  color: #333;
  cursor: default;
}

#mapdebugNavStart,
#mapdebugNavStop,
#mapdebugNavReset {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
#mapdebugNavStart button,
#mapdebugNavStop button,
#mapdebugNavReset button {
  display: block;
  width: 100%;
}

#mapdebugNavReset {
  margin-top: 10px;
  background-color: white;
}

.debugBalloon {
  position: absolute;
  left: 0;
  top: 0;
  background: #eeeeee;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #666;
}

.carIcon {
  background-image: url('img/car2@2x.png');
  height: 80px;
  width: 116px;
  background-size: contain;
  background-repeat: no-repeat;
}