.UI_LanguageSwitcher{
	position:relative;
	
	> summary::marker {
		content: '';
	}
	> ._head{
		> ._title{
			.UI_I18n{
				display:none;
			}
			.UI_Icon{ 
				position:relative;top:2px;
				width:29px;
				height:22px;
			}
		}
	}
	> ._body{
		position:absolute;
		z-index:2000;
		border-radius:5px;
		padding:5px;
		background:var(--color--white-0);
		box-shadow: 2px 0 2px 1px var(--transparent--white-0);
	}
}
