body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#title {
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 22pt;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

#subtitle {
  position: absolute;
  top: 60px;
  left: 18px;
  font-size: 12pt;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

#description {
  position: absolute;
  top: 90px;
  left: 18px;
  max-width: 260px;
  background: white;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.4;
}

  #legend {
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 2;

  background: white;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 11pt;
}

.swatch {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 6px;
  border: 1px solid #999;
}
