@media print {  

    .xhbm, #mastholder, #issuecover, .pubsimageathor, .relatedarticles, .relatedarticlesmobile, .articlepagercol{
        display: none !important;
    }
    
    .wrapper{
        width: 100% !important;
        
    }
    
    .articlepagelcol{
        width: 100% !important;
        border: 0 !important;
    }
    

    #printheader{
        display: block; 
        padding: 7px 7px 1px 7px;
        text-align: center;
    }
    #printheader img{
        width: 145px;
    }
    #printheaderlower{
        display: block; 
        border-top: solid 1px #777;
        text-align: center;
        padding: 7px;
    }
    
}
