#article div {
	display: block;
	margin-bottom: 20px;
}
#article img {
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 20px;
	border-radius: 7px;
}
#article a {
	color: #660000;
	font: 400 20px 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;	
}

#article h2 {
	display: inline-block;
}

#article .big {
	font: 400 20px 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
}

#article a.play_now {
    padding: 5px;
    background: #C40304;
    color: #FFFF66;
    border: none;
    font: normal 25px 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif !important;
    margin: 10px auto;
    position: relative;
    border-radius: 7px;
    text-decoration: none;
	 display: block;
	 width: 300px;
	 text-align: center;
}

#article a.play_now:hover {
    text-decoration: underline;
}