htlm,body {height:100%;margin:0;}
body.sport a, body.sport a:visited {color:inherit;}
/* cause the placeholder text being displayed */
[contentEditable="true"]:empty:not(:focus)::before {
	content: attr(placeholder);
}
/* look and feel for the language selection */
#language.selectbox {
position:fixed;
right:20px;
top:20px;
}
#language.selectbox ul{
padding:0;
margin:0;
}
#language.selectbox li{
list-style:none;
}
#language.selectbox .representer,
#language.selectbox .flyout li{
height:48px;
width:48px;
overflow:hidden;
border-radius:24px;
}
#language.selectbox img{
position:relative;
height:48px;
left:-12px;
}