﻿.mud-table-root .mud-table-head .mud-table-cell {
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .mud-table-cell:has(.custom-grid-chaild) {
        display: contents !important;
        padding-right:0% !important;
    }
    .mud-xs-table .mud-table-cell:before {
        font-weight: bold !important;
        color:black !important;
    }

    .custom-class {
        flex-grow: 0 !important;
        max-width: 63% !important;
        flex-basis: 0% !important;
    }
}
