﻿@media print {
    #page-print {
        -moz-box-shadow: unset !important;
        -webkit-box-shadow: unset !important;
        background: #fff;
        box-shadow: none !important;
        margin: 0;
        width: auto;
    }

    #tableContainer table, .always-break-page {
        page-break-after: always;
    }

    #tableContainer table:last-child {
        page-break-after: avoid;
    }

    .hide-when-printing {
        display: none;
    }

    .page-print {
        -moz-box-shadow: 0 0 15px #fff;
        -webkit-box-shadow: 0 0 15px #fff;
        background: #fff;
        box-shadow: 0 0 15px #fff;
        margin: 0;
        width: auto;
    }

    body {
        background: #fff;
        color: #000;
        margin: 0;
    }

    html, body, tableContainer {
        height: auto;
    }

    .scale-fade {
        opacity: 1 !important;
        animation: none;
    }
}
