/* @override http://www.profident.com/cms/wp-content/plugins/quotes-collection/quotes-collection.css */

/* Random quote */
.quotescollection_randomquote q {
font-size: 10px;
line-height: 12px;
padding: 0px;
margin: 0px;
}

.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 {
	font-size: 9px;
	margin: 0;
	padding: 0; /* 'Next Quote »' link */


}

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

}


/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:0em;
	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:"";
}

