#content.page {
  z-index: 99;
  position: relative;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: Source Sans Pro;
}

#live {
  font-weight: bold;
}

#content.page h1 {
  font-family: Iceland;
}

.logo {
  text-align: center;
}

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.node {
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
}

footer {
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  padding: 1px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 10px;
  border-radius: 5px 0 0 0;
}
footer p {
  margin: 0px;
  padding: 0px;
}
footer a {
  color: #fff;
  text-decoration: none;
}

header {
  z-index: 99;
  position: fixed;
  right: 1em;
  top: 50%;
  background-color: white;
  padding: 0.3em;
  font-family: Source Sans Pro;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: rotate(270deg);
}

header .link {
  display: inline-block;
  margin-right: 0.5em;
}
header .link:last-child {
  margin-right: 0;
}

a.cands {
  background-image: url("/images/codeandsupply-16.png");
  padding-left: 17px;
  background-repeat: no-repeat;
}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2){
  a.cands {
    background-image: url("/images/codeandsupply-32.png");
    padding-left: 22px;
    background-size: contain;
  }
}

.info-pin {
  height: 1em;
}

.ptp-link {
  border-bottom: 2px solid #fff;
}
