html, body {
  background-color: #0b0c0d;
  color: #ddd;
  font-family: coda_regular,arial,helvetica,sans-serif;
  font-size: 15px;
  padding: 0;
}
body.login {

}
div.loginform {
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 50%;
  height: auto;
  left: 50%;
  padding: 45px;
  position: absolute;
  -moz-box-shadow:0 0 5px 5px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow:0 0 5px 5px rgba(255, 255, 255, 0.5);
  box-shadow:0 0 5px 5px rgba(255, 255, 255, 0.5);
}
#map {
  margin: 0;
  padding: 0;
  height: 100vh;
  z-index: 100;
}
.mynav {
  height: 22px;
  width: 100%;
  background-color:rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.infobox {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color:rgba(0,0,0,0.8);
  height: auto;
  min-width: 300px;
  z-index: 1000;
  padding: 5px;
}
.optionbox {
  background-color: rgba(0, 0, 0, 0.8);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  bottom: 0;
  height: auto;
  left: 50%;
  padding: 6px;
  position: absolute;
}
a.logout {
  color: red;
  text-decoration: none;
  float:right;
}
a.logout:hover {
  color: #fff;
}
.helpbutton {
  position: absolute;
  right: 0;
  top: 50px;
  background-color:rgba(0,0,0,0.8);
  height: 20px;
  width: auto;
  z-index: 1000;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  display: none;
}
.help {
  position: absolute;
  right: 0;
  top: 80px;
  background-color:rgba(255,255,255,0.8);
  height: auto;
  width: auto;
  min-width: 100px;
  z-index: 1000;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 2.2;
  color: #575757;
  display: none;
}
.legend {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color:rgba(255,255,255,0.8);
  height: auto;
  width: auto;
  min-width: 100px;
  z-index: 1000;
  padding: 5px;
  border-top-left-radius: 5px;
  line-height: 1.3;
  color: #575757;
}
#ihack:hover, #ihack:focus {
  background-position: 0 -30px;
  color: #575757;
}
#icap:hover, #icap:focus {
  background-position: 0 -30px;
  color: #575757;
}
.icon {
  height: 15px;
  width: 15px;
  border-radius: 5px;
}
.bgdark {
  background: #575757;
}
.bgorange {
  background: #d97720;
}
.bgpink {
  background: #c3417b;
}
.bgblue {
  background: #5050FF;
}
.floatleft {
  float: left;
}
.ol-control {
  top: 50px;
}