/* Random quote */
.quotescollection_randomquote q {
}

.quotescollection_randomquote q h4{
  font-family: "Times New Roman", Times, serif; /* Гарнитура шрифта первой буквы */
  font-size: 24px;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
}

.quotescollection_randomquote q h4:first-letter{
    font-size: 200%; /* Размер шрифта первого символа */
    color: #1C8AC9; /* Красный цвет текста */  
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
}

.quotescollection_author { /* author */
	font-style: normal;
	font-weight:bold;
	color: #444444;
}

.quotescollection_source { /* source */
	font-style: italic;
}

.quotescollection_nextquote { /* 'Next Quote »' link */
  font-size: 10px;
  text-align:right; 
}

.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;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {

}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}


/* See http://www.w3schools.com/css/pr_gen_quotes.asp */
q:lang(en)
{
quotes: "“" "”" "‘" "’";
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */
/*
q:before, q:after {
	content:"";
}
*/

