blockquote {
	 /*border: 7px double #272B4F !important;*/
	 border-left: 8px double #165279 !important; /*#237AB2*/
	 font-style: normal !important;
	 /*font-size: 90% !important;*/
	 padding: .25em .75em !important;
	 margin: 2em !important;
	 background-color: #eef6fb; /*#c4e5fb; #b8d7eb;*/
}
 
blockquote p {
	 /*border-bottom: 1px solid #272B4F !important;*/
	 margin: 0 !important;
	 padding: 0.5em 0 !important;
	 margin-bottom: .5em !important;
}
 
blockquote cite {
	 color: #000 !important;
	 font-weight: bold !important;
	 line-height: 120% !important;
	 /*padding: 0.5em 0 !important;*/
	 font-style: normal !important;
	 
	 width: 100%;
	 display: block;
	 text-align: right;
}

blockquote cite a {
	border: none !important;
	text-align: right !important;	
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
	blockquote {
		margin: 1em !important;
	}
}

