@media print {
    .mud-appbar,
    .mud-drawer {
        display: none !important;
    }

    .mud-main-content .mud-paper {
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }
}

.mud-table-very-dense .mud-table-row .mud-table-cell {
    padding: 4px !important;
    white-space: nowrap;
}

.category-seperator {
    border-top: 3px solid black;
}

.mud-table-striped-cols .col-stripe {
    background-color: rgba(0, 0, 0, 0.08);
}

.bordered-table {
    border-collapse: collapse;
}

.bordered-table th,
.bordered-table td {
    border: 1px solid black;
    padding: 0 4px;
}
