footer {
    position: fixed;
    background-color:#FC3E5A;
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 20px;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    
}
footer > * {
    margin: auto;
}
.footer > *:not(:first-child):not(:last-child)  {
    margin-left: 10px;
}
.footer > *:not(:last-child) { 
    margin-right: 10px;
}

footer, footer * {
    line-height: 20px;
    color:rgba(245,245,245,0.7);
} 
.language-wrapper {
    display: inline-grid;
    grid-template-columns: 1fr 1fr; 
    margin-right: 10px;
}
.disclaimer-wrapper {
    margin-left: 0px;
}
footer a {
    color:#fff;
    display: inline-block;
    padding: 0px 4px;
    border-radius: 2px;
    text-align: center;
    min-width: 30px;
}
footer a.selected {
    background-color: #6E1119;
    
}
