#generatorForm{
	text-align: center;
	max-width: 500px;
	width:100%
}
#soupTittle{
	max-width: 500px;
	width:100%
}
#wordList{
	max-width: 500px;
	width:100%
}

#loadingImage{
	visibility: hidden;
	display: none;
}


#gridPuzzle
{
	visibility: hidden;	
}

#table1 
{
	text-align: center;
	margin-bottom: 10px;
	background-color: #ffffff;
	
}
#table2
{
	visibility: hidden;	
	display:none;
	text-align: center;
	margin-bottom: 10px;
	background-color: #ffffff;
	
}

tr, td{
	width: 40px;
	height: 40px;
	font-size: 26px;		
	padding: 0px;
	 //border: 1px solid;
}
label
{
	font-weight: bold;
}