/* Print rules for outline.html: A4, Paper, a page break between tracks. */
@media print {
  @page { size: A4; margin: 18mm 16mm; }
  html, body { background: #fff !important; color: #161719 !important; }
  .site-header, .site-footer, .skip, .doc__actions, .nav-drawer { display: none !important; }
  .doc { padding: 0 !important; }
  .doc .wrap { max-width: none; padding: 0; }
  .doc h1 { font-size: 30pt; }
  .doc h2 { font-size: 18pt; margin-top: 24pt; }
  .doc h3 { font-size: 13pt; }
  .doc p, .doc li, .doc td, .doc th { font-size: 10.5pt; line-height: 1.45; color: #161719; }
  .doc table { page-break-inside: avoid; }
  .doc .track { page-break-before: always; }
  a { color: inherit; text-decoration: none; }
  .va-mark__core { fill: #ce2823 !important; }
}
