div.block-relatednews {
	/* background-color: #EBEBEB; */
}

div.related-news {
	width: 290px;
	padding: 5px;
	margin: auto;
	text-align: left !important;
}

div.related-news p.related-news-main-title {
	font-size: 14px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #808285;
}

div.related-news p.related-news-main-title span.related-bold-title {
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
}

div.related-news-blocks {
	display: inline-table;
	width: 100%;
	vertical-align: top;
}

div.related-news-blocks > h2 {
	color: #000000 !important;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 5px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
}

div.related-news-blocks ul {
	padding-left: 0;
	margin-top: 0;
}

div.related-news-blocks ul li:nth-child(6) p.title {
	border-bottom: none;
}

div.related-news-blocks ul div {
	display: table;
	border-bottom: 1px solid #808285;
	margin-top: 10px;
	/* padding: 10px 0; */
}

div.related-news-blocks ul div p.story-image {
	display: table;
	float: left;
	clear: both;
	width: 30%;
	margin-right: 10px;
	margin-top: 0;
}

div.related-news-blocks ul div p.image-city {
	margin-top: 0;
}

div.related-news-blocks ul div p.story-image img {
	width: 100%;
}

div.related-news-blocks ul li {
	list-style: none;
}

div.related-news-blocks ul p.image-city {
	text-align: left;
	font-family: 'Montserrat';
	font-size: 11px;
	color: #2774BD;
	text-transform: uppercase;
	margin-bottom: 0;
}

div.related-news-blocks ul p.image-city span.image-date-small {
	font-family: Arial !important;
	color: #000000 !important;
	font-size: 11px !important;
}

div.related-news-blocks ul a.image-text {
	color: #000000 !important;
	font-weight: bold !important;
	font-size: 14px;
}

div.related-news-blocks ul li:nth-child(2) {
	/* display: none; */
}

div.related-news-blocks ul li p.city {
	text-align: left;
	font-family: 'Montserrat';
	font-size: 11px;
	color: #2774BD;
	text-transform: uppercase;
	margin-bottom: 0;
}

div.related-news-blocks ul li p.city span.date-small {
	font-family: Arial !important;
	color: #000000 !important;
	font-size: 11px !important;
}

div.related-news-blocks ul li p.title {
	margin-top: 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCCCCC;
}

div.related-news-blocks ul li p.title a {
	font-family: Arial !important;
	color: #000000 !important;
	font-size: 14px !important;
	font-weight: bold;
	text-transform: normal !important;
}

