/* Random quote */
.quotescollection_randomquote q {
width: 200px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color:#B4B4B4;
}

.quotescollection_randomquote cite {
margin-top:10px;
width: 200px;
display:block; /* To display author and source in a new line */
text-align:left; 
background:#000;
font-size:10px;
padding:5px;
font-family:Arial;
border-top:1px dotted #fff;
color:#fff;
}

.quotescollection_author { /* author */
width: 200px;
font-style:normal;
}

.quotescollection_source { /* source */

}

.quotescollection_nextquote { /* 'Next Quote »' link */
margin-top:5px;
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
color:#FF0000;
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
}


/* Quotes page */
blockquote.quotescollection {
border:0;
padding-left:0;
margin:0;
background:none;
font-size:11px;
}

blockquote.quotescollection q {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color:#B4B4B4;

}

blockquote.quotescollection cite {
display:block;	
font-size:11px;
font-family:Arial;
font-weight:800;
color:#000;
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */

/*
q:before, q:after {
	content:"";
}
*/

