/* src/styles.scss */
* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
@media (max-width: 960px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
  }
  .list-header,
  .list-row {
    min-width: max-content;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
