#contests-container {
	display: block;
	width: 600px;
}

#contests-container h3 {
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.contests-content {
	display: inline-table;
	vertical-align: top;
	width: 190px;
	margin-bottom: 25px;
}

.contests-image {
	margin-bottom: 5px;
}

.contests-title {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.1;
	font-size: 14px;
	width: 180px;
}

.contests-title a {
	color: #000000;
}

.contests-description {
	font-family: Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	/* line-height: 1.1; */
	color: #6D6F71;
	font-size: 12px;
	width: 180px;
}

.contests-date {
	font-family: Arial, sans-serif;
	color: #E4151B;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	width: 180px;
}
