@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: 1.4rem;
	color: #909C91;
	line-height: 1.3;
}

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

.randomcontent H5 {
	margin-top: 14px;
	font-size: .9rem;
	color: #555555;
	line-height: 1.3;
}
