.column-left{ float: left; width: 33%; }
.column-right{ float: right; width: 33%; }
.column-center{ display: inline-block; width: 33%; }
.ref_center {
    text-align: center;
}

.referral-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
    color: #333333;
}
.referral-table .table tbody th {
    text-transform: uppercase;
    background: #f2f3f5;
    border-width: 0;
    vertical-align: bottom;
}
.referral-table .table tbody th:nth-child(1) {
    padding-left: 10px;
}
.referral-table .table tbody th:nth-child(2) {
    text-align: center;
}
.referral-table .table tbody th:nth-child(3) {
    text-align: center;
}
.referral-table .angle {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 8px;
    height: 8px;
    border: 1px solid #dfe1e5;
    border-right-width: 0;
    border-top-width: 0;
    margin-right: .5rem;
}

.referral-table .user_name {
    width: 23%;
}
.referral-table .user-bonus {
    width: 22%;
}
.reffil_ {
    display: block;
    font-size: 14px;
    padding: 10px 10px;
}
.referral-table .list-view ul {
    padding: 0;
}

.referral-table .wrap-rows:nth-child(odd) {
    background: #fafafb;
}
.referral-table .badge {
    font-size: 14px;
    min-width: 30px;
    padding: 5px;
}
.referral-table .reff_button {
    text-align: right;
    padding-right: 32px;
}
.referral-table .pagination-wrp {
    margin-top: 20px;
}

.no-left-padding {
    padding-left: 0;
}

/*pagination*/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #5c6a80;
    border-color: #5c6a80;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #2c3749;
}

.pagination>li>a, .pagination>li>span {
    color: #2c3749;
}


