body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 16px;
  overflow: hidden;
}
body * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.title {
  margin-bottom: 5px;
  text-align: center;
}

.instr {
  margin: 0;
  text-align: center;
  font-style: italic;
  color: rgb(0, 110, 255);
}

.note {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
#map {
  margin: 5px auto;
  width: 590px;
  height: 560px;
}

/* popup */
h3 {
  font-size: 1.2em;
  margin-bottom: 3px;
  margin-top: 5px;
  font-weight: 400;
}

.regionName {
  text-align: center;
  font-weight: 500;
}

.locale {
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  border-bottom: 1px solid #91bad6;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #map {
    width: 320px;
  }
}
