@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import 'user_stats.css';
.ranking {
    margin-bottom: 2%;
    padding: 0 1%;
}
.ranking .top table {
    margin: auto;
    width: 100%;
    color: white;
    border-collapse: collapse;
    text-align: center;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}
.ranking .top table th {
    font-family: 'Russo One', sans-serif;
    font-weight: 100;
}
.ranking .top table .trth {
    border-bottom: 1px solid #CD821C;
}
.ranking .top table .thw {
    padding: .5%;
    background: #CD821C;
}
.top table .thl {
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
}
.ranking .top table .th2l {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}
.ranking .top table .th2r {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
.ranking .top table .name {
    text-align: left;
}
.ranking .top table .tr_2 {
    background: rgb(30, 30, 30);
}
.ranking .top table .tr_1 {
    background: rgb(25, 25, 25);
}
.ranking .top table .tr_1, .top table .tr_2 {
    cursor: pointer;
}
.ranking .top table img {
    width:25px;
}
.ranking .top table .country {
    width: 10px;   
}
.ranking .top table .green_point {
    color: ; 
    padding: 0 2%;
    color:lawngreen;
}
.ranking .top table .tr_2:hover {
    background: rgba(17, 17, 17);
}
.ranking .top table .tr_1:hover {
    background: rgba(20, 20, 20);
}
.ranking .player_stats {
    padding: 0 1%;
}
.ranking .player_stats .comentarios {
    padding: 0% 1%;
    text-align: center;
}
.ranking.cm_user_perfil {
    padding: 0% 1%;
}
.ranking.top_title {
    text-align: left;
    font-size: 11px;
}
.ranking.top_title span {
    color: #CD821C;
    font-size: 11px;
}