.wp-multilang-switcher {
    margin-top: 30px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 14px;
}
.wp-multilang-switcher a {
    text-decoration: none;
    font-weight: bold;
    color: #0073aa;
}
.wp-multilang-switcher a:hover {
    color: #005177;
}
