/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 18, 2019, 12:06:25 PM
    Author     : soha
*/

.top-scores {
    list-style: none;
    margin-bottom: 30px;;
}

.top-scores li {
    padding: 12px 0px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.top-scores li:first-child {
    padding-top: 0;
}

.top-scores li label {
    margin-right: 15px;
    flex-basis: 40%;
}