﻿.mud-table-row {
    display: table-row !important
}

.mud-table-cell {
    display: table-cell !important;
    padding: 0px !important;
}

.mud-table-cell::before {
    display:none !important;
}

