@media print{
    .logo,.article-view{
        width:100% !important;
    }
    .breadcrumb,
    .print-btn,
    aside,
    footer,
    .label,
    .simple-gallery-widget,
    .visit-counter,
    .secondary-menu,
    .comments,
    .rate,
    .share-links,
    .comments-wrapper,
    .e-services-wrapper,
    .login-box-wrapper,
    .top-menu,
    .search-bar{
        display: none !important;
    }
    [class*="col-"] {
        margin-right: 5% !important;
        margin-left:5% !important;
        width:90% !important;
    }
    body{
        font-size:14px;
    }
    a[href]:after {
        content: none !important;
    }
}
