@media print {
    #primary-menu, .applybutton, .Back_to_results, .hasSimilarJobs {
         display:none !important;
    }
    .newheader .site-logo .custom-logo img{
        max-width:100px !important;
    }
    
    .newheader .inline.layout_top #acoda-tabs{
        display:none;
    }
    .newheader #main-wrap{
        display:none;
    }
    .newfooter #footer-wrap{
        display:none;
    }
    .newheader #header-logo img.mobile {
    display: none;
}

}
