
body {
max-width: 620px;
background: #333;
color: #eee;
}

h3 {
  color: #eee;
  font-weight: bold;
}

a {
  color: #42C0FB;
}

a:hover {
  color: #0BB5FF;
}

.all {
  max-width: 620px;
  margin: auto;
}

.artnote {
  font: 10pt Helvetica;
  color: #333;
}

.bufferpopup {
  font: 10pt Helvetica;
  color: #666;
}

#header {
  width: 95%;
  margin: auto;
  height: auto;
} 

#header p{
  font-size: 10.5pt;
  font-weight: lighter;
  line-height: 14pt;
}

.leaflet-popup-content {
  color: #333;
  border: none;
}

.leaflet-control-layers-expanded {
  height: 150px;
  width: 200px;
}

.leaflet-control-attribution {
  height: 0px;
  opacity: 0.5;
}

.leaflet-control-layers-list span {
  font-size: 10pt;
}

.leaflet-control-zoom {
  height: auto;
}

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  /*background: rgba(255,255,255,0.8);*/
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  width: 200px;
  height: auto;
  z-index: 99999;
}

#legend {
  width : 95%;
  margin: auto;
}

.legend-box {
  float: left;
/*  width: 33%;
*/  font: 10pt Helvetica;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #ccc;
}

.legend-row {
  width: 100%;
  margin: 0.5%;
  margin-bottom: 1em;
}


#legend-zone {
  float: left;
  width: 20px;
  height: 15px;
  margin-right: 4px;
  background-color: #F2DA00;
  opacity: .75;
}

#legend-buffer {
  float: left;
  height: 10px;
  width: 20px;
  margin-right: 4px;
  margin-top: 2px;
  /*background-color: #260e02;*/
  border-top: solid #e6550d 3px;
  border-bottom: solid #e6550d 3px;
}

#legend-runout {
  float: left;
  margin-right: 4px;
  height: 10px;
  width: 30px;
  border-bottom: dashed #fff 2px;
}

#map {
  width : 95%;
  height : 350px;
  margin: auto;
}

#footnotes {
  width : 95%;
  margin: 2.5%;
  margin-top: 0px;
  padding: 10px;
  /*background-color: #fafafa;*/
  /*border: 1px solid #ccc;*/
  cursor: pointer;
  color: #eee;

}

#nerdbox {
  position: absolute;
  width : 90%;
  height: 300px;
  margin: 5%;
  margin-top: 125px;
  padding: 10px;
  background-color: #fafafa;
  /*border: 1px solid #ccc;*/
  cursor: pointer;
  color: #000;
  opacity: 0.98;
  z-index: 9999;
  /*box-shadow: 3px 4px 4px #666;*/
  border: 2px solid #333;
  border-radius: 2px;
}

#nerdbox-text {
  position: relative;
  height: 100%;
  overflow: scroll;
}

#nerdbox h3 {
  color: #333;
}

#ex-out {
  position: absolute;
  left: 92%;
  padding-top: 1px;
  padding-left: 1px;
  width: 25px;
  height: 25px;
  border-radius: 12px;
  background-color: #fff;
  border: 3px solid #333;
  color: #333;
  text-align: center;
  font-weight: bold;
  z-index: 99999;
  /*box-shadow: 1px 1px 1px #ccc;*/

}

#footnotes p {
  margin: auto;
  font: 9pt Helvetica;
  font-weight: lighter;
  font-style: italic;
}

/*#nerdbox:hover{
  background-color: #eee;
}*/

#footnotes h3 {
  font: 11pt Helvetica;
  font-weight: bold;
}

select {
  margin-top: 1em;
}

p {
  font: 10pt Helvetica;
}

@media (max-width:500px) {

  h3 {
    font-size: 14pt;
  }

  #map {
    width : 95%;
    height : 350px;
    margin: auto;
  }

}



