﻿@media print {
    body {
        font-size: larger;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }


    h2, h3 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .js_word, .js_character { margin-bottom: 10px;}

    .text-center{ text-decoration: none;}

    #listdetail {
        width: 100%;
    }

    #listdetail table {
        width: 100%;
    }

    #comments {
        display: none;
    }

    @page {
        margin: 0.5cm;
    }

     p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    footer {
        display: none !important;
    }

}
