#puzzle-wrapper {
	font: 62.5%/1.3em Helvetica, sans-serif;
}

/* body {
	font: 62.5%/1.3em Helvetica, sans-serif;
	width: 90.3%;
	margin: 10px auto;
} */
table {
	border-collapse: collapse;
	border-spacing: 0
	border: none;
	margin: 0 auto;
	max-width: 100%;
	border: 3px solid transparent;
}
table tr{
	width: 100%;
}
table td {
	width: 4.3%;
	height: 26.8px;
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	position: relative;
}

.cw14 table td {
	width: 7.1%;
	height: 44.5px;
}
.cw21 table td {
	width: 5.25%;
	height: 33.6px;
}

.bordered {
	border: 1px solid #cdcdcd;
}

td input {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	text-align: center;
	/* font-size: 2.3em; */
	color: #666;
	background-color: #f4f4f4;
}

td input:focus {
	background-color: #9999ff;
}

td span {
	color: #444;
	font-size: 0.5em;
	position: absolute;
	top: -1px;
	left: 1px;
}

input.done {
	/* font-weight: bold; */
	color: green;
	background-color: #e6ffe6;
}

.active,
{
	background-color: #ddd;
}
.clue-done {
	color: #999;
	text-decoration: line-through;
}
.clues-active {
	background-color: #737373;
}

#puzzle-wrapper {
	width: 100%;
	min-width: 640px;
}
#puzzle-clues {
	width: 100%;
}

#puzzle-clues li{
	font-size: 20px;
	margin: .3em;
	line-height: 1.6em;
}

#puzzle-clues ul{
	list-style-type: none;
}
