/* ===== HELP MODE ===== */

/* Horní lišta */
.help-only .navbar,
.help-only .wm-top-container,
.help-only .wm-topbar,
.help-only .wm-header {
  display: none !important;
}

/* Levý strom */
.help-only .wm-toc-pane,
.help-only .wm-toctree {
  display: none !important;
}

/* Navigační tlačítka */
.help-only .wm-article-nav-buttons {
  display: none !important;
}

/* Layout fix */
.help-only #main-content,
.help-only .wm-content-pane {
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
}

/* Článek */
.help-only .wm-article {
  margin: 0 auto !important;
  max-width: 1200px;
}

/* Footer */
.help-only footer.container-fluid.wm-page-content {
  display: none !important;
}
``