body {
  margin: 0;
  padding: 0;
}
#header {
  height: 36px;
  padding: 3px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  font-size: 140%
}
.btn-success {
  color: #FEC00F !important;
  background-color: #0162A9 !important;
  border-color: #084673 !important;
}

.btn-success:hover {
  color: #f6e500 !important;
  background-color: #124971 !important;
  border-color: #196AA5 !important;
}
#logo {
  height: 36px;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: #227DBE;
}

a.eleValue {
  margin-bottom: 3px;
  width: 60px;
}

#map {
  position: absolute;
  top: 36px;
  bottom: 0;
  width: 100%;
}
@font-face {
  font-family: 'myriad-semibold';
  src: url('Myriad-Pro-Semibold-SemiCondensed.ttf');
}
@font-face {
  font-family: 'myriad';
  src: url('Myriad-Pro.ttf');
}
body {
  font-family: 'myriad-semibold', Sans-Serif;
}
p, ul {
  font-family: 'myriad', Sans-Serif;
}

ul {
  list-style-type:none;
  list-style:none;
  padding-left:0;
}
ul li span {
    border: 1px solid black;
}

.leaflet-container {
  font: 13px/1.5 'myriad-semibold' !important;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 1002;
}
#loading {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}
