/* 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);
  }
}
.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-instructions {
  position: absolute;
  background-color: #f5f5f5 !important;
  width: 40vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 767px) {
  .html-control-instructions {
    width: 90vw;
  }
}
.html-control-instructions .html-control-content {
  padding: 0 1rem 1rem 1rem;
}
.html-control-instructions ul {
  list-style-type: none;
  font-size: 0.9rem;
  padding-left: 0;
  width: 100%;
  margin: 0rem;
}
.html-control-instructions li {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.html-control-instructions li span:first-child {
  display: block;
  flex: 0 1 40px;
  text-align: center;
  margin-top: 4px;
  margin-right: 4px;
}
.html-control-instructions li span:list-child {
  display: block;
  flex: 1;
}
feature-detail-pane figure {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
