/* ===== CHAIN PRINT STYLES ===== */
@media print {
    body * {
        display: none;
        visibility: hidden;
    }
}

/*
tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

.full-break {
  /* styles to apply to the div */
  /*page-break-inside: avoid;
  page-break-after: auto;
}

.doc-section {
    page-break-inside: avoid;
}

.appendix-section {
    page-break-before: always;
}

.appendix-item {
    page-break-inside: avoid;
} */