.lang-box {
float:right;
display: flex;
align-items: center;
justify-content: flex-end;
position: sticky;
position: -webkit-sticky;
top: 7px;
}
a.lang-button {
background: #4a5266;
margin: 8px 8px 8px 0;
border-radius: 4px;
padding: 0.25rem 1rem;
font-size: 12px;
font-weight: 800;
text-decoration: none;
color: #9baec8;
}
a.lang-button:hover {
color: #ffffff;
}
a.policy-button {
background: #F24130;
margin: 8px 8px 8px 0;
border-radius: 4px;
padding: 0.25rem 1rem;
font-size: 12px;
font-weight: 800;
text-decoration: none;
color: #ffffff;
}
a.policy-button:hover {
color: #ffffff;
}
a.mod-button {
background: #20639B;
margin: 8px 8px 8px 0;
border-radius: 4px;
padding: 0.25rem 1rem;
font-size: 12px;
font-weight: 800;
text-decoration: none;
color: #ffffff;
}
a.mod-button:hover {
color: #ffffff;
}

