.scoreboard-container table.dataTable tbody > tr.selected {
    background-color:#ABD2FF;
    color:black;
}

.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting {
    background: none;
}
.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting_asc {
    background: none;
}
.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting_desc {
    background: none;
}
.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting:before {
    content: "\e150";
    display: inline;
    font-family: 'Glyphicons Halflings';
    opacity: 0.75;
    padding-right: 0.5rem;
}
.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting_asc:before {
    content: "\e155";
    display: inline;
    font-family: 'Glyphicons Halflings';
    opacity: 0.75;
    padding-right: 0.5rem;
}
.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting_desc:before {
    content: "\e156";
    display: inline;
    font-family: 'Glyphicons Halflings';
    opacity: 0.75;
    padding-right: 0.5rem;
}
.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting:after {
    content: "";
}
.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting_asc:after {
    content: "";
}
.scoreboard-container div.dataTables_scrollHead table.dataTable thead .sorting_desc:after {
    content: "";
}
