.scroll-table-container {
  width: 100%;
  padding: 0 0 5px;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 0;
}
/*.committee-composition-wrapper .scroll-table-container table {
  width: max-content;
}*/
.committee-composition-wrapper .table-wrapper {
  /*padding-top: 80px;*/
  padding-top: 60px;
}
.committee-composition-wrapper table {
  width: 100%;
  margin-bottom: 20px;
}
.committee-composition-wrapper table thead th {
  padding: 15px 20px;
  border: 0;
  color: #676767;
  border-bottom: 2px solid #111;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left;
  padding-right: 15px;
  border-bottom-color: #111;
  font-size: 12px;
  line-height: 1.5;
  font-family: var(--font-roboto-regular);
  text-transform: uppercase;
  font-weight: normal;
  word-break: inherit;
  max-width: 115px;
}
.committee-composition-wrapper table tbody tr td {
  border: 0;
  color: #2e2e2e;
  padding-left: 0;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-right: 15px;
  border-bottom: 1px solid #b6b6b6;
  border-top: none;
  line-height: 1.56;
  font-weight: 400;
  font-family: var(--font-roboto-regular);
  font-size: 1.6rem;
}
.committee-composition-wrapper table tbody tr:nth-child(odd) td:nth-child(odd) {
  position: relative;
}
.committee-composition-wrapper span.icon-chair {
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 10px !important;
  display: inline-block;
}
.committee-composition-wrapper span.icon-chair::before , .item-committee span.icon-chair::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-image: url(/~/media/Images/A/ATSG/Universal/icons/icon-committee-chair.svg);
}
.committee-composition-wrapper span.icon-member {
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 10px !important;
  display: inline-block;
}
.committee-composition-wrapper span.icon-member::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/~/media/Images/A/ATSG/Universal/icons/icon-committee-member.svg);
  width: 100%;
  height: 100%;
}


.committee-composition-wrapper span.icon-cybsec {
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 10px !important;
  display: inline-block;
}
.committee-composition-wrapper span.icon-cybsec::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/~/media/Images/A/ATSG/Universal/icons/icon-cybersecurity-committee.svg);
  width: 100%;
  height: 100%;
}





.committee-composition-wrapper p.legend {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px){
  .committee-composition-wrapper table thead th, .committee-composition-wrapper table tbody tr td {
    padding-left: 20px;
  }
}