.stylized-tablepress {
  overflow: auto;
  max-width: calc(100% + 16px);
  padding: 0 8px;
  margin-left: -8px;
}
.stylized-tablepress .dataTables_scrollBody {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}
.stylized-tablepress .tablepress > :not(caption) > * > * {
  text-align: center;
}
.stylized-tablepress .tablepress > :where(thead,tfoot) > * > th {
  background: transparent;
  color: white;
}
.stylized-tablepress .tablepress > :where(thead,tfoot) > * > th:nth-child(2) {
  border-top-left-radius: 10px;
}
.stylized-tablepress .tablepress > :where(thead,tfoot) > * > th:last-child {
  border-top-right-radius: 10px;
}
.stylized-tablepress tbody td {
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  border-right: 1px solid #aec1cc;
  border-bottom: 1px solid #aec1cc;
  font-weight: 400;
}
.stylized-tablepress tbody td strong {
  font-weight: 500;
}
.stylized-tablepress tbody td:last-child {
  border-right: 0;
}
.stylized-tablepress tbody td a u {
  font-weight: 400;
}
.stylized-tablepress tbody td.column-1 {
  background: #f5f5f6;
}
.stylized-tablepress tbody tr.row-2 td.column-1 {
  border-top: 0;
}
.stylized-tablepress tbody tr.row-2 td.column-1.column--1 {
  border-top-left-radius: 10px;
}
.stylized-tablepress tbody tr:last-child {
  border-bottom-left-radius: 10px;
}
.stylized-tablepress tbody tr:last-child td {
  border-bottom: 0;
}
.stylized-tablepress tbody tr:last-child td :last-child {
  border-bottom-right-radius: 10px;
}
.stylized-tablepress tr th, .stylized-tablepress tr tr {
  min-width: 100px;
}
.stylized-tablepress tr th:not(:first-child), .stylized-tablepress tr tr:not(:first-child) {
  width: 25%;
  max-width: 250px;
  min-width: 150px;
}
.stylized-tablepress__table {
  margin: auto;
}
.stylized-tablepress--small tr th:not(:first-child), .stylized-tablepress--small tr tr:not(:first-child) {
  width: auto;
  max-width: none;
}
.stylized-tablepress.orange-header table tr.row-1 td {
  background-color: #e47011;
  color: white;
}
.stylized-tablepress.orange-left table td.column-1 {
  background-color: #e47011;
  color: white;
}

/*# sourceMappingURL=styled-tablepress.css.map */
