.langswitcher {
	display: inline;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.langswitcher li {
	display: inline;
}

.langswitcher li:not(:last-child):after {
	content: " | ";
	font-weight: normal;
}

.langswitcher a {
	color: inherit;
}

.langswitcher .current {
	font-weight: bold;
}
