<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button {
/*	width: 130px;*/
	margin: 0 auto;
}
.button a {
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 5;	
}
.button a span.shiny {
	position: absolute;
	left: -700px;
	top: -100px;
	z-index: 30;
	opacity:1;

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