.expand_quote {
	margin:-30px 1px 1em 25px;
	padding:5px;
	text-align:center;
	cursor:pointer;
	position:relative;
	z-index:2;
	color:#105289;
	background:linear-gradient(to bottom, rgba(245,245,245,0) 0%, #f5f5f5 50%);
}

div.content blockquote:not(blockquote blockquote) {
	max-height: 200px;
	overflow-y: auto;
}

div.content blockquote img.postimage, .quotecontent img.postimage {
	max-height: 150px;
}
