/*===== users ================================================================*/

#users
{
}

#users p:nth-of-type(1),
#users p:nth-of-type(3),
#users p:nth-of-type(5)
{
margin-bottom:0.75em;
}

#users p:nth-of-type(2),
#users p:nth-of-type(4)
{
margin-bottom:0.25em;
}

#users p:nth-of-type(3),
#users p:nth-of-type(5)
{
margin-left:0.5em;
font-style:italic;
}

#users p:nth-of-type(5)
{
padding-bottom:0.5em;
}

#users p:nth-of-type(5) a
{
margin-right:1em;
}