.randomquotes-container {
	margin-bottom:4px;
	padding-bottom: 10px;  /* added by dave */
}
p.randomquotes-name {
	margin: 2px 0px;
	font-size: 1.3em;
}
span.randomquotes-name-b {
	font-weight: bold;
}
p.randomquotes-text {
	margin-bottom: 1px;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;  /* added by dave */
	margin-top: 10px;  /* added by dave */
	padding-top: 5px;  /* added by dave */
}

/* added by dave to show large double quote before */
p.randomquotes-text::before {
	content: "\0022";
	font-size: 2em;
	padding-right: 5px;
}

/* added by dave to show large double quote after */
p.randomquotes-text::after {
	content: "\0022";
	font-size: 2em;
	padding-left: 5px;
}
