/* Print Style Sheet */
@media print {
    body { background:white; color:black; margin:0 }
    section.content-wrap {
        display: block !important;
    }
    #jp-relatedposts,
    .sidebar,
    body footer.main-footer,
    .copyright,
    div.about-author,
    #comments,
    .prev-next-wrap,
    #bitsubscribe,
    .ssb_list_wrapper,
    .watch-action,
    nav.main-navigation,
    #bit,
    .post-permalink,
    nav.pagination,
    img#wpstats,
    #back-to-top {
        display:none !important;
    }
    a[href]:after {
        content: none !important;
    }

    a {
        text-decoration: none !important;
    }


}