body blockquote {
	font-size: 2em !important;
	font-style: normal;
	font-family: 'Frank Ruhl Libre', serif;
}
body blockquote p {
	line-height: 1.4em;
	font-style: normal;
	font-family: inherit;
}
body blockquote p:before {
	content: "“";
}
body blockquote p:after {
	content: "”";
}
body blockquote a {
	color: #000;
	margin-right: 7px;
}
body .blockquote-fb:hover {
	color: #3b5998;
}
body .blockquote-tw:hover {
	color: #00acee;
}
body blockquote:nth-of-type(odd) {
    float: right;
    width: 55%;
	padding: 0 0 0 5.5% !important;
	border: none !important;
	margin: 0 !important;
}
body blockquote:nth-of-type(even) {
    float: left;
    width: 55%;
	padding: 0 5.5% 0 0 !important;
	border: none !important;
	margin: 0 !important;
}
body .blockquote-share {
	font-size: 0.7em;
	text-align: left;
	line-height: 1.5em;
}
@media all and (max-width: 768px) {
	body blockquote:nth-of-type(odd), body blockquote:nth-of-type(even) {
		float: none;
		width: 100%;
		padding: 0 !important;
	}
	body .blockquote-share {
		text-align: right;
	}
}