<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button {
	padding:0px;
	font-size:14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	color:#fff;
	width:200px;
	text-transform:uppercase;
	}

.button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
.button li {
	border-bottom: 1px solid #553129;
	margin: 0;
	color:#000;
	list-style: none;
	list-style-image: none;
}
	
.button li a {
	display: block;
	padding: 5px 0px 5px 0px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html&gt;body .button li a {
	width: auto;
}

.button li a:hover {
	padding: 5px 0px 5px 0px;
	color: #934318;
}</pre></body></html>