.spotlight {
	overflow: hidden;
	border-top: 1px dotted #00aeef;
	border-bottom: 1px dotted #00aeef;
	max-width: 1000px;
	margin: 20px auto;
}

.spotlight a {
	text-decoration: none;
}

.spotlight-box {
	width: 300px;
	display: inline-table;
	margin: 10px;
	color: #000000;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.spotlight-box:hover {
	color: #FFFFFF;
	background: #00aeef;
}

.spotlight-title {
	text-align: left;
	padding: 10px;
	font-size: 22px;
	font-weight: 100; 
}

.spotlight-img img {
	border-radius: 50% 50% 50% 50%;
	border: 2px solid #006d96; 
}

.spotlight-text{
	padding: 10px;
	font-weight: 100; 
}