html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a, a:hover, a:active, a:visited {
  text-decoration: none !important;
}

a.underline:hover, a.underline:active {
  text-decoration: underline;
}
/*
.MuiTableSortLabel-root.MuiTableSortLabel-active, .MuiTableSortLabel-root.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon {
  color: #FFF !important;
}
.MuiButtonBase-root.MuiTableSortLabel-root:HOVER {
    color: #FFF !important;
}
*/
