/* prhStyle-media-queries.css
v1.4.8 (version number updated to mach prhStyle.css
NEW in this version: removed blockquote .fixed-box-right style and updated blockquote .fixed-box-center values from 12% to 14%
 * 
 */
/* --------------- screen-width overrides --------------- */
@media screen and (min-width:500px) {
	.fixed-box-right {
		margin-left:52%;
	}
	blockquote .fixed-box-right {
	    margin-left: 52%;
	}
	.fixed-box-center {
		margin-left:20%;
		margin-right:20%;
	}
	blockquote .fixed-box-center {
	    margin-left: 14%;
	    margin-right: 14%;
	}
}