.lh_blockquote_widget{
	margin: 10px 20px;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	padding: 10px;
	font-size: 16px;
}
.lh_blockquote_widget:before,
.lh_blockquote_widget:after{
	display: none;
}
.lh_blockquote_widget .close_quote,
.lh_blockquote_widget .open_quote{
	position: absolute;
	top: 5px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.lh_blockquote_widget .open_quote{
	background-image: url('./img/quote-o.png');
	width: 20px;
	height: 17px;
	left: 5px;
}
.lh_blockquote_widget .close_quote{
	background-image: url('./img/quote-c.png');
	width: 21px;
	height: 18px;
	right: 5px;
}
.lh_blockquote_widget .quote_body{
	
}
.lh_blockquote_widget .quote_body p{
	margin: 0 26px 5px 25px;
}
.lh_blockquote_widget .quote_body cite{
	text-align: right;
	display: block;
}