/* doesn't have SCSS */
@page {
    size: A4;
}


@media print {
    header nav, footer, .home-cta-groups-section, .print_link {
        display: none;
    }
    h1 {
        font-size: 20px;
    }

    p, li {
        font-size: 11px;
    }

    .sj-lttp-comment {
        font-size: 9px;
    }
}