.laTranslate-buttonList {
    list-style: none;
    display: inline-block;
    z-index: 999;
}

.laTranslate-buttonList li {
    display: inline-block;
    float: left;
    box-sizing: content-box;
    margin: 0 1px;
    background: #444;
}
.laTranslate-buttonList li:hover {
    background: #666;
}
.laTranslate-buttonList li.laTranslate-active {
    background: #222;
    pointer-events: none;
}
.laTranslate-buttonList li.laTranslate-active:hover {
    background: #444;
}
.laTranslate-buttonList li a {
    display: block;
    text-decoration: none;
    color: white;
    height: 100%;
    padding: 10px 20px;
}
