#puzzleDescription {
	margin-bottom: 0px !important;
}
#wsWordsTable {
	margin: 2px auto 0px;
	border-spacing: 3px 3px;
	font-size: 14px;
	text-align: center;
}
#wsWordsTable td {
	width: 25%;
	padding: 0px 10px;
}
.wsWordLink {
	color: #224fa2 !important;
	font-weight: bold;
}
#puzzleBoard {
	height: 612px;
}
#selectionBlocker {
	position: absolute;
	background-color: #fff;
}
#wsPermCanvas {
	position: absolute;
}
#wordsearchCanvas {
	position: absolute;
}
#wsTable {
	margin: 0px auto;
	font-family: Courier New;
	font-size: 30px;
	text-align: center;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	color: #000;
	font-weight: bold;
	background-color: transparent;
}
#wsTable td {
	width: 29px;
	line-height: 29px;
	border: 1px solid #ddd;
	vertical-align: bottom;
	text-align: center;
}
