 /* Position the language selector in the top-right */
#language-switcher {
    position: absolute;
    top: 10px;
    right: 10px;
}

#language-switcher a {
    margin-left: 5px;
    text-decoration: none;
}

#language-switcher img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
}