﻿@media print {
    thead {
        display: table-row-group;
    }

    td {
        padding-bottom: 0;
        padding-top: 0;
    }

    .panel-body {
        display: block !important;
    }

    ul.rightblock, button.mnavtrigger, footer, .btn, a.btn-primary, a::after {
        display: none !important;
    }

    div.record-box {
        flex-basis: 100% !important;
    }

    #licenseContainer {
        width: 100% !important;
    }

    ul.record-list > li {
        width: 100% !important;
    }
}