#goog_translate_element {
    display: none !important;
}

body>div.skiptranslate:first-child {
    display: none !important;
}

body {
    position: unset !important;
    min-height: auto !important;
    top: 0 !important;
}

#vivadigitaltranslator {
    position: relative;
    width: 110px;
}

.translation-links {
    border: 1px solid #cccccc;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    position: absolute;
    top: 0px;
    right: -20px;
}

.translation-link-lang {
    margin: 0;
    flex: 1;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: center;
}

.translation-links .lang-left {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;

}

.translation-links .lang-right {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;

}

.translation-link-lang {
    background: rgb(238, 238, 238);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
}

.translation-link-lang.translation-link-active {
    background: rgb(204, 204, 204);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
}

@media only screen and (max-width: 1200px) {
    .translation-links {
        top: 15px
    }
}

/*
.translation-links.desktop {
    display: flex;
}

.translation-links.mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .translation-links.desktop {
        display: none;
    }

    .translation-links.mobile {
        margin: 2em auto;
        display: flex;
    }
}
    */