
.members-table .table-bordered > thead > tr > th,
.members-table .table-bordered > thead > tr > td,
.members-table .table-bordered > tbody > tr > td {
    border-left:0;
    border-right: 0;
}
.members-table .table-bordered {
    border: 0;
}
.members-table .summary {
    margin: 20px 0;
    font-size: 11px;

}
.members-index {
    margin-top: 20px;
}
.no-list-style {
    list-style: none;
}
.mt-30 {
    margin-top: 30px;
}
.members-wrapper .form-control {
    height: 36px;
}
.members-wrapper .btn {
    line-height: 36px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .members-table.table-responsive {
        border: 0;
        padding-bottom:30px;
    }
    .members-table .pagination .disabled span {
        padding:3px 8px;
    }
}
