/*===== news =================================================================*/

#news
{
}

#twitter
{
float:right;
width:25em;
}

#news div:nth-of-type(3)
{
border-bottom:0.1em solid #cccccc;
border-top:0.1em solid #cccccc;
margin:1.5em 0em;
padding:0.5em 1em;
width:55%;
}

#news div:nth-of-type(3) p:nth-of-type(2n-1)
{
font-weight:bold;
margin-top:1em;
}
#news div:nth-of-type(3) p:nth-of-type(2n)
{
text-align:justify;
margin-bottom:1.5em;
margin-top:0.5em;
}