/*above the dashboard*/
.hoth-tophtml, .hoth-bothtml {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
	clear: both;
}

.hoth-dashboard {
	height: 48px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.hoth-dash {
	height: 42px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: auto;
	padding: 0 7px;
	position: relative;
	color: #000;
	background: #f1f1f1;
	text-align: center;
}

.hoth-digit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: 200;
	display: inline-block;
	vertical-align: top;
	height: .7em;
	position: relative;
	margin-top: 3px;
	}

.hoth-dash_title {
	display: block;
	position: absolute;
	color: #000;
	text-align: center;
	font-size: 10px;
	margin: 0px;
	top: 45px;
	white-space: nowrap;
	overflow: hidden;
}
