/** Begins - Testimonials Styles **/
.inner-content ul li {
    background: none;
    margin-bottom: 5px;
    padding-left: 0px !important;
}
.testimonial-list { 
	float:left; 
	width:100%; 
	margin: 10px 0 0; 
}
.testimonial-list li {
	border-bottom: 1px solid #ccc;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 100%;
}
.testimonial-list li .authorfileupload { 
	
	width: 70px; 
	float:left; 
	margin:0 10px 10px 0; 
	padding:3px; 
	border:1px solid #ccc; 
}
.testimonial-list li .authortestimonial { 
	color: #000; 
	font: normal 14px/20px 'RalewayRegular';
	color: #1c1c1c;
	margin:0 0 5px;
	text-align:justify;
}
.testimonial-list li .authorname { 
	margin: 0 0 10px;
	font-style: italic;
	text-align: right; 
}
/** Ends - Testimonials Styles **/