.committee-list {
  border-top: 1px solid #2C393E;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.committee-list button {
  border: none;
  background: transparent;
  color: #B2271A;
  font-weight: 700;
  font-size: 20px;
  padding: 5px;
}

.committee-list button:focus, .committee-list button::-moz-focus-inner {
  outline: rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=template.css.map */