@media print {
    header,
    .single_post__thumb,
    .single_post__related,
    .breadcrumbs,
    .newsletter-bar,
    .single_post__info,
    aside,
    footer {
        display: none;
    }

    .print_vis {
        display: block !important;
    }

    .top_panel {
        margin-bottom: 40px;
    }

    .single_header {
        color: #000000 !important;
    }

    #main {
        margin-top: 0;
    }
}