h2 {
	font-size: 1.1em;
}

.pitch-banner {
	margin-bottom: 25px;
}

.one-article {
	margin-bottom: 16px;
	min-height: 85px;
}
.one-article > div {
	display: inline-block;
}
.one-article .featured-img {
	width: 30%;
}
.one-article .featured-img img {
	width: 100%;
}
.one-article .article-details {
	padding-left: 8px;
	vertical-align: top;
	width: 65%;
}
.one-article .article-details .teaser {
	display: none;
	font-size: 0.85em;
	margin-top: 8px;
}
.one-article .article-details img {
	height: 16px;
	position: relative;
	top: 2px;
}
.one-article .article-details a.featured {
	font-weight: bold;
}

/*
 * Right column conversions
 */
.right-column-conversion {
	border-top: 1px solid #c9c9c9;
	margin-top: 16px;
	padding-top: 16px;
 }
.right-column-conversion img {
	height: 25px;
}
.right-column-conversion table {
	width: 100%;
}
.right-column-conversion table tr td:first-child {
	width: 32px;
}

.free-stock-promo {
	margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
	.one-article {
		margin-bottom: 24px;
		min-height: 125px;
	}
	.one-article .featured-img img {
		width: 100%;
		max-height: 175px;
	}
	.one-article .article-details .teaser {
		display: block;
	}
}

@media screen and (min-width: 900px) {
	.sidebar {
		display: none;
	}
}
