style.css 913 Bytes
img {
  border: 0px;
  box-shadow: 0 0 0px;
}
html, body {
  height: 100%;
  overflow: hidden;
}
#header_wrap {
  height: 100px;
}
.outer {
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: auto;
  height: auto;
}
#map {
  height: 100%;
}
body {
  margin:0;
  padding:0px;
  font:14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
  color:#00B7FF;
}
#leg, #leg_title {
  position:absolute;
  top:50px;
  right:10px;
  width:100px;
  padding:10px;
  background:rgba(34,34,34,1);
  color:#999;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  border-radius:3px;
  max-height:80%;
  overflow:auto;
}
#leg_title {
  top:10px;
}
#leg_items {
  position:relative;
  margin-left:5px;
  top:-1px
}
#project_title {
  margin-top: -30px;
}
#nf_div {
  z-index: 100;
  position: absolute;
  left: 10px;
  bottom: 46px;
  height: 48px;
  width: 48px;
}