/* Print Style Sheet */
@media print {
.desktop-view, nav.site-navigation.primary.use-sticky-menu, .comments-form, footer #text-5{
    display: none !important;
    }
    
    .page-template .blue-bg, .page-template-template-tb-country .page-section .content-img .left .patients-tb, .page-template-template-default-page .page-section .content-img .left .patients-tb, .page-template-template-tb-in-children .page-section .content-img .left .patients-tb{
        background: #000 !important;
    }
    footer{
        width: 100%;
        text-align: center !important;
        margin: 0px auto;
    }
    footer #text-2{
        width: 100% !important;
            text-align: center !important;
    }
    footer aside#text-4{ 
        width: 100% !important;
        text-align: center !important;
    }
    footer div#site-info p{
        width: 100% !important;
        text-align: center !important;
    }
    .footer-logo, .footer-info{
        text-align: center !important;
        float: none;
        
    }
}