<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Some basic styling */

ul.testimonials-list {
	margin: 0;
}

ul.testimonials-list li {
	list-style: none;
	text-align:  center;
}

ul.testimonials-list li blockquote::before {
	display: none;
}

ul.testimonials-list li img {
	border-radius: 50%;
}

ul.lSPager {
	margin: 0;
}

/* Page Jump Fix */

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    height: 100% !important;
}

/* Ratings */

.gts-rating .star {
	width: 16px;
	height: 16px;
	background-image:url(../img/star.png);
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}</pre></body></html>