﻿body {
    background-color: white !important;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: solid gray 1px;
}

table td {
    padding: 6px 24px 6px 16px !important;
    page-break-inside: avoid !important;
}

table tfoot {
    display: table-row-group !important;
    page-break-inside: avoid !important;
    border-top: solid gray 1px;
}

.nonprint {
    display: none !important;
}

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 6px 24px 6px 16px !important;
    padding-inline-start: 16px !important; /* padding-inline-end:24px; */
}