/* CSS Document */

#gameArea {

	border:1px solid #000; 
	margin:0 0 30px 0; 
	position:relative; 
	float:left;
	padding:0px;

}

#gameArea .row {
	width:auto;
	overflow:hidden;
	padding:0px;
}

#gameArea .number {
	display:inline-block;
	float:left;
	width:30px;
	height:25px;
	padding:10px;
	
}

#gameArea .number span {
	display:block;
	font-size:20px;
	line-height:20px;
	text-align:center;
}

.clear { clear:both; }

#gameArea .number span.not-visible {
	display:none;
}