html, body, #map-canvas {
  margin: 0;
  padding: 0;
  height: 100%;
  font: 14px/22px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #57574D;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#map-canvas {
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAACVBMVEUAAADl5eX////EwbxGAAAAAXRSTlMAQObYZgAAABFJREFUeAFjYESCKACdT38ZAAWhAAxcPQc7AAAAAElFTkSuQmCC) repeat scroll 0 0 #f9f9f9;
  cursor: move;
  -webkit-tap-highlight-color: transparent;
}

.olTileImage {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.olImageLoadError {
  background-image: url("http://webmapper.net/theme/img/missing-tile.png") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

div.olControlZoom {
  position: absolute;
  z-index: 1003;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  left: 8px;
  padding: 2px;
  position: absolute;
  top: 8px;
}
.olControlNoSelect {
  -moz-user-select: none;
}

div.olControlZoom a {
  background: none repeat scroll 0 0 rgba(160, 195, 63, 1.0);
  color: #FFFFFF;
  display: block;
  font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 22px;
  line-height: 19px;
  margin: 1px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 22px;
}
div.olControlZoom a:hover {
  background: none repeat scroll 0 0 rgba(145, 177, 55, 1.0);
}

a.olControlZoomIn {
  border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
  border-radius: 0 0 4px 4px;
}

.olControlAttribution {
  background-color: rgba(255,255,255,0.6);
  bottom: 0px;
  display: block;
  font-size: smaller;
  position: absolute;
  padding: 0 2px;
  right: 0px;
  color: #666;
}