@page { size: A4; margin: 15mm 12mm; }

@media print {
  .no-print { display: none !important; }
  body { background: #fff !important; }
  .doc-paper {
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: auto !important;
  }
  .print-toolbar { display: none !important; }
  a[href]::after { content: ''; }
  .page-break { page-break-after: always; }
}
