<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*csslint star-property-hack: false*/
.testimonials-widget-testimonial .open-quote {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'â€œ' );
}

.testimonials-widget-testimonial .close-quote {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'â€' );
}

.testimonials-widget-testimonial .join-title,
.testimonials-widget-testimonial .join-location,
.testimonials-widget-testimonial .join {
	/* section between source and company information */
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ', ' );
}
</pre></body></html>