/*===== groups ===============================================================*/

#groups
{
}

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

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

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

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

#createbox
{
background:#eff5ff;
border:0.1em solid #cccccc;
border-radius:0.3em;
font-size:1.167em;
float:right;
height:3em;
margin-top:1em;
margin-left:1em;
padding:0.75em 1.75em 0.75em 1.75em;
position:relative;
top:-1em;
width:auto;
}

#createbox a
{
top:0.833em;
}


