.table-container {
  overflow-x: scroll;
  width: 100%;
  max-width: 1620px;
}

.oxy-tabs-contents-wrapper .ct-shortcode {
  width: 100%;
}

.table-container table {
  width: 100%;
  max-width: 800px;
  border-spacing: 0;
}
.table-container table th,
.table-container table td {
  padding: 12px 20px;
  white-space: nowrap;
}
.table-container table td {
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.table-container table:not(.blueTable) th {
  background-color: rgba(100, 100, 100, 0.1);
}
.table-container table th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);

  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.table-container table th:first-of-type {
  border-left: none;
}
.table-container table th:last-of-type {
  border-right: none;
}
.table-container table tbody tr:nth-of-type(even) td {
  background-color: rgba(100, 100, 100, 0.05);
}

.blueTable th,
.blueTable td {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .table-container table th,
  .table-container table td {
    padding: 6px 10px;
    white-space: nowrap;
  }
}
