@media print {

    .topMenu,
    .button,
    .regionsMenu,
    .singleLine {
        display: none !important;
    }

    .impaxcalc,
    .region,
    .winners,
    .breakMe {
        page-break-before: always;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        page-break-after: avoid;
    }

    table,
    figure {
        page-break-inside: avoid;
    }

    .container {
        max-width: 1200px;
    }

    .flex.charts {
        display: block;
    }

}