.testimonials-list {}
.testimonials-list .testimonials {}

.testimonials-list .testimonials .testimonial {
	line-height: 1.7;
	border-bottom: 1px solid #707070;
    background-image: url('../../images/quote.png');
    background-repeat: no-repeat;
    background-position: top left; 
	padding: 50px 0 25px 0;
	margin-bottom: 40px;
	text-align:left;
}

.testimonials-list .testimonials .testimonial .message-wrapper .message { font-size:15px; font-weight:normal; }
.testimonials-list .testimonials .testimonial .message-wrapper .message .author-info { display:block; font-weight:bold; margin-bottom:15px; }
.testimonials-list .testimonials .testimonial .container { margin:0; padding:0; }
.testimonials-list .testimonials .testimonial .message-wrapper + div { margin:0 !important; color: #231f20; font-weight: bold; font-size:13px;  }

.testimonial-date > span:first-child { display:none; }

