#world-map-wrapper {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: calc(50vh - 60px);
    transition: filter .1s;
}

#world-map-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: inset 0 5px 15px 22px #1C1A1A;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.container {
    margin-top: calc(50vh - 90px);;
}

/* Stats viewer styles */

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

    color: #ffffffc5;

    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;
}
