.sc-senators-contactinformation-alphabetic-filter {
  display: inline-block;
  min-width: 25px;
  padding: 0 7px;
  margin: 10px 1px;
  cursor: pointer;
  border-radius: 6px;
}
.sc-senators-contactinformation-alphabetic-filter-active {
  border: 1px solid rgb(170, 170, 170);
  background-color: rgb(255, 255, 255);
}
.sc-senators-contactinformation-alphabetic-filter-not-available {
  color: rgb(136, 136, 136);
}
.sc-senators-contactinformation .sc-table {
  margin-bottom: 1rem;
}
.sc-senators-contactinformation .dt-buttons {
  float: left;
  padding-bottom: pxrem(5px);
}
.sc-senators-contactinformation #DataTables_Table_0_filter {
  float: right;
}
.sc-senators-contactinformation #DataTables_Table_0_filter input {
  margin-left: pxrem(5px);
}
