.leaflet-container img.leaflet-tile {
    image-rendering: pixelated;
}

#leaflet[zoom="1"] .flair,
#leaflet[zoom="0"] .flair {
    opacity: 0!important;
}

.text-outline {
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 0 0 1px #000
}

#leaflet .flair {
    font-family: 'Abel', sans-serif;
    font-weight: 700;
}

.tooltip {
    width: 200px;
    min-height: 15px;
    padding-top: 9px;
    position: absolute;
    image-rendering: pixelated;
    transform: translate(2vw, 2vh) scale(1.4);
    transform-origin: top left;
    background-image: url("/assets/images/map/tooltip_top.png");
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1000;
    font-family: 'Abel', sans-serif;
    font-weight: 700;
    font-size: 0.95em;
    pointer-events: none;
}

.tooltip .content {
    width: 200px;
    line-height: 1.3;
    padding-left: 10px;
    padding-bottom: 7px;
    background: url("/assets/images/map/tooltip_center.png") repeat-y;
}

.tooltip .content img {
    display: inline-block;
    image-rendering: pixelated;
}

.tooltip .nameplate {
    color: white;
    width: 200px;
    min-height: 20px;
    padding-top: 1px;
    padding-left: 6px;
    top: -2.5px;
    position: relative;
    background-image: url("/assets/images/map/tooltip_nameplate.png");
    background-repeat: no-repeat;
}