div.ipse-dixit {
	display: table;
	margin: 1em auto;
	padding: 0;
}

div.ipse-dixit > blockquote {
	display: block;
	position: relative;
	margin: 0;
	padding: 1em 2.5em;
	border: none;
}

div.ipse-dixit > blockquote::before {
	content: "\201c";
	top: 0;
	left: 0;
}

div.ipse-dixit > blockquote::after {
	content: "\201e";
	bottom: 0;
	right: 0;
}

div.ipse-dixit > blockquote::before,
div.ipse-dixit > blockquote::after {
	line-height: .7em;
	display: block;
	position: absolute;
	color:#b2b7f2;
	font-size: 2.2em;
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px;
}

div.ipse-dixit > div.fons {
	display: block;
	text-align: right;
	margin: .5em 0 0 0;
}