.print {
    display: none !important;
}

.pagebreak {
    page-break-before: always;
}

.no-page-break {
    page-break-after: avoid;
}