.results-right #PrizeTable #PrizeTableHead {
    background-color: #ebebeb;
    border: none;
}


.results-right table.dataTable.mhead thead th {
    border: none;
    padding: 0px 10px;
    height: 36px;
}

.results-right table.dataTable.cell-border tbody tr {
    height: 36px;
}

    .results-right table.dataTable.cell-border tbody tr td {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #ebebeb;
        padding: 0px 10px;
    }

.results-right table.dataTable.no-footer {
    border: none;
    width:100% !important;
}

.results-right{
    /*margin-top:40px;*/
}

.leaderboard-prize-table {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.customerPoints{
    font-weight:600;
    background-color:#efefef !important;
}
    .customerPoints td {
        font-weight: 600;
        color: #FF8000;
    }


.results-customer #PrizeTable #PrizeTableHead {
    background-color: #ebebeb;
    border: none;
}


.results-customer table.dataTable.mhead thead th {
    border: none;
    padding: 0px 10px;
    height: 36px;
}

.results-customer table.dataTable.cell-border tbody tr {
    height: 36px;
}

    .results-customer table.dataTable.cell-border tbody tr td {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #ebebeb;
        padding: 0px 10px;
    }

.results-customer table.dataTable.no-footer {
    border: none;
}

.results-customer {
    margin-top:40px;
}


.results-customer table.dataTable.cell-border tbody tr td:first-child {
    width: 20% !important;
}

    .results-right table.dataTable.cell-border tbody tr td:first-child {
        width: 20% !important;
    }

.results-right table.dataTable.cell-border tbody td {
    width: 30% !important;
}

.results-customer table.dataTable.cell-border tbody td {
    width: 30% !important;
}

.leaderboard-prize-table .dataTables_length {
    display: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    right: 0px;
}