/* Random quote */
.quotescollection_randomquote q {
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
	margin-top:15px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:20px;		
}

.quotescollection_randomquote p {
	display:block; /* To display author and source in a new line */
	text-align:left; 
	margin-top:5px;
	margin-bottom:5px;
	margin-right:20px;
	margin-left:0px;		
	color: #4f4f4f;
}

.quotescollection_author { /* author */
	font-style:normal;
}

.quotescollection_source { /* source */

}

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

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


/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	font-size:1em;
	margin-top:100px;
	margin-bottom:100px;
	margin-right:20px;
	margin-left:20px;	
}

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:"";
}
*/
