/*************************************/
/*                                   */
/*   Styles for OpenLayers           */
/*                                   */
/*************************************/

div#map {
  font-family:"Lato", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
}

div#utm_mouse {
  top: 15px;
}

div.olControlMousePosition {
  position: absolute;
  right: 10px;
  top: 0px;
  height: 15px;
  padding: 3px;
  font-size: 8pt;
  background-color: white;
  border: solid 1px black;
}

div.olControlAttribution, div.olControlScaleLine {
  font-size: 0.7em;
  bottom: 15px;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
}

.olPopupCloseBox {
  background: url("img/close.gif") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olImageLoadError {
    display: none;
}

