/* DigitConnection Publishing Center - Print styles */

@media print {
  body {
    background: white !important;
  }

  .header,
  .toolbar,
  .toolbar-top,
  .toolbar-bottom,
  .editor-panel,
  #editor,
  .toc-container {
    display: none !important;
  }

  .main.editor-container {
    display: block !important;
  }

  .preview-panel {
    padding: 0 !important;
    background: white !important;
  }

  #preview-wrap {
    max-width: none !important;
  }

  .page {
    box-shadow: none !important;
    margin: 0 !important;
    min-height: auto !important;
    padding: 15mm !important;
  }

  .page img {
    max-width: 100% !important;
    height: auto !important;
  }

  .page figure,
  .page table {
    page-break-inside: avoid;
  }
}
