<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.review blockquote {
		min-height: 300px !important;
}
.starChecked {
		color: orange !important;
}
.rating {
		font-size: 20px !important;		
}
.quotation {
		margin-bottom: 5px;
}

blockquote {
		font-size: 30px;
		background: #f9f9f9;
		border-left: 10px solid #eee;
		margin: .5em 10px;
		margin-top: 15px !important;
		margin-bottom: 0px !important;
		padding: 0 10px;
		quotes: "\201C""\201D";
		padding: 10px 20px;
		line-height: 1.4;
}

		blockquote:before {
				content: open-quote;
				display: inline;
				height: 0;
				line-height: 0;
				left: -10px;
				position: relative;
				top: 40px;
				color: orange;
				font-size: 3em;
		}

p {
		margin: 0;
}

.shortDesc {
		font-size: 16px;
		text-transform: uppercase;
		padding-bottom: 20px;
		
}
.testimonial {
		padding: 20px;		
}

.reviewBy {
		font-size: 14px !important;		
		display: block;
}</pre></body></html>