/*above the dashboard*/
.carbonlite-tophtml {
	margin: 0;
	padding: 0;
}

/*above the dashboard*/
.carbonlite-dashboard {
	height: 63px;
	width: 250px;
	margin: 0 auto;
	padding-top: 10px;
	background: transparent url('images/bg_countdown.png') 0 0 no-repeat;
	text-align: center;
}

.carbonlite-dash {
  display: inline-block;
	height: 44px;
	margin-left: 2px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	color: #FFF;
}

.carbonlite-digit {
	font: normal normal normal 12pt/normal arial;
	height: 22px;
	float: left;
	width: 17px;
	padding-top: 2px;
	text-align: center;
	position: relative;
	background: rgb(42,42,42);
	background: linear-gradient(0deg, rgba(42,42,42,1) 0%, rgba(0,0,0,1) 56%, rgba(89,90,98,1) 62%, rgba(34,34,34,1) 79%);
	border-top: 1px solid #000;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #000;
}

.carbonlite-dash .carbonlite-dash_title {
	display: block;
	position: absolute;
	text-transform:uppercase;
	top: 33px;
	color: #AAA;
	text-align: center;
	font-size: 9px;
}


/*below the dashboard*/
.carbonlite-bothtml {
	margin: 0;
	padding: 0;
}
