
.ranking-place-rest {
    background-color: unset;
}

.ranking-place-second, .rankingList table tr:nth-child(2) td {
    background-color: #cdb17b;
}

.ranking-place-third, .rankingList table tr:nth-child(3) td, .rankingList table tr:nth-child(4) td, .rankingList table tr:nth-child(5) td {
    background-color: #e6e6e6;
}

.user-star-cell {
    flex-wrap: wrap;
}

.gold-star {
    background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><polygon points="100,10 120,70 180,70 130,110 150,170 100,130 50,170 70,110 20,70 80,70" fill="gold" stroke="black" stroke-width="2"/></svg>');
    height: 18px;
    width: 18px;
}

.gray-star {
    background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><polygon points="100,10 120,70 180,70 130,110 150,170 100,130 50,170 70,110 20,70 80,70" fill="gray" stroke="black" stroke-width="2"/></svg>');
    height: 18px;
    width: 18px;
}

.own-user-row {
    font-weight: 900;
    color: red;
}