html {
  font-size: 16px;
}
body {
  margin: 0;
  background: var(--surface-ground);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
    Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.card,
.table {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.table tbody {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
}
.table tbody tr td {
  word-break: break-all;
}
.table thead,
.table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-scroll-area {
  flex-grow: 1;
  height: 0;
}
.actions-cell {
  width: 170px;
}
