
.game{
overflow:hidden;	
padding:2%;
margin:2%;
text-align:center;
background:#f8f8f8;
border:1px solid #20b2aa;
}

.outLeft{
	float:left;
	clear:right;
	margin:auto 5px;
}
.nothing{
	width:250px;
	margin:5px;
}
.form-group{
	margin:5px;
}
.btn-circle{
 width:220px;
 height:220px;
 border-radius:54%;
 border:5px solid #444;
 background:#20b2aa;	
 text-align:center;
 padding-top:100px;
 color:#fff;
 font-weight:bold;
 margin:auto;
}
.output{
width:40px;
height:40px;
border:2px solid #20b2aa;
border-radius:5px;
text-align:center;
color:red;
font-weight:bold;
}

.imp_ans{
	width:40px;
	height:40px;
	color:red;
	border:2px solid #20b2aa;
	text-align:center;
	font-weight:bold;
	margin:auto 0px;
}

#LCG_seq{
	border: 1px dotted #cc7a00;
	margin: 10px 0;
	
}


.table{
	padding:2%;
	margin:2%;
	width:50%;
	float:left;
	}
.play{
	padding:10px;
	margin:5px;
	visibility:hidden;
}	
