html, body {
    background-color: white;
}

._screen-only, ._screen-only * {
    display: none !important;
}

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