.languages {
    float: right; 
    margin: 11px 0 0 50px; 
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
.tbflags {
    float: left; 
    position: relative;
}
.not-selectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}
.tbflag {
    position: absolute; 
    right: 3px; 
    display: none;
}

.flags {
    display: none; 
    position: absolute; 
    background-color: white; 
    padding: 8px; 
    border-radius: 3px; 
    margin: 22px; 
    right: -22px; 
    transform: translate3d(0, 0, 0);
    z-index: 999999;
}
.flagarrow {
    float: left; 
    margin-top: 2px; 
    margin-left: 5px;
}