html, body, #map {
        margin: 0;
        height: 100%;
        width: 100%;
        font-family: sans-serif;
        /*background-color: #b5b0aa;*/
        /*background-color: #d9d7d7;*/
      }
  #tools {
		position: absolute;
		top: 110px;
    right: 2px;
    /*color: seagreen;*/
    font-weight: bold;
    background: silver;
    padding: 5px;
    border-radius: 5px;
		}
	#tools a {
		display: inline-block;
		padding: 0.5rem;
		background: white;
		cursor: pointer;
	}
  .coordinates {
    position: absolute;
    bottom: 4vh;
    left: 50px;
  }
  .scaleControl_class{
    position: absolute;
    bottom: 50px;
    right: 50px;
  }

  #tools label {
    cursor: pointer
  }
  #tools span:hover {
    color: #007bff;
  }


.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 200px;
  width: auto;
  display: none;
}

.ol-popup-closer {
  text-decoration: none !important;
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 18px;
  color: #333;
}

#map .ol-zoomslider, #map .ol-zoom {
  background-color: #d9d7d7 !important;
}
.ol-marker {
      cursor: pointer;
    }