@media print {
  body { background: white !important; }
  #app-panel, #back-bar { display: none !important; }
  #ec-output { display: block !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; }
  .ec-month-sep { page-break-before: auto; padding: 6px 0; font-size: 11px; }
  .ec-page { border: none !important; margin: 0 !important; page-break-after: always; }
  .ec-wrapper { font-size: 9px; margin-bottom: 0; }
  @page { size: A4 portrait; margin: 7mm 6mm; }
}
