/*section, footer, nav {
  display: block;
}*/

body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	-webkit-text-size-adjust: none;
	color: #333;
	background:#000;
	background-image: url("../../../../images/Grid_Gray.gif");
}

figure {
  margin: 0;
}

#main_container{
	position:relative;
	/*background:rgba(43,69,221,0.54);*/
	background-image: url("../../../../images/Grid_Gray.gif");
	width:725px;
	height:768px;
	margin: 0 auto;
}

.deselect {
	/*following used to eliminate blue teardrop select on elo*/
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#trilons_container {
	margin-top:50px;
	position:relative;
	width: 630px;
	float:left;
	background:rgba(0,221,0,1);/**/
}

.container {
	position: relative;/**/
	width: 210px;
	height: 210px;
	margin: 0 auto;
	background:#333;
	float:left;
}

.greenBack {
	background: #0f0;	
}

.trilon_container  {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;

}
.trilon_container figure {
	display: block;
	position: absolute;
	width: 186px;
	height: 186px;
	left: 10px;
	top: 10px;
	background:#888;
	line-height: 186px;
	font-size: 160px;
	font-weight: bold;
	color: white;
	text-align: center;
	opacity: 1;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: opacity 1s, -webkit-transform 0.0s;
	-moz-transition: opacity 1s, -moz-transform 0.0s;
	-o-transition: opacity 1s, -o-transform 0.0s;
	transition: opacity 1s, transform 0.0s;
}

figure:hover {
	cursor:pointer;
}

#display_container_h {
	display:flex;
	justify-content:right;		
	position:relative;
	float:left;
	height:50px;
	width: 640px;
	top:0px; right:0px;
	/*background-color:rgba(00,0,90,0.70);*/
	margin:0 auto;
	padding: 10px 0px 0px;
	z-index:11;
	left:-85px;
}

#display_container_d1 {
	position:relative;
	float:left;
	width:75px;
	height:50px;
	/**/
	/*background-color:rgba(00,0,90,0.70);*/
}
	
#display_container_d2 {
	position:relative;
	float:left;
	width:75px;
	height:50px;
	padding: 10px 5px 0px 0px;
	/*background-color:rgba(00,0,90,0.70);*/
}

.digit_container_h {
/*	margin: 0px 68px;
	width: 40px;
	background-color:rgba(0,0,187,0.54);*/
}

#display_container_v {
	top:75px;
	float:left;
	position: relative;
	height: 500px;
	width: 50px;
	/*background-color: rgba(00,0,90,0.70);*/
	padding: 0px 0px;
	margin-left:25px;
}

.digit_container_v {
	position:relative;
	float:none;
	top:00px;
	margin: 0px 0px 160px 10px;
/*			width: 40px;
	background-color:rgba(0,0,187,0.54);*/
}

.digit {      
	width:37px;
	height:50px;
	margin:0;
	padding:0;	
	float:right;
	background-repeat:no-repeat;
	/*background-color:rgba(0,187,0,0.54);*/
}			

#r0_digits, #r1_digits, #r2_digits, #r3_digits{
	float:right;
	position:relative;
	width:100px;
	height:50px;			
	/*background-color:rgba(0,187,0,0.54);*/
	}

#r4_digits, #r5_digits, #r6_digits, #r7_digits  {
	position:relative;
	width:450px;
	height:50px;
   /* background-color:rgba(0,187,0,0.54);*/
}

footer {
	width:725px;
	margin:0 auto;
	color: #777;
}
