/* Correctif stabilité visuelle classement */
#live-ranking,
#live-stats,
#live-podium{
    opacity:1 !important;
    transition:none !important;
}

.live-updating,
.live-updated{
    opacity:1 !important;
    animation:none !important;
    transition:none !important;
}

#live-ranking tbody.sorting,
#live-ranking tbody.sort-complete,
#live-ranking tbody.sort-complete tr{
    opacity:1 !important;
    animation:none !important;
    transition:none !important;
}

/* Les animations restent réservées aux vraies nouvelles annonces. */
#live-ranking tr:not(.new-row-enter):not(.recent-row),
#live-ranking article:not(.new-row-enter):not(.recent){
    animation:none;
}
