@media print {
    .standard-col,
    .site-header,
    .subscribe-section,
    footer,
    .main-wrapper.tabbed-articles-links,
    .load-more,
    .article-content__links,
    .article-content__autho-info,
    .image-zoom-link {
        display: none!important;
    }
    .main-col {
        width: 100%!important;
    }
    .main-wrapper.sidebars-centered-content {
        padding-top: 0!important;
    }
    table {
        page-break-after:auto;
    }
    tr, th, td {
        page-break-inside:avoid;
        page-break-after:auto;
    }
    thead {
        display:table-header-group;
    }
    tfoot {
        display:table-footer-group;
    }
    .lawyers-list {
        margin-left: 20px!important;
    }
}