table {
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: white;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

table tr {
    display: flex;
    justify-content: center;
}

#statsTable2 td {
    width: 15%;
}

#statsTable2 tr td:first-child {
    width: 40%;
}

#statsTable td {
    width: 20%;
    text-align: center;
}

#statsTable {
    margin-bottom: 5vh;
}

#statsTable tr td:first-child {
    width: 20%;
}

.neon,
.extra {
    color: #ffffff;
    /* text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #005f91 0px 0px 20px, gold 0px 0px 30px, gold 0px 0px 40px, gold 0px 0px 50px, #FF2D95 0px 10px 75px; */
    text-shadow: 0px 0px 30px #ded200;
    font-size: 150%;
}

.neon td {
    width: 100% !important;
    text-align: center;
}

.neon:first-child {
    font-size: 300%;
}

.star-container td {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.stats-border {
    color: rgba(0, 0, 0, 0);
    font-size: 170%;
    border: 2px solid rgba(222, 210, 0, 0.3);
    height: 1px;
    line-height: 0;
    margin: 0 35px;
}

.rank nav#web {
    background-image: url('../theme/rank-navbar.png');
}

.rank nav#web ol {
    width: 100%;
}

.rank ol > li:hover > a,
ul > li:hover > a {
    text-decoration: none;
}

.rank nav#mobile {
    background-image: url('../theme/mobile-rank-navbar.png');
}

.rank nav#mobile ol {
    background-image: none;
}

.rank #main-games {
    padding-top: 18px;
    width: calc(100% - 26px);
    padding-right: 21px;
}

.rank #statsTable2 {
    margin-top: -40px;
}
