body {
    top: 0px !important;
}

.skiptranslate {
    display: none !important;
}

.localizator {
    width: 70px;
    position: absolute;
    right: 0px;
    top: 4px;
}

.localizator img {
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.localizator img:hover {
    opacity: 0.5;
}

.localizator img.active {
    opacity: 0.6;
    cursor: default;
}