#map {
  margin-top: 20px;
  width: 100%;
  height: 700px;
  font: 10pt 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.myMap {
  height: calc(100vh - 100px);
  width: auto;
  border: 5px solid white;
}

/* As we've given the element we're displaying the layer tree within a class of
 * layer-switcher (so we can benefit from the default layer-switcher styles) we
 * need to override the position to avoid it being absolutely positioned */
.layer-switcher {
  position: initial;
}
