.features {
	clear: left;
	float: left;
    margin-top: 1ex;
    margin-bottom: 2ex;
	width: 100%;
}
.features + * {
	clear: both;
}
.features > .feature,
.features > .ad {
	clear: left;
	float: left;
	width: 100% !important;
}
.features > .feature h2 {
	font-size: 14pt;
}
.features > .feature .StoryBody {
	margin-bottom: 0;
	margin-top: 0.5ex;
	font-size: 10pt; /* 13px */
}
.features > .feature + .feature,
.features > .feature + .ad,
.features > .ad + .feature {
	margin-top: 1ex;
    	padding-top: 2ex;
	border-top: 1px solid lightgray;
}
.features > .ad + .feature {
	margin-top: 2ex;
}
@media (max-width: 569px) {
.features > .feature .StoryBody img {
		float:right !important;
		width:105px;
	}
}
