@media only print {
    em-fixedheader-fix, header, footer, .emnews, .carrerapply {
        display: none;
    }

    .container {
        margin: 0px !important;
    }

    .carriercontainer {
        padding: 0;
    }

    .newsheader {
        margin-top: 10px !important;
        font-size: 50px;
        margin-bottom: 10px !important;
    }

    .newstext {
        font-size: 14px !important;
    }

    .vision2024 {
        height: 260px !important;
    }

    .newsheader, .newsdate, .newstext, .carriertitle, .carrierdesc, .carrierpart, .carrierlist, .clpoint, .j-openprop {
        color: rgb(20, 20, 20);
    }
    
    .j-openpropimg {
        filter: brightness(-100%);
    }

    .print_only {
        display: block;
    }
}