:root {
  --cell-width: 170px;
}
.tags-tables table {
  font-size: 13px;
  margin-left: 50px;
  border-collapse: collapse;
  width: calc(5 * var(--cell-width));
  margin-top: 10px;
}

.tags-tables caption {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: -40px;
  text-align: left;
}

.tags-tables th,
.tags-tables td {
  padding: 4px 2px 2px 9px;
  border-right: 1px solid #b5b5b5;
  width: var(--cell-width);
}

.tags-tables .odd-row {
  background-color: #dde4a7;
}

.tags-tables .even-row {
  background-color: #e0eeff;
}
.tags-tables .empty-tag-cell {
  background-color: rgb(234, 233, 233);
}

.tags-tables .with-top-border {
  border-top: #d9cfcf solid 1px;
}
