<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Begins - Testimonials Styles **/
.contents ul li{
	list-style:none !important;
	margin:0 0 0 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: #333; 
	font: normal 14px Verdana, Geneva, sans-serif; 
	margin:0 0 5px;
	text-align:justify;
}
.testimonial-list li .authorname { 
	font: normal 14px/18px italic; 
	text-align: right; 
	margin:8px 0px;
}
/** Ends - Testimonials Styles **/</pre></body></html>