div.main-story-interested-container {
	display: block;
	width: 600px;
	margin-left: 10px;
}

div.main-story-interested-container p.main-story-interested-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #000000;
}

div.story-interested-content-container {
	display: inline-block;
	width: 195px;
	vertical-align: top;
}

div.interested-story-text {
	display: block;
	width: 180px;
}

p.interested-story-image {
	margin-bottom: 5px;
}

p.interested-story-title {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 5px !important;
}

p.interested-story-title a {
	color: #000000;
}

p.interested-story-city {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	color: #757677;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
}

/* Smartphones (portrait) ----------- */
@media screen and (max-device-width : 960px) {
	div.main-story-interested-container {
		display: block;
		width: 100%;
	}
	
	div.story-interested-content-container {
		display: inline-table;
		width: 40%;
		vertical-align: top;
		margin: 15px 10px;
	}
	
	div.main-story-interested-container p.main-story-interested-title {
		font-family: 'Montserrat', Arial, sans-serif;
		font-size: 14px;
		margin-bottom: 0;
		text-transform: uppercase;
		color: #000000;
		font-weight: bold;
		margin-left: 8px;
	}
	
	p.interested-story-image {
		width: 100%;
	}
	
	p.interested-story-image img {
		width: 100%;
	}
	
	div.interested-story-text {
		display: block;
		width: 100%;
	}
}
