.mdc-data-table__cell,
.mdc-data-table__header-cell {
  white-space: normal;
  word-wrap: break-word;
}

.mdc-top-app-bar {
  position: static;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* Taken from https://material-components.github.io/material-components-web-catalog/#/component/card */
.mdc-card__content {
  padding: 1rem;
}
