<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sux-all-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
#sux-progress-bar {
	width: 150px;
	height: 10px;
	margin: 0 auto;
	background: #505050;
	border: 1px solid #AA0000;
	float: left;
}

#sux-progress-bar-percentage {
	background: #CCFFCC;
	background-image: url(sux-bar.gif);
	padding: 2px 0px;
 	color: #FFF;
	height: 6px;
 	font-size: 11px;
 	font-weight: bold;
 	text-align: center;
 	float: left;
}

.sux-text {
    font-size: 11px;
    font-family : Arial, Helvetica, Sans-Serif;
}</pre></body></html>