/* Random quotes */

.bqstart { /* To display customized quote START marks */
 	 float: left;
 	 margin-top: -20px;
 	 font-size: 40px;
     padding: 10px 0px 0px 10px;;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 color: #ccc;
 }
 
.bqend { /* To display customized quote END marks )*/
	 display:block;
   	 margin: 10px 0px 0px 0px;
     font-size: 40px;
	 float: right;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 color: #ccc;
     
}
 
.quotescollection_randomquote q  {
	padding: 10px 20px 10px 10px;
	display:block;
	font-size: 16px;
	text-align:center;
	color:white;
	font-style:italic;
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	font-size: 14px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
	
}

.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 */
}


/* Quotes page */
blockquote.quotescollection {
}

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