table {
  font-size: var(--tme-fs-label-16);
  line-height: var(--tme-lh-label-16);
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 72px;
  border-spacing: 0;
  text-align: left;
  border-collapse: collapse;
}

h1 + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table,
table:not(:first-child) {
  margin-top: 24px;
}

thead th {
  vertical-align: bottom;
}
thead th, thead td {
  border-bottom: 1px solid var(--tme-color-dark);
}

th,
td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--tme-color-dark);
  font-weight: var(--tme-fw-bold);
}

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

tbody + tbody {
  border-top: 2px solid var(--tme-color-dark);
}

tr.even {
  background-color: var(--tme-color-light);
}