/* WEEKLY FEATURES STYLES */
#feature {
	padding: 20px;
}
.title { /* title */
	color: #09c;
	font-size: 15px;
	line-height: 15px;
	padding: 0 0 15px 0;
	font-weight: bold;
}
.date { /* date */
	color: #666;
	float: right;
	font-size: 11px;
	font-weight: normal;
}
.dropdown {
	color: #09c;
	padding: 0;
	font-size: 11px;
	float: right;
	position: relative;
	top:-15px;
}
