.accordion__content.measure table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.accordion__content.measure table th,
.accordion__content.measure table td {
  white-space: nowrap;
}
