.so-widget-table-styles-d75171398898 .table-container {
  overflow-x: scroll;
}
.so-widget-table-styles-d75171398898 .table-container table.cpg-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
  border: none;
  overflow-x: auto;
  border: 1px solid #333;
}
.so-widget-table-styles-d75171398898 .table-container table.cpg-table th,
.so-widget-table-styles-d75171398898 .table-container table.cpg-table td {
  padding: 10px;
  text-align: left;
  white-space: nowrap;
  font-size: 11px;
}
.so-widget-table-styles-d75171398898 .table-container table.cpg-table >thead >tr {
  background: #7e1416;
  color: #FFF;
}
.so-widget-table-styles-d75171398898 .table-container table.cpg-table >thead >tr th:first-child {
  text-align: left;
}
.so-widget-table-styles-d75171398898 .table-container table.cpg-table >tbody >tr {
  color: #000;
}
.so-widget-table-styles-d75171398898 .table-container table.cpg-table >tbody >tr:nth-child(odd) {
  background: #fbfbfb;
}
.so-widget-table-styles-d75171398898 .table-container table.cpg-table >tbody >tr:nth-child(even) {
  background: #f4f4f4;
}
.so-widget-table-styles-d75171398898 .table-container table.cpg-table >tbody >tr td:first-child {
  text-align: left;
}