.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;
	}
}
