/* Random quote */
.quotescollection_randomquote q {
float: left;
font-size: 13px;
}


.quotescollection_randomquote cite {
	float: right;
font-size:12px;
}

/* 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;
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */


q:before, q:after {
	content:"";
}

