/* CSS for printing */

.noprint {
    display: none;
}

.pb {
    page-break-after:always;
}

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