.table-cell-trucate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Global styles are now managed by the MUI theme (ThemeProvider + CssBaseline).
   This file is kept only for rules that cannot be expressed through the theme,
   e.g. container padding that applies regardless of the page component. */

body .MuiContainer-root {
  padding-top: 30px;
}

