html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.shell,
.shell > *,
.section {
  min-width: 0;
}

.section {
  max-width: 100%;
}

.notice,
.alert,
.error {
  width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.table-wrap {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 640px) {
  .shell {
    width: 100%;
  }

  .table-wrap {
    max-width: calc(100vw - 32px);
  }

  .table-wrap table {
    min-width: 720px;
  }
}
