.testimonial-item img {
	float: left;
	width: 30%;
	margin-top: 5px;
	padding-left: 5px;
}

.testimonial-item .testimonial-position,
.testimonial-item .testimonial-content,
.testimonial-item .testimonial-name {
  margin-left: 30%;
	box-sizing: border-box;
	-webit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 5px;
}

.testimonial-item .testimonial-name {
	font-weight: bold;
}

.testimonial-item .testimonial-position {
	font-size: 80%;
}

.testimonial-item .testimonial-content {
	font-style: italic;
}