html, body{
	height:100%;
	width:100%;

}





#map {
  width: 100%;
  height: 100%;
  position: relative;
  margin:0;
  padding:0; 
  border: 1px solid #eee;
  border-radius: 5px;
}

.leaflet-tooltip.label{
  background-color: transparent;
  border: transparent;
  color:black;
  box-shadow: none;
  font-size: 0.9em;
  font-weight:bold;
}

