.chevron1 {
  display: inline-block;
  width: .75em;
  height: .75em;
  border-style: solid;
  border-color: #6c757d;
  border-width: 0.2em 0.2em 0 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 0.5em; }
  .collapsed .chevron1 {
    transform: rotate(-45deg); }

.btn-text-override {
  color: #6c757d;
  font-weight: bold; }

table th, table td {
  vertical-align: middle; }

table th, table td:nth-child(1),
table td:nth-child(2),
table td:nth-child(3) {
  width: 33.33%;
  /* Ensure all columns are equally spaced */ }

/*# sourceMappingURL=style.css.map */
