.tegt-language-switcher {
    margin-top: 15px;
    font-size: 0.9em;
    padding: 5px;
    border-top: 1px solid #eee;
}

.tegt-language-switcher a {
    text-decoration: none;
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 3px;
}

.tegt-language-switcher a:hover {
    background-color: #f8f8f8;
}

.tegt-language-switcher a.active {
    font-weight: bold;
    background-color: #f0f0f0;
} 