.network{
    color: #02e1f4;
    
}

.players-max{
    color: #f4f3f4;
}

.speed{
    color: #ef6a09;
}

.tournament-header-right {
    float: right;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: 14px;
    margin-top: 10px;
}
.tournament-header-right a, .tournament-header-right a:visited {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
}
.tournament-header-right a:hover, .tournament-header-right a:visited:hover {
    color: #02e1f4;
}

.tournament-header-left {
    float: left;
    margin-left: 23px;
    font-size: 38px;
    font-weight: bold;
}

.tournament-header {
    margin-top: 25px;
    margin-bottom: 18px;
    display: inline-block;
    width: 1200px;  
}

.user-item {
    display: inline-block;
    width: 1200px;
    margin-top: 4px;
}

.user-item-highlight {
    height: 51px;
    border: 1px solid #00ecff;
    top: -58px;
    left: 4px;
    position: relative;
    box-shadow: 0px 0px 3px 2px #00ecff;
    margin-right: 8px;
    opacity: 0;
    box-shadow: 0px 0px 4px 1px #00ecff;
}
.user-item-highlight:hover {
    opacity: 1;
}

.user-item-background {
    background-color: #161418;
    width: 1200px;
    height: 57px;
    margin-bottom: 9px;
    border-bottom: 1px solid #0d0c0f;
    border-top: 1px solid #29272b;
}

.user-item-left {
    display: inline-block;
    float: left;
    margin-left: 6px;
    height: 51px;
}

.gold-medal {
    background-image: url("/images/quiz/gold.png");
}

.user-name {
    font-size: 27px;
    font-weight: bold;
    float: right;
    margin-left: 25px;
    margin-top: 4px;
}

.gold {
    color: rgb(255, 222, 0);
}

.rating {
    float: right;
    margin-right: 13px;
    margin-top: 4px;
}

.rating-bar {
    background-image: url("/images/quiz/progress-bar.png");
    width: 166px;
    height: 25px;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
    top: -40px;
}

.rating-bar-background {
    background-image: url("/images/quiz/progress-bar-background.png");
    width: 222px;
    height: 32px;
    display: inline-block;
    margin-top: 4px;
    float: left;
    
    box-shadow: 0px 2px 2px -2px #828282;
}

.rating-bar-background:before{
            mix-blend-mode: overlay;
            border: 1px solid transparent;
            border-image: linear-gradient(to top, #aaaaaa 0%, #828282 100%);
            border-image-slice: 1;
            content: "";
            
            width: 222px;
            height: 32px;
            display: inline-block;
            position: relative;
            top: -1px;
            left: -1px;
            
            box-shadow: inset 0px 1px 5px 2px rgba(0,0,0,0.18), 
                        inset 0px 0px 6px 1px rgba(0,0,0,0.44);
        }

.top-percentage {
    font-size: 30px;
    color: rgb(254, 0, 197);
    font-weight: bold;
    float: right;
    width: 78px;
    text-align: right;
    margin-left: 13px;
}


.silver {
    color: rgb(180, 206, 210);
    font-weight: bold;
}

.silver-medal {
    background-image: url("/images/quiz/silver.png");
}

.medal {
    font-size: 37px;
    float: left;
    width: 34px;
    height: 48px;
    text-align: center;
    font-weight: bold;
    line-height: 43px;
    margin-left: 6px;
}

.bronze-medal {
  background-image: url("/images/quiz/bronze.png");
}

.bronze {
  color: rgb(252, 99, 0);
}

.no-medal {
    color: rgb(255, 255, 255);
}

.medal.no-medal {
    width: 58px;
    height: 55px;
    background-image: url("/images/quiz/no-medal-background.png");
    margin-left: -6px;
    margin-top: -4px;
    padding-top: 4px;
}


.gold-medal, .silver-medal, .bronze-medal{
    color: rgb(0, 0, 0);
}

.user-not-found {
    font-size: 42px;
    color: white;
    font-weight: bold;
    margin-left: 20px;
}

.tournament-ko {
    background-repeat: no-repeat;
    background-image: url(/images/quiz/ko.png);
    width: 37px;
    height: 43px;
    display: inline-block;
    background-position: 0px 18px;
}

.tournament-pko {
    width: 52px;
    height: 25px;
    display: inline-block;
    background-position: 0px 18px;    

    margin: 10px 15px auto 1px;


    border: 2px solid;
    border-radius: 5px;
    color: #f03fd9;
    font-size: 21px;
    line-height: 0.9;   
    
    padding: 1px 2px;
}