
.account-list-table-striped {
  text-align: center;  
}

.account-list-table-striped > tbody >tr > td {
  line-height: 2;;
}

.account-list-table-striped > thead > tr > th {
  text-align: center;
  background-color: RGB(0,139,203);
}

.account-list-table-striped > thead > tr {
  background-color: RGB(0,139,203);
}

.account-list-btn-default {
  color: #333;
  background-color: RGB(0,139,203);
  border-color: #ccc;
}

.filter-labels {
  vertical-align: middle;
}
