<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bu-callout {
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
	margin:10px;
	padding:10px 0;
	width: 38%;
}

/* handle common case of &lt;p&gt; leaving extra space at bottom */
.bu-callout p:last-child{
	margin-bottom: 0;
}

.bu-callout.aligncenter {
	width:68%;
}

.bu-callout.alignleft {
	margin-right:24px;
}</pre></body></html>