/* 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, /* using the teaser below instead of thumb so the image quality stays good */
div#rd-feed .author-name,
div#rd-feed .divider-bar,
div#rd-feed .teaser-caption,
div#rd-feed .story-link,
div#rd-feed .top-story-img
 {
	display: none;
}
div#rd-feed  a img.story-thumb {
	float: left;
	margin-right: 1.5em;
	max-width: 125px;
	width: 125px;
}
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;
	
}
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;
}
/* new layout */
div#rd-feed {
	width: 100%;
	text-align: center;
}
div#rd-feed .article {
	width: 100%;
	padding-top: 1em;
	vertical-align: top;
}

div#rd-feed .article .article-content {
	padding: 0;
}
div.h1 a {
	color: #036;
}
/*div#rd-feed a img.story-thumb*/
div#rd-feed a img.full-img.img-responsive {
	width: 100%;
	max-width: 100%;

}
div#rd-feed img {
	vertical-align: top;
}
div#rd-feed .article-date {
	display: none;
}

