/* Random quote */
.quotescollection_randomquote q {
}
.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right;
}
.quotescollection_author { /* author */
}
.quotescollection_source { /* source */
}
.quotescollection_nextquote { /* 'Next Testimonial »' link */
	text-align: right;
}
.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Testimonial »' link */
}
/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}
blockquote.quotescollection q {
}
blockquote.quotescollection cite {
	display:inline;
	font-size:0.83em;
}

q:before, q:after {
	content:"";
}

