/* 	scroller class affects the overall look of the box
	the height is set in the fix_testimonials.cfm file
	the width is set here
*/
.scroller {
	width: 425px;
}

/* survey class is for the overall settings for each testimonial */
.survey {
	font-family: Arial;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	color:blue;
}

/* customer name format */
.customer {
	font-weight: bold;
	color:blue;
}

/* customer location format (city and state) */
.customer_location {
color:blue;
}

/* format for the date and time */
.date_time {
color:blue;
}

/* format for the vehicle information */
.vehicle {
color:blue;
}

/* format for the name of the shop */
.shop_name {
color:blue;
}

/* format for the total of repairs */
.total {
	font-weight: bold;
	color:blue;
}

/* format for the actual customer quote */
.quote {
	color: #000066;
	font-size: 12px;
}
