.lang-switcher {
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 9999;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.lang-switcher a {
    color: #fff;
    text-decoration: none;
}
.lang-switcher a:hover {
    text-decoration: underline;
    color: rgba(255,255,255,0.7);
}
.lang-switcher strong {
    color: #fff;
}

