#spotlight-page #spotlights {
	clear: both;
	padding-top: 20px;
}
#spotlight-page #spotlights h4 {
	font-weight: bold;
}
#spotlight-page .spotlight-teaser {
	max-width: 300px;
	float: left;
	margin-right: 5%;
	margin-top: 20px;
}
#spotlight-page .spotlight-teaser .spotlight-image {
	width: 30%;
	float: left;
}
#spotlight-page .spotlight-teaser .spotlight-image img {
	border-radius: 8px;
}
#spotlight-page .spotlight-teaser .spotlight-info {
	float: left;
	width:70%;
}
#spotlight-page .spotlight-teaser .spotlight-info h5{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}
#spotlight-page .spotlight-teaser .spotlight-info a:hover {
	text-decoration: none;
}
#spotlight-page .spotlight-teaser .spotlight-info span {
	color: #868686;
	font-weight: bold;
}