body {
    color: #333;
    font-size: 12px;
    background-color: #DE4398;
}

div.content {
    margin: 1em;
    border-radius: 0.5em;
    padding: 1em;
    background-color: white;
}

ul.lang {
    display: table;
    table-layout: fixed;
}

ul.lang li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
}

ul.lang li:first-child {
    border: none;
}

ul.lang li a {
    background-color: #0a356f;
    padding: 10px 20px;
    display: block;
    border-radius: 0.5em;
    text-decoration: none;
    color: white;
    margin: 3px;
}

ul.lang li.selected a {
    background-color: #6f6f6f;
}