<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dashboard_panels .stats,
.dashboard_panels .panel-footer
{
	white-space: nowrap;
}

@media only screen and (max-width: 500px)
{
	.dashboard_panels
	{
		font-size: 0.5em;
	}
	.dashboard_panels .huge
	{
		font-size: 2em;
	}
	.dashboard_panels .stats,
	.dashboard_panels .panel-footer
	{
		font-size: 1.5em;
		white-space: nowrap;
	}
}
</pre></body></html>