
.mud-tab {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    text-transform: none;
    padding: 6px;
}

.mud-table-sort-label,
.mud-table-root .mud-table-body td.mud-table-cell,
.mud-simple-table table tr > th,
.mud-simple-table table tr > td {
    font-family: 'PT Sans Narrow', sans-serif;
}

.mud-table-sort-label,
.mud-simple-table table tr > th {
    font-weight: 700;
}

.mud-table-root .mud-table-body td.mud-table-cell,
.mud-simple-table table tr > td {
    font-weight: 400;
}



.sticky-first-column .sticky-column {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: var(--mud-palette-surface);
}

.sticky-first-column tbody .sticky-column {
    background-color: var(--mud-palette-surface);
}

.sticky-first-column tr:hover .sticky-column {
    background-color: var(--mud-palette-action-default-hover);
}

