@charset "utf-8";
/* CSS Document */
.langselect a {
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
}
.langselect a:last-of-type {
	border-right: 0;
	padding-right: 0;
}
.langselect a:hover {
	text-decoration: underline;
}

.langselect a.sel {
	font-weight: bold;
}