<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.bpbbpst-widget li.status .bpbbpst-num{
	color: white; 
	text-shadow: none;
	display: inline;
	margin-right:1em;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:darkgrey;
}

.bpbbpst-num a {
	text-decoration:none;
	color:white!important;
	font-weight:bold;
}

ul.bpbbpst-widget li.status a{
	text-decoration: none;
}


ul.bpbbpst-widget li.bpbbpst-topic-resolved .bpbbpst-text a,
ul.bpbbpst-widget li.bpbbpst-topic-resolved .bpbbpst-text {
	color:green;
}

ul.bpbbpst-widget li.bpbbpst-topic-resolved .bpbbpst-num {
	background:green;
}

ul.bpbbpst-widget li.bpbbpst-topic-not-resolved .bpbbpst-text a,
ul.bpbbpst-widget li.bpbbpst-topic-not-resolved .bpbbpst-text {
	color:#E66F00;
}

ul.bpbbpst-widget li.bpbbpst-topic-not-resolved .bpbbpst-num {
	background: #E66F00;
}

ul.bpbbpst-widget li.bpbbpst-percent{
	margin-bottom:1em;
	font-weight:bold;
	color:#555;
}

.widget_bpbbpst_support_stats p {
	margin-top: 1em;
}
</pre></body></html>