<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.butterBar{

	margin-left:36%;

	max-width:640px;

	position:fixed;

	text-align:center;

	top:0;

	width:58%;

	z-index:800

}

.butterBar--center{

	left:50%;

	margin-left:-320px

}

.butterBar-message{

	background:rgba(255,255,255,0.97);

	border-bottom-left-radius:4px;

	border-bottom-right-radius:4px;

	box-shadow:0 1px 1px rgba(0,0,0,0.25),0 0 1px rgba(0,0,0,0.35);

	display:inline-block;

	font-size:14px;

	margin-bottom:0;

	padding:12px 25px

}

</pre></body></html>