html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}
#mapdiv {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.leaflet-control-attribution svg {
  display: none !important;
}
.easy-button-button .button-state{
  display: inline;
}
#crosshair {
  left: calc(50% - 16px);
  top: calc(50% - 16px); 
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 1000;
}
.input_text {
  font-size: large;
  background-color: #FFF;
}