@media print {
  .no-print { display: none !important; }
  body, html { background: #fff !important; margin: 0 !important; padding: 0 !important; }
  #sidebar { display: none !important; }
  .app-wrap { display: block !important; }
  .main-content { padding: 0 !important; max-width: 100% !important; margin: 0 !important; }
  .page { display: none !important; }
  #page-editor { display: block !important; }
  #editor-edit-view { display: none !important; }
  #editor-preview-view { display: block !important; }
  #print-area { position: fixed !important; top: 0; left: 0; width: 100%; z-index: 9999; background: #fff; }
  #print-area > div { border: none !important; box-shadow: none !important; }
  #shared-print-area { position: fixed !important; top: 0; left: 0; width: 100%; z-index: 9999; background: #fff; }
  #shared-print-area > div { border: none !important; box-shadow: none !important; }
  #page-shared { display: block !important; }
  #shared-search-view { display: none !important; }
}
