html, body, #map-wrapper, #loading-cover {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

#loading-cover{
  position:absolute;
  top:0;
  left:0;
  z-index: 10000;
  background: white;
}

#loading-warning{
  display: none;
  position:absolute;
  top:45%;
  width: 100%;
  text-align: center;
  font-size: 96px;
  font-family: sans-serif;
}

#search-wrapper{
  position:absolute;
  top: 10px;
  left: 50px;
  z-index: 500;
  border: 2px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  background-clip: padding-box;
}

#search{
  border-radius: 4px;
}

#results-wrapper{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 500;
  background: white;
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0.2);
  text-align: right;
}

#result{
  font-style: italic;
}

#results-wrapper tr:hover{
  background: yellow;
}

.leaflet-bottom.leaflet-right {
  display: none;
}

#export{
  text-align: right;
  background: #cccccc;
  border-radius: 4px;
  padding: 4px;
  margin: 5px;
  color: black;
  text-decoration: none;
}
