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

/*above the dashboard*/
.c-3po-dashboard {
	height: 27px;
	width: 237px;
	margin: auto;
}

.c-3po-dash {
	float: left;
	margin-left: 13px;
	padding: 5px 6px 4px;
	margin-top: -2px;
	position: relative;
	color: #0679a5;
	border:1px solid #dadada;
	-moz-border-radius: 6px; -webkit-border-radius:6px; border-radius: 6px;
	background: #efefef;
	font-family:Arial, Helvetica, sans-serif;
}

.c-3po-digit {
	font: bold 14pt Verdana;
	font-weight: bold;
	float: left;
	width: 14px;
	text-align: center;
	position: relative;
	text-shadow: 2px 2px 4px #EEE;
	}

.c-3po-dash_title {
	display: block;
	position: absolute;
	top: 36px;
	width: 32px;
	color: #919191;
	text-align: left;
	font-size: 12px;
	left:0px;
	text-transform:capitalize;
}