body {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system;
}
#main .main-map {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#main .main-map.timeline {
  bottom: 60px;
}
#main .styles {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 26px;
  background: white;
  font-size: 13px;
  line-height: 26px;
  opacity: 0.7;
}
#main .styles .style {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  cursor: pointer;
  opacity: 0.7;
}
#main .styles .style:hover,
#main .styles .style.active {
  text-decoration: underline;
  opacity: 1;
}
#main .styles:hover {
  opacity: 1;
}
body.embed #main .styles {
  display: none !important;
}
body.embed.extAttrib .mapboxgl-ctrl-attrib {
  display: none !important;
}
