html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: small;
  overflow: hidden;
  font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#mapDiv {
  width: 100%;
  height: 100%;
  font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* 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;
  text-align: right;
  direction: rtl;
}

header {
  color: #FFFFFF;
  background-color: #284b63;
  padding: 10px 0;
  text-align: center;
}

header .container {
  margin: 0 auto;
  padding: 0 20px 0 5px;
  max-width: 1300px;
}

/* 
.container {
  max-width:inherit;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
} */