.page-break {
    display: block;
    clear: both;
    page-break-after: always;
}

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