#identification {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #6592ff;
  width: 600px;
  height: 100%;
  color: white;
  padding: 1em;
  overflow-x: hidden;
  z-index: 1000;
}
#extent {
  position: absolute;
  left: 0;
  background-color: #6592ff;
  height: 50px;
  width: 80%;
  bottom: 0;
  padding: 1em;
  z-index: 999;
}
#search {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #6592ff;
  width: 600px;
  height: 100%;
  color: white;
  padding: 1em;
  overflow-x: hidden;
}
#results {
  position: absolute;
  width: 430px;
  z-index: 1000;
  max-height: 800px;
  left: 50px;
  top: 70px;
  height: auto;
  background-color: white;
  overflow-y: visible;
  overflow-x: hidden;
  padding: 0.5em;
}
.pre-scrollable {
  max-height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#form-container {
  position: absolute;
  right: 0px;
  width: 500px;
  height: 100%;
  bottom: 0px;
  background-color: #f4f4f4;
  z-index: 100;
  opacity: 0.5;
  padding: 0.5em;
}
#form-container:hover {
  opacity: 0.9;
  background-color: #FFF;
}
#geocoderSelector {
  position: relative;
  margin-bottom: 15px;
}
