<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Default CSS for plugin: MWW Disclaimer Buttons
 * USE YOUR CUSTOM CSS to OVERRIDE THIS STYLESHEET - Do not edit this file, as it will be overwritten in future updates 
*/

/* BUTTON BLOCK */
.disclaimer-buttons {}

/* STYLE FOR EACH BUTTON */
a.disclaimer-button {
	font-family:arial,helvetica; 
	font-weight: normal; 
	font-size:8pt; 
	font-style:normal;
	text-transform: uppercase;
	text-align: center; 
	text-decoration: none !important; 
	-moz-border-radius: .5em; 
	-webkit-border-radius:.5em; 
	border-radius: .5em; 

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