#main {
  width: 100%;
  height: 100%;
}
.layer-switcher {
  top: 150px !important;
}
.legend {
  top: 250px !important;
}
#globe-button {
  top: .5em;
  left: 2.5em;
  z-index: 1111;
}
#geolocation-control {
  position: absolute;
  top: 201px;
  margin-left: 20px;
}
#home-button {
  position: absolute;
  top: 255px;
  margin-left: 20px;
}
#zoom-buttons {
  margin-left: 20px;
  position: absolute;
  top: 91px;
}
#rotate-button {
  top: 90px;
  right: 20px;
  position: absolute;
}
#edit-tool-panel {
  display: none;
  position: absolute;
  background: rgba(255,255,255, 1);
  padding: 15px;
  border-left: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  top: 0px;
  right: 0px;
  max-width: 50%;
  z-index: 1111;
}
#timeline {
  background-color: rgba(255,255,255,.4);
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 100px;
  height: 50px;
  z-index: 1001;
}
#geocoding {
  margin-left: 10px;
  margin-top: 12px;
  margin-right: 5px;
}
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: small;
}
#map {
  height: calc(100% - 71px);
  width: 100%;
  position: absolute;
  top: 71px;
}
#content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0px;
}
.geocoding-results-panel {
  display: none;
  position: absolute;
  background: rgba(255,255,255, 1);
  padding: 15px;
  border-left: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  top: 0px;
  left: 0px;
  max-width: 50%;
  z-index: 1111;
}
.query-panel {
  display: none;
  position: absolute;
  background: rgba(255,255,255, 1);
  padding: 15px;
  border-left: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  top: 0px;
  right: 0px;
  max-width: 50%;
  z-index: 1111;
}
.attributes-table {
  display: none;
  position: absolute;
  background: rgba(255,255,255,1);
  padding: 15px;
  border: 1px solid #000000;
  bottom: 0px;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 101;
}
.chart-panel{
  display: none;
  position: absolute;
  background: rgba(255,255,255,1);
  padding-top: 30px;
  border: 1px solid #000000;
  bottom: 0px;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 101;
}
.about-panel {
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.7);
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #000000;
  top: 100px;
  left: 50px;
  height: 500px;
  width: 300px;
  min-width: 300px;
  z-index: 100;
}
.about-closer-icon {
  font-size: 30px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 8px;
}
.about-closer-icon:hover {
  color: #000000;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.about-panel {
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.7);
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #000000;
  top: 100px;
  left: 50px;
  height: 500px;
  width: 300px;
  min-width: 300px;
  z-index: 100;
}
.about-closer-icon {
  font-size: 30px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 8px;
}
.about-closer-icon:hover {
  color: #000000;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.chart-panel-closer {
  font-size: 30px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 8px;
}
.chart-panel-closer:hover {
  color: #000000;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
#wfst {
 display: none;
 position: absolute;
 background: rgba(255,255,255, 1);
 padding: 5px;
 border: 1px solid #000000;
 top: 0px;
 right: 0px;
 max-width: 50%;
 z-index: 1111;
}
