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

@media print {
  * { box-sizing: border-box; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  body.jg-printing { background: #fff !important; color: #111 !important; font-family: Arial, sans-serif !important; font-size: 9pt !important; line-height: 1.25 !important; margin: 0 !important; }
  body.jg-printing > :not(#main-content) { display: none !important; }
  body.jg-printing #main-content > :not(.jg-print-root) { display: none !important; }
  body.jg-printing #main-content, body.jg-printing .jg-print-root { display: block !important; height: auto !important; margin: 0 !important; min-height: 0 !important; overflow: visible !important; padding: 0 !important; width: auto !important; }
  .jg-print-root[aria-hidden="false"] { display: block !important; }
  .jg-print-root[aria-hidden="true"] { display: none !important; }
  .jg-print-root { color: #111; }
  .jg-print-root header { align-items: end; border-bottom: 2px solid #17345c; display: flex; justify-content: space-between; margin-bottom: 4mm; padding-bottom: 2mm; }
  .jg-print-root header strong { color: #17345c; font-family: Georgia, serif; font-size: 13pt; letter-spacing: -.02em; }
  .jg-print-root header span { color: #4d5660; font-size: 7.5pt; }
  .jg-print-root h1 { color: #101a2b; font-family: Georgia, serif; font-size: 20pt; line-height: 1.05; margin: 0 0 2mm; }
  .jg-print-lead { color: #3b444c; font-size: 8pt; margin: 0 0 3mm; }
  .jg-print-root table { border-collapse: collapse; table-layout: fixed; width: 100%; }
  .jg-print-root th, .jg-print-root td { border: .35mm solid #8a94a0; height: 12mm; padding: 2mm; text-align: left; vertical-align: top; }
  .jg-print-root thead th { background: #e8eef4; color: #101a2b; font-size: 8pt; height: 8mm; }
  .jg-print-root tbody th { background: #f4efe6; font-size: 8pt; width: 34%; }
  .jg-print-root tbody td { font-size: 8.5pt; }
  .jg-print-notes { border: .35mm solid #8a94a0; margin-top: 3mm; min-height: 27mm; padding: 2mm; }
  .jg-print-notes strong { display: block; font-size: 8pt; margin-bottom: 1mm; }
  .jg-print-notes span { border-bottom: .25mm solid #c6cbd0; display: block; min-height: 8mm; }
  .jg-print-root footer { border-top: .35mm solid #8a94a0; color: #4d5660; font-size: 7pt; margin-top: 3mm; padding-top: 2mm; text-align: center; }
}
