/*
.base_article-table {
  table-layout: fixed;
  width: 100%;
}

.base_article-table-cell.role {
  width: 10%;
  background-color: var(--base-color-white);
  color: var(--base-color-primary);
  font-weight: bold;
  text-align: center;
}

.base_article-table-cell.name {
  width: 25%;
}
.base_article-table-cell.org {
  width: 65%;
}


*/

.role_legend-marker {
  color: var(--base-color-primary);
  font-weight: bold;
}

.base_article-table-cell.role {
  width: calc(100% / 6);
  background-color: var(--base-color-white);
  color: var(--base-color-primary);
  font-weight: bold;
  text-align: center;
}

.base_article-table-cell.org {
  width: calc(100% / 2);
//outline: solid 1px red;
}


