#testimonials {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.testimonial-single {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.testimonial-author {
	color: #333;
}

img.testimonaial-image {
	
	float: left;
	margin: 5px 20px 10px 10px;
	width: 100px !important;
	height: 100px !important;
	max-width: 100%;
	vertical-align: middle;
	border: none;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, 0 0 0 5px #D1D1D1, 0 0 9px #555;
}

.testimonial-name {
	display: block;
	position: relative;
	margin: 0 0 5px 0;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: 700;
}

.testimonial-company,
.testimonial-tagline {
	display: block;
	position: relative;
	margin: 0 0 5px 0;
	line-height: 1.2em;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
}

.testimonial-content {
	color: #666;
}

.testimonial-message {
	font-size: 17px;
}