.js-scrollable table {
  width: 100rem;
  margin: 0 auto;
}
.js-scrollable table tr.orange th,
.js-scrollable table tr.orange td {
  background-color: var(--clr-bg);
}
.js-scrollable table th,
.js-scrollable table td {
  white-space: nowrap;
  border: 1px solid var(--clr-line);
  padding: 1.5rem 3rem;
  text-align: center;
  font-size: 1.6rem;
}
.js-scrollable table th {
  font-weight: 700;
}
.js-scrollable table strong {
  font-weight: 700;
  color: var(--clr-main);
}