html,body {
	font-family:Arial;
   width:100%;
   height:100%;
   margin:0px;
   padding:0px;
   border:0px;
}

#map {
	border:0px;
	width:100%;
	height:100%;	
   cursor: default;
}
  #basemaps-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    background: yellow;
  }

  #basemaps {
    margin-bottom: 5px;
  }
  .logo-asnr {
    width: 30vw;
    
  }
  
.legende {

  max-width: 100%;
  height: 100px;

    }


.button-overlay {
position: absolute;
 background-color:white;
left:10px;
top:250px;
z-index:500;
}
.zoom-to-irsn-radon {
 background-color: white; /*#4CAF50;  Green */
  border: 2px solid #555555;
  color: black;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  top:450px;
}
.zoom-to-irsn-radon:hover {
 background-color:  white;  /*Green */
  border: none;
  color: black;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none ;// underline;
  display: inline-block;
  font-size: 16px;
}
.my-leaflet-control {
position: absolute;
background-color:white;
color:black;
font-size:14px;
left:100px;
}
@media only screen  and (max-width: 736px) and (min-width: 640px) {
	
	#header {
		position: absolute;
		padding-top: 5px;
	background: black;
	width: 100%;
	height: 40px;
	position: float;
	top: 0;
	left: 0;
	line-height: 30px;
	z-index: 100;

}
.zoom-to-irsn-radon {
 background-color: red; /*#4CAF50;  Green */
  border: 2px solid #555555;
  color: black;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  top:450px;
}

}
