#maptool {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#maptool .map-holder {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: move;
  z-index: 1;
  overflow: hidden;
  float: right;
}
#maptool .map-holder img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#maptool input {
  background-color: white;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 5px;
  font: normal bold 20px/20px Arial;
}
#map {
  overflow: hidden;
}
#map #map-pan-holder {
  cursor: move;
}
#map #map-pan-holder .map-image {
  width: 100%;
  height: 100%;
}
#map #map-pan-holder .marker {
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.surveys #sidebar {
  z-index: 5;
}
body.surveys #global-reef-record {
  z-index: 5;
}
