/* Theme Overrides. */
.flc-prefsEditor-separatedPanel {
  position: absolute;
  z-index: 300;
  right: 0;
  width: 100%;
  border-bottom: none;
  background-color: transparent;
}
@media screen and (max-width: 39em) {
  .flc-prefsEditor-separatedPanel {
    display: none;
  }
}


@media screen and (min-width: 40em) and (max-width: 50em) {
  .flc-prefsEditor-separatedPanel {
    left: 0 !important;
    width: 75% !important;
    right: auto;
  }
  .fl-prefsEditor-separatedPanel .fl-panelBar .fl-prefsEditor-buttons {
    margin-left: 5% !important;
    float: left !important;
  }
}
