.language-select {
    height: 30px;
}

.language-select select {
    font-family: inherit;
    font-size: 1em;
    color: #16161d;
    height: 32px;
    line-height: 30px;
    background-color: white;
    border-radius: 4px;
    padding: 0 0 0 8px;
    border: 1px solid #A0A0A0;
}
