﻿/* Random quote */


.quotescollection_randomquote q { text-align:right; 
}



.quotescollection_randomquote cite {
	
	display:block; 
	 
}



.quotescollection_author { 
	
font-style: normal;
	
	text-transform: uppercase;
}



.quotescollection_author a { text-decoration: none; border-bottom: 0; }


.quotescollection_source { 

}


.quotescollection_nextquote { display: none;}


.quotescollection_nextquote a { 
}


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

