@media print {
    * {
        color: #000000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    @page {
        margin: 0.3cm 0.5cm;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
    a:not([href$=".jpg"]):not([href$=".png"]):not(.print-hidden-link)[href]:after {
        content: " (" attr(href)")";
    }
    abbr[title]:after {
        content: " (" attr(title)")";
    }
    blockquote,
    pre {
        border: 1px solid #777777;
        page-break-inside: avoid;
    }
    blockquote:before {
        color: #000000 !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    thead {
        display: table-header-group;
    }
    .print-visible {
        display: block !important;
    }
    .print-hidden {
        display: none !important;
    }
}