
.forum table,
.text-content table,
.views-table,
.draggable-table {
  margin-block-start: var(--sp1);
  margin-block-end: var(--sp1);
}

table {
  border-collapse: collapse;
  border: solid black 1px;
}

/*table tr.odd td {
  background: rgba(0,0,0,0.02);
} */
table tr.even {
  background: rgba(0,0,0,0.06);
}

table th {
  padding: 0.25em 0.5em;
  background-color: var(--color--primary-50);
  color: white;
  border: solid darkred 1px;
}
table th a {
  color: white;
}
table td {
  padding: 0.15em 0.25em;
  border: solid darkgray 1px;
}
table.wide {
  width: 100%;
}


:is(.forum table, .text-content table, .views-table, .draggable-table) td {
  padding-inline-start: 0.25rem;
  padding-inline-end: 0.25rem;
  padding-block: 0.15rem;
}

:is(.forum table, .text-content table, .views-table, .draggable-table) th {
  color: white;
  text-align: center;
}
