﻿/*In order to make table header Bold*/
.mud-table-root .mud-table-head .mud-table-cell {
    font-weight: 600;
}

/*Change Background color of table headers*/
.mud-table-root .mud-table-head {
    background-color: whitesmoke;
}