body {
  margin-left: 10em;
}

div.map {
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  position: absolute;
  top: 2em;
  left: 2em;
  bottom: 0em;
  width: 10em;
  height: auto;
  right: auto;
  color: white;
}

div.map b {
  color: red;
}

