#news_content_title
{
	font-weight: bold;
	font-size: 16px;
}

#news_content_date
{
	font-family: Arial,sans-serif;
	font-size: 10px;
}

#news_content_body
{
	/*font-family: Arial,sans-serif;*/
	padding: 10px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* PLEASE DON'T UPDATE THIS, This will change all Civiclive websites */ 
html body #news_content_body #featured_image {
    max-width: 30%; 
    float: left;
    padding: 0 1em 0 0;
}