.ol-popup {
  position: absolute;
  min-width: 180px;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  bottom: 12px;
  left: -50px;
}

.ol-popup *:not(i) {
  font-family: Arial, Helvetica, sans-serif;
}

.ol-popup small {
	font-size: 85%;
}

.ol-popup hr {
	margin: 4px;
	border-top-color: rgb(204, 204, 204);
}

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

.ol-toolbox {
  top: 120px;
  left: .5em;
}
/* button size and color */

.ol-control button {
	font-size:1.8em;
	margin:2px;
	background-color:#111111;
}

/* mouse coordinates */

.ol-mouse-position {
	top:initial;
	position:absolute;
	bottom:10px;
	margin:2px;
	right:45px;
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
}	


.ol-overlaycontainer-stopevent .ol-zoom button{
     width: 20px;
     height: 20px;
}
        	
.ol-overlaycontainer-stopevent .ol-attribution button{
     width: 20px;
     height: 20px;
}
        	
.ol-overlaycontainer-stopevent .ol-toolbox button{
     width: 20px;
     height: 20px;
}
        	
.ol-overlaycontainer-stopevent .ol-overviewmap button{
     width: 20px;
     height: 20px;
}
