/* DRTS / Directories Pro common roots */
div#drts-content,
div#drts-content.drts-bs,
.drts,
.drts-view,
.drts-bs {
  position: relative;
  /* move the directory block down by 60px */
  padding-top: 60px !important;
  /* optional: add a separator line at the top of the directory block */
  border-top: 1px solid var(--sep_color, #e0dede) !important;
}