/**
 * Feuille de style du plugin de ranking.
 */

.asvel_ranking {
    margin-top: 30px;
}

.asvel_ranking table {
    width: 100%;
    text-align: center;
    border: none !important;
}

.asvel_ranking table thead {
    color: #000;
    text-transform: uppercase;
    border-bottom : 2px solid #000;
}

.asvel_ranking table thead:first-child th {
    border:none;
    border-block-start: none !important;
}

.asvel_ranking table thead th {
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1a1a1a;
    text-transform: uppercase;
    border:none;
    border-block-start: none;
}

.asvel_ranking table tbody .active {
    /*font-weight: 700;*/
    color: #fff;
    background-color: #1D1B20;
}

.asvel_ranking table tbody .active {
    /*font-weight: 700;*/
    color: #fff;
    background-color: #1D1B20;
}

.asvel_ranking table tbody .asvel_ranking_other_team td {
    background-color: #F3F3F3;
}

.asvel_ranking table tbody td {
    padding: 15px 15px;
    vertical-align: middle;
    border: none;
    font-size: 16px;
}

.asvel_ranking table tbody td:nth-child(2) {
    padding: 10px 40px 10px 10px;
}

.asvel_ranking table tbody td:nth-child(3) {
    text-align: left;
}

.asvel_ranking table tbody .active img {
    filter: invert(100%);
}

@media (max-width: 420px) {
    .asvel_ranking table tbody td {
        padding: 5px;
        font-size: 13px;
    }

    .asvel_ranking table tbody td:nth-child(2) {
        padding: 5px;
    }

    .asvel_ranking table thead th {
        padding: 5px;
    }
}