/* Stats viewer styles */

#stats-viewer-pagination li i {
    padding-left: 5px;

    color: #444;

    font-size: 70%;
    font-variant: small-caps;
}

#player-name {
    display: flex;
    justify-content: center;
}

#player-name span:first-child {
    background-position: 100%;
    flex-grow: 2;
}

#player-name span:last-child {
    background-position: 0%;
    flex-grow: 2;
}


.tooltip:hover .tooltiptext {
    opacity: 1 !important;
}

#statsviewers .button:first-child {
    border-radius: 0 0 0 4px;
    border: 1px black solid;

    border-right: 0px;
    border-top: 0px;
}

#statsviewers .button:last-child {
    border-radius: 0 0 4px 0;

    border: 1px black solid;

    border-left: 0px;
    border-top: 0px;
}