@media print {

    body {
        margin: 0 !important;
        background-color: white !important;
    }

    section.contents {
        column-count: 2 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    main article section {
        padding: 2rem 0 !important;
        background-color: white !important;
    }

    section.contents h3 {
        float: left !important;
        margin: 0 1.5rem 0.5rem 0 !important;
    }

    header, footer, #floating-preview, #betaBanner, #localhostBanner, div.panel, nav#breadcrumbs, section.bookNavigation {
        display: none !important;
    }

    article {
        box-shadow: none !important;
    }

    p, li, th, td {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    sup {
        font-size: 0.5rem !important;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    ul.chapterList, ul.verseList {
        display: none !important;
    }

    h1, h2, h3, h4, h5, h6, p, li, th, td, a, a:link, a:visited, sup {
        color: black !important;
    }

    a[href^="#"]::after {
        display: none !important;
    }

    img {
        filter: grayscale(100%) brightness(1.3) !important;
    }

}