/* scss/styles.scss */
mappress-viewer {
  height: calc(100vh - 123px);
}
mappress-viewer .btn:hover {
  cursor: pointer;
}
body.admin-bar mappress-viewer {
  height: calc(100vh - 123px - 32px);
}
@media only screen and (max-width: 767px) {
  mappress-viewer {
    height: calc(100vh - 97px);
  }
  body.admin-bar mappress-viewer {
    height: calc(100vh - 97px - 46px);
  }
}
ol-legend-list-control {
  top: auto !important;
  bottom: 0.5rem;
}
.html-control-privacy-policy {
  right: 4rem;
  bottom: 0.5rem;
}
.html-control-privacy-policy .html-control-content {
  padding: 0.125rem 0.5rem;
}
.html-control-privacy-policy a {
  display: block;
  text-decoration: none;
  font-size: 0.8rem;
}
.html-control-disclosure {
  font-size: 0.8rem;
  top: 0.5rem;
  left: 5rem;
  right: 5rem;
  padding: 0.125rem 0.375rem;
}
.html-control-disclosure .html-control-header {
  position: absolute;
  width: auto;
  right: 0.5rem;
}
.html-control-disclosure .html-control-header .close-btn {
  padding: 0.125rem;
  font-size: 0.8rem;
}
.html-control-disclosure .html-control-content {
  margin-right: 2rem;
}
feature-detail-pane figure {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
