/* css for auto-rotating RD stories on research homepage */

/* do not display these elements (they need to remain part of the story include file, but not displayed here) */
div#rd-feed a img.story-thumb,
div#rd-feed .author-name,
div#rd-feed .divider-bar,
div#rd-feed .teaser-caption,
div#rd-feed .story-link 
 {
	display: none;
}
div#rd-feed  a img.img.full-img.img-responsive {
	float: left;
	margin-right: 1.5em;
	max-width: 100%;
	width: 100%;
}
div#rd-feed .article {
    background: #fff;
    width: 100%;
}
div#rd-feed .article .article-content {
    padding: 1em;
}
/*div#rd-feed .article .article-content table {
	width: 100%;
}*/
div#rd-feed .article-date {
   /* color: #6c6c6c;
    font-family: "Avenir-Heavy";
    font-size: 14px;*/
	display: none;
	
}
div#rd-feed .arch-title {
    font-size: 20px;
    line-height: 1.3;
	color: #036;

}
div#rd-feed .story-link-home  {
	color: #0072ec;
	font-family: "Avenir-Heavy";
    font-size: 14px;
}
div#rd-feed .arch-title a {
	color: #036;
}


