#map {
  height: 100%;
}
body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
body.dragging {
  cursor: grabbing;
}
.H_zoom .H_btn {
  background: white !important;
}
.H_zoom .H_btn .H_icon path {
  fill: #666 !important;
}
#map .H_l_top {
  top: 14px;
}
#map .H_l_left {
  left: 14px;
}
.H_scalebar + .H_ctl {
  display: none;
}
#map > div:first-child > div:first-child + div {
  display: none;
}