#subcategory.news-feed > #editable_content > div#body > div#news_stories > div:nth-of-type(3n), #subcategory.news-feed > #editable_content > div#body > div#photo_stories.triple > div:nth-of-type(3n){
	margin-right: 0px;
}
#subcategory.news-feed > #editable_content > div#body > div#news_stories > div:nth-of-type(3n+1){
	clear: left;
}
#bottom{
	clear: both;
}
div#photo_stories .editable_block{
	padding-bottom: 20px; !important;
}
div#photo_stories.single .editable_block{
	width: 100% !important;
	margin-right: 0px !important;
}
div#photo_stories.double .editable_block{
	width: 48.5% !important;
	float: left;
	min-height: 175px;
}
div#photo_stories.triple .editable_block{
	width: 32% !important;
	float: left;
	margin-right: 2% !important;
	min-height: 230px;
	padding-bottom: 10px;
}
div#photo_stories.double > div:first-of-type{
	margin-right: 3%;
}
div#photo_stories.double .summary{
	font-size: 12px;
	line-height: 18px;
}
div#photo_stories.triple .summary{
	font-size: 11px;
	line-height: 16px;
}
#subcategory.news-feed > #editable_content > div#body > div#photo_stories.double > div:nth-of-type(2), #subcategory.news-feed > #editable_content > div#body > div#photo_stories.triple > div:nth-of-type(3n){
	margin-right: 0px !important;
}
#subcategory.news-feed > #editable_content > div#body > div#photo_stories.triple > div:nth-of-type(3n+1){
	clear: left;
}
div#photo_stories .title{
	margin-bottom: 10px;
}
div#photo_stories img{
	float: left;
	margin-right: 15px;
}
#subcategory.news-feed .date{
	font-size: 12px;
}
div#photo_stories .resultsource{
	font-style: italic;
	}
div#news_stories{
	border-top: 1px solid #ccc;
	padding-top: 20px;
	clear: both;
}
div#news_stories .title {
    margin-bottom: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    height: 69px;
    margin-top: 10px;
    text-align: left;
	overflow: hidden;
}
div#news_stories .summary{
	height: 90px;
	overflow: hidden;
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
}
#subcategory.news-feed ul.links{
	margin: 5px 0px 0px 0px;
    padding: 0px;
    height: 20px;
}
#subcategory.news-feed ul.links li{
	float: left;
	list-style: none;
}
#subcategory.news-feed a.rss{
	display: block;
    background: url(//cdn.wn.com/st/rss/01.png) no-repeat 0px 0px;
    width: 15px;
    height: 15px;
    margin: 6px 10px 0px;
}
#bottom {
    padding: 20px;
    text-align: center;
}
#subcategory.news-feed a.headline{
	line-height: 24px;
    font-size: 16px;
}
div#photo_stories.triple .resultsource{
	font-size: 12px;
	display: block;
	line-height: 18px;
}

@media only screen and (max-width: 800px){
	div#photo_stories.double .editable_block, div#photo_stories.triple .editable_block{
		width: auto !important;
		min-height: inherit;
		padding-bottom: 20px;
	}
}
