.simplePullQuote {
	width:350px;
	float:right;
	border-top:3px #999 solid;
	border-bottom:3px #999 solid;
	background: top left no-repeat url("../images/quote.png");
	/* text-indent:10px; */
	padding:6px;
	margin:10px -100px 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	box-shadow: 7px 7px 8px #818181;
}
.simplePullQuote.left {
	float:left;
	margin:10px 10px 10px -100px;
}

.simplePullQuote p {
    font-size: 120%;
    color: #fe7008;
    margin-bottom: 0;
}

.simplePullQuote h2 {
    font-size: 80%;
    color: #fe7008;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 480px), screen and (max-width: 640px), screen and (max-width: 950px) {
	.simplePullQuote, .simplePullQuote.left {
		border-top:2px #999 solid;
		border-bottom:2px #999 solid;
		width:94%;
		float:none;
		margin:3%;
		-webkit-box-shadow: none;
  		-moz-box-shadow: none;
	}

	.simplePullQuote p {font-size: 105%;}

	.simplePullQuote h2 {
		font-size: 75%;
		margin-left: 10%;
		margin-top: 3%;
	}
}