.i18n-container {
	top: 0;
	position: fixed;
	margin: 1em;
	right: 0;
	z-index: 50000;
}

.i18n-button{
	border: none;
	border-radius: 50% 50% 50% 50% / 50% 50% 50% 50% ;
	padding: 10px;
}

.i18n-button-selected{
	background-color: #494949;
}