
body {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

#map {
  width: 100%;
  height: 100%;
  z-index: 0;
}

svg { border: 1px solid #dedede; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.area {
  fill: steelblue;
}

.line{
  fill: none;
  stroke: blue;
  stroke-width: 2px;
}

.tick text{
  font-size: 12px;
}

.tick line{
  opacity: 0.2;
}
  
#lisa {
  position: absolute;   /* relative */
  bottom: 50px; 
  left: 10px;
  width: 108px;
  height: 101px;
  color: #ffffff;
  z-index: 998;
  display:none;
}

#legend {
  position: absolute;   /* relative */
  bottom: 30px; 
  right: 2px;
  z-index: 998;
  display:none;
}

.geostats-legend div {
  margin:0px 5px 0px 5px;
  background-color: #ffffff;
}

.geostats-legend-title {
  font-weight: bold;
  margin-bottom: 6px;
}

.geostats-legend-block {
  border: 1px solid #555555;
  display: block;
  float: left;
  height: 10px;
  margin: 0px 5px 0px 5px;
  width: 20px;
}

.geostats-legend-counter { 
  font-size: 0.8em;
  color:#666;
  font-style: italic;
}

#ssd {
  position: absolute;   /* relative */
  bottom: 151px; 
  left: 10px;
  width: 97px;
  height: 156px;
  color: #ffffff;
  z-index: 998;
  display:none;
}

#zscore {
  position: relative;   /* relative absolute */
  bottom: 158px; 
  left: 10px;
  width: 156px;
  height: 132px;
  color: #ffffff;
  z-index: 998;
  display:none;
}

.navbar {
  position: absolute;   /* relative */
  top: 0px; 
  left: 40px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  z-index: 999;
  width: 80% !important;
}

.modal.fade {
  overflow: hidden;
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}