table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	/*max-width: 100%;*/
	width: 300px;
	height: 300px;
	margin: 0 auto;
	font-size: 1em !important;
}
table tr{
	width: 100%;
	height: 20px;
}
table td {
	width: 10px;
	height: 10px;
	border: 1px solid #cdcdcd;
	padding: 0;
	margin: 0;
	background-color: #8a8a8a;
	/*background-color: rgba(0,0,0,0.2);*/
	position: relative;
}
		
td input {
	width: 100%;
	height: 100%;
	padding: 0em;
	border: none;
	text-align: center;
	color: #666;
	background-color: #fff;
}

ul {
	list-style: none;
}

td input:focus {
	background-color: #fff;
}

td span {
	color: #444;
	font-size: 0.8em;
	position: absolute;
	top: -1px;
	left: 1px;
}

input.done {
	font-weight: bold;
	color: green;
}

.active,
.clues-active {
	background-color: #ddd;
}
.clue-done {
	color: #999;
	text-decoration: line-through;
}

#puzzle-wrapper {
	width: 300px;
	margin: 0 auto;
}
#puzzle-clues {
	/*float: left;*/
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 13px;
}

#puzzle-clues li{
	margin: 4px;
}