.boards-committees .container-fluid {
  padding-left: 0;
  padding-right: 0
}
.boards-committees .row > * {
  padding-right: 0;
  padding-left: 0
}

@media (min-width:992px) {
  .boards-committees .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5)
  }
  .boards-committees .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5)
  }
  .boards-committees table th.col3,
  .boards-committees table th.col4,
  .boards-committees table th.col5,
  .boards-committees table th.col6 {width:12%;}
}
