h3 {
  color: black;
  background: lightblue;
  padding: 5px 5px 5px 0;
  width: 100%;
  right: 10em;
}

h4 {
  color: black;
  background: lightblue;
  padding: 5px 5px 5px 0;
  width: 100%;
  right: 10em;
}

div.header {
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}

div.map {
//  position: fixed;
  color: blue;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 80%;
  top: 10em; right: auto; bottom: 1em; left: 1em;
}

div.content {
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  top: 10em; right: auto; bottom: 2em; left: 16em;
}
