.tabulation__agenda {
  vertical-align: top;
}

.tabulation__agenda__name {
  writing-mode: sideways-lr;
  text-transform: uppercase;
  text-align: right;
}

.tabulation__group:not(:last-of-type) {
  border-bottom: 2px solid var(--secondary);
}

.tabulation__head {
  th {
    border-bottom: 4px solid var(--secondary);
  }
}

.tabulation__filters {
  background: #140082;
  color: white;
  border: none;
}

.tabulation__label {
  display: block;
}

.tabulation__select {
  outline: none;
  font-size: 1rem;
  display: block;
  background: transparent;
  border: 1px solid;
  color: inherit;
  border-radius: 0;
}

/* Edge fallback */
.tabulation__select option {
  background-color: #252526;
  color: #ffffff;
}
/* */

.tabulation__more,
.tabulation__less {
  text-align: center;
}

.tabulation__more img {
  margin-left: .25rem;
}

.tabulation {
  [data-align="center"] {
    text-align: center;
  }
  [data-align="left"] {
    text-align: left;
  }
  [data-wrap="none"] {
    white-space: nowrap;
  }
}
