/* Random quote */
.quotescollection_randomquote q {
padding-right:38px;
font-style:italic;
font-size:15px;
color:#78496a;

}

.quotescollection_randomquote{
margin-top:35px;
padding-right:38px;}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:left; 
padding-right:38px;
height:auto;
padding-top:15px;}

.quotescollection_author { /* author */

}

.quotescollection_source { /* source */
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
color:#CCCCCC;
text-align:left;
margin-right:38px;

}

.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;
	background:none;
	padding:0;
	padding-right:38px;
	
	
}

blockquote.quotescollection q {

}

blockquote.quotescollection cite {
}

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

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

