/*===== user =================================================================*/

#user
{
}

#user div:nth-of-type(1) span
{
font-weight:bold;
}
#user div:nth-of-type(1) p
{
margin:0.333em 0em;
}
#user div:nth-of-type(n+2)
{
border-bottom:0.1em solid #cccccc;
padding-bottom:1.25em;
}
#user div:nth-of-type(n+3)
{
border-bottom:0.1em solid #cccccc;
padding:1em 0em 1.25em 0em;
}
#user div:nth-of-type(2) p:nth-of-type(1)
{
font-weight:bold;
margin-bottom:1em;
}

.profilepicture_big
{
float:left;
margin-right:2em;
}

.profilepicture_small
{
margin:0.25em;
}

.userflag
{
top:0em;
}