.horizontal-scroll-except-first-column {
  width: 100%;
  overflow: auto;
}

.horizontal-scroll-except-first-column > table {
  /* margin-left: 8em; */
  /* width: 200em; */
  display: table-caption !important;
}

