.randomquotes-container {
	padding: 8px 15px;
	background: #dbdbdb;
	border: 1px solid #a6a6a6;
	color: #333;
}
.randomquotes-container h3 {
	margin: 2px 0 8px;
	text-transform: none;
	font-size: 1.15em;
	color: inherit;
}

p.randomquotes-name {
	margin: 2px 0;
	font-size: 1.3em;
	text-shadow: 1px 1px 1px #efefef;
}
span.randomquotes-name-b {
	font-weight: bold;
	margin-left: 2px;
	color: #ff7823;
}
p.randomquotes-text {
	margin-bottom: 1px;
	font-size: 1.3em;
	font-style: italic;
	text-shadow: 1px 1px 1px #fafafa;
}