@page {
  size: A4;
  margin: 14mm 14mm 16mm 14mm;
}

@media print {
  html, body { background: #fff !important; }
  .no-print { display: none !important; }
  .print-only { display: block !important; }
  .app-shell, .app-header, .app-foot { display: none !important; }
  #printArea { display: block !important; padding: 0; margin: 0; }
  .a4-sheet { box-shadow: none !important; border: 0 !important; padding: 0 !important; }
  body { font-size: 11px; }
}
