.epq-pull-quote {
	width: 35%;
	display: block;
}

.epq-pull-quote.epq-align-center {
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 1em;
}

.epq-align-left {
	float: left;
	margin-right: 1em;
}

.epq-align-right {
	float: right;
	margin-left: 1em;
}

.epq-twitter {
	display: block;
	float: right;
	margin-top: 2px;
	color: #7ed957;
}

.epq-twitter:hover {
	color: #7ed957;
}

.epq-pull-quote-default {
	border-top: 3px solid #7ed957;
	border-left: 1px dashed #7ed957;
	box-shadow: 7px 7px 4px grey;
	margin-top: 1%;
	margin-bottom: 25px;
	padding: .5em 0 .5em;
	font-size: 1.125em;
}