/* Stylesheet for freshy callouts plugin */

.fresh-callout {
	width: 70%;
	font-size: 1.2em;
	font-style: italic;
	margin: 1em 15%;
	text-align: center;
}
.fresh-callout.left {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 1em;
	text-align: left;
}
.fresh-callout.right {
	float: right;
	width: 50%;
	margin-right: 0;
	margin-left: 1em;
	text-align: right;
}
.fresh-callout.center {
	width: 50%;
	margin: 1em auto ;
}
