.leaderboard {
    background: url(../images/bg-winners.jpg) 50% 100% no-repeat;
    min-height: 835px;
    padding: 20px 0 50px;
    color: #414141;
}


.leaderboard {
    background-color: #ffffff;
}

.leaderboard-table {
    width: 100%;
}

.leaderboard-table td{
    padding: 5px;
    height: 37px;
}
.leaderboard-table tr:nth-child(even){
    background: #d4d4d4
}

.leaderboard-table tr.current_user{
   background: #5cc736;
   font-weight: bold;
}