
@media print {

    html {
        zoom: 0.71 !important;
    }

    body {
        min-width: 1140px !important;
    }
}

td {
    vertical-align: middle;
}

a {
    text-decoration: none;
    font-style: normal;
}

.container {
    min-width: 500px;
}