/* Remove grey box on active language */
div.mod-languages ul li.lang-active {
    background-color: transparent !important;
    border: none !important;
}
