.table-bordered-cust > thead > tr > th,
.table-bordered-cust > tbody > tr > th,
.table-bordered-cust > tfoot > tr > th,
.table-bordered-cust > thead > tr > td,
.table-bordered-cust > tbody > tr > td,
.table-bordered-cust > tfoot > tr > td {
  border: 1px solid #ccc;
  border-top: 1px solid #ccc !important;
}
.table-unpadded > thead > tr > th,
.table-unpadded > tbody > tr > th,
.table-unpadded > tfoot > tr > th,
.table-unpadded > thead > tr > td,
.table-unpadded > tbody > tr > td,
.table-unpadded > tfoot > tr > td {
    padding: 0;
}
