/* Random quote */
.quotescollection_randomquote q {
}

.quotescollection_randomquote img {
}

.quotescollection_randomquote {
 border-top: 2px solid #eeeeee;
 padding-top: 10px;
 padding-bottom: 10px;
 border-bottom: 2px solid #eeeeee;
 font-size: 16px;
 font-weight: normal;
 background: url(http://localhost/wordpress/wp-content/themes/mhikm/images/buzz_bg.png) no-repeat right center;
 padding-right: 70px;
}


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


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

