/* Random quote */
.quotescollection_randomquote q {
font-weight: bold; font-size:12pt}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; font-weight:bold ; font-size:12pt
}

.quotescollection_author { font-weight: bold; font-size:12pt

}

.quotescollection_source { font-weight: bold; font-size:12pt

}

.quotescollection_nextquote { /* 'Next Quote »' link */

}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */

}


/* Quotes page */
blockquote.quotescollection {
	border:0 none;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em; font-weight:bold; font-size:12pt
}

blockquote.quotescollection q {

font-weight: bold; font-size:12pt}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em; font-weight:bold
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */

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