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;
  left: 10px;
  background: #fff;

  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 1px;
  z-index: 400;
  width: 250;    
  height: 220;
  font: 14px/16px Arial, Helvetica, sans-serif;
  padding: 20px 8px 0px 20px;
}

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

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

#controls .wrapper {
  
}

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

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