table.tablepress {
  border: 1px solid rgba(255, 255, 255, 0.1764705882);
  border-collapse: separate;
  border-spacing: 0;
  background: var(--block-bg, #2d3042);
  border-radius: 10px;
  margin: 20px auto;
  overflow: hidden;
}
table.tablepress thead tr th {
  font-weight: 600;
  padding: 14px 18px;
  color: #fff;
  background: #1a1c24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
table.tablepress thead tr th.column-2 {
  font-weight: 400;
}
table.tablepress thead tr th:first-child {
  border-top-left-radius: 10px;
}
table.tablepress thead tr th:last-child {
  border-top-right-radius: 10px;
}
table.tablepress tr td {
  font-weight: 600;
  padding: 14px 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1764705882);
}
table.tablepress tr td.column-2 {
  font-weight: 400;
}
table.tablepress tr:last-child td {
  border-bottom: 0;
}
table.tablepress tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table.tablepress tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.no-head-table thead tr th {
  background: none;
}

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