blockquote.twitter-pullquote {
	background: url(../img/blockquote.png) 0 3px no-repeat;
	border: none;
	min-height: 91px;
	padding: 0 10px 10px 80px;
	position: relative;
}

blockquote.twitter-pullquote p {
	color: #006a52;
	font-size: 24px;
	line-height: 30px;
}

.entry-content a.btn-twhite {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -moz-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -ms-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f8f8f8));
	background-image: -webkit-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -o-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: linear-gradient(top,#ffffff,#f8f8f8);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ffffff,endColorstr='#'f8f8f8,GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	color: #006a52;
	font-size: 13px;
	left: 0;
	padding: 6px 9px;
	position: absolute;
	text-align: center;
	top: 55px;
	width: 37px;
}


@media screen and (max-width: 480px) {

	blockquote.twitter-pullquote {
		margin:0 0 20px 20px;
		padding:0 20px 50px 0;
		background-position:0 100%;
	}
	.entry-content a.btn-twhite {
		top:auto; left:70px; bottom:0;
	}

}