html, body {
    margin: 0;
    padding: 0;
    background: #fff;
}

h2, h3 {
  font-weight: 300;
}

#map {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}

#controls {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;

  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
  z-index: 400;
}

#controls p em {
  color: #888888;
  font-size: 0.9em;
}

#controls ul {
  padding-left: 0;
  list-style: none;
}

#controls .wrapper {
  padding: 30px;
}

#controls .github-button { color: #fff; }

.leaflet-path-draggable {
  cursor: move;
}
