@charset "utf-8";
/* CSS Document */

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}

.randomcontent p {
	/*font-family: 'Taviraj', serif;*/
	font-size: 90%;
	font-style: italic;
	color: #737373;
	line-height: 130%;
}

.randomcontent p::before { 
    content: url(../images/icons/leftQuotes.png);
}
.randomcontent p::after { 
    content: url(../images/icons/rightQuotes.png);
}

.randomcontent H3 {
	font-size: 70%;
	color: #474747;
	line-height: 110%;
	margin-top: 20px;
	margin-bottom: 20px;
}


@media only screen and (min-width : 778px) {	
	.randomcontent p {
		font-size: 120%;
		line-height: 130%;
	}
}
