<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* $Rev: 18980 $ */

/* stats page */

.unique_visits {
	margin: 2px;
	border: 1px solid #a7c1dd;
	background: #e2e4e9 url('../images/backgrounds/button.gif') repeat-x center left;
	color: #666666;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.total_visits {
	border: 1px solid #a7c1dd;
	background: #b7d5f2 url('../images/backgrounds/button_hover.gif') repeat-x center left;
	color: #3c70ac;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.legend {
	width: 100px;
	border: 1px solid #a7c1dd;
}

#storefront_stats strong {
	display: block;
	float: left;
	padding-right: 20px;
}

#stats_controls {
	margin: 10px 0px 0px 22px;
}
</pre></body></html>