.leaderboard-container {
    overflow: hidden;
}

.leaderboard,
#times-dropdown,
#empty-leaderboard-msg {
    display: flex;
    justify-content: center;
}

.table,
#times {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
}

.times {
    font-weight: 500;
    color: #ffffff;
    font-size: 25px;
    padding-right: 2%;
}

#times {
   margin-bottom: 2%;
}

.table thead th,
#times {
    font-weight: 700;
    text-align: left;
    background: #414957;
    color: #ffffff;
    font-size: 25px;
}

.table td,
.table th,
#times {
    padding: 10px 200px 10px 20px;
}

.table tbody tr {
    background: #414957;
    color: #ffffff;
    border-color: #5B5E64;
}
