/*
 * dq-testimonials-widget-styles.css
 * 
 * CSS file for the testimonials widget plugin.
 */

#testimonialsWidget {
	padding: 5px;
}

#testimonialsWidgetContentWrapper {
}

.testimonialWidgetWrapper {
}

.testimonialWidgetContent {
	
}

.testimonialWidgetName {
	text-align: right;
}

#testimonialsWidgetMore {
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
}

#testimonialsWidgetAddOwn {
	margin-top: 10px;
	margin-bottom: 10px;
	float:right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}