/*
 * Plugin Name: Testimonial apl Widget
 * Author: Markus Binder
 * Description: Styles for the Testimonial apl Widget adapted for Accesspress-Lite Child theme
 * Version: 1.1
 */
.testimonial-list:nth-child(even) .testimonial-thumbnail {
	float: right;
}
.testimonial-list:nth-child(even) .testimonial-excerpt {
	float: left;
}