@media print {
    .PageBreak {
        break-before: always;
    }
    .NoBreak {
        break-inside: avoid;
    }
}
