@font-face {
    font-family: digital;
    src: url(font/led16sgmnt2-Regular.ttf);
}
@font-face {
    font-family: impact;
    src: url(font/ImpactLabel.ttf);
}

ImpactLabel

.label-group{

}

.label{
	background-color: rgb(255,0,0);
	position: absolute;
	color: rgb(255, 255, 255);
	
	font-size: 16px;

}
.dt{
	background-color: rgb(66,66,66);
	width:700px;height:160px;
	border-style: solid 2px;
	border-style: outset;

	
	
	
}

.dt-back{

	position: absolute;
	top:23px;

}

.box{
	width:70;height:60px;
	background-color: rgb(0,0,0);

	
}
.digit{
	color: rgb(237, 92, 32);
	font-family: digital;
	font-size: 80px;
	
	display: inline;
	
	border-style: solid 2px;
	border-style: outset;


	/*width:70;height:60px;*/

	
	
}
.lcd-seg{
	
	color: rgba(237, 92, 32, 0.3);
	font-family: digital;
	font-size: 80px;
	
	
	background-color: rgb(0,0,0);
	
	display: inline;
	border-style: solid;
	


}
.am-pm{
	display:inline;
}

.circle{
	display:inline;
	position: absolute;
}

.label-bottom{
	background-color: rgb(0,0,0);
	color: rgb(255, 255, 255);
	font-size: 16px;
	text-align: center;
	width:200px;
	margin-left: 200px;
	margin-top: 4px;
}
}
