.MyLangPick
{
/*	width: 108px;*/
	height: 28px;
	padding-top: 3px;
	text-align: center;
	margin-right: 5px;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 999998;
}

.MyLangPick .portlet-content
{
	background:none;
	margin: 0;
	padding: 0;
}
.MyLangPick a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.MyLangPick a:hover, .MyLangPick a:focus
{
	text-decoration: underline;
	font-weight: bold;
	color: red;
}
.MyLangPick .active
{
	color: #ffff00;
}
@media (max-width: 992px) {

	.MyLangPick
	{
		top: 72px;
		position: absolute;
		z-index: 99998;
	}

}
