
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	max-width: 100%;
	
}
table tr{
	width: 100%;
}
table td {
	width: 43px;
	height: 43px;
	border: 1px solid white ;
	padding: 0;
	margin: 0;
	background-color: transparent;
	position: relative;
	top: 46px;
}
		
td input {
	width: 100%;
	height: 100%;
	padding: 0em;
	border: none;
	text-align: center;
	font-size: 1.5em;
	color: #666;
	background-color: #D8D8D8;
	border-radius: 5px;
}
td input:focus {
	border-radius: 0px;
	background-color: white !important;
}
td span {
	font-size: 1.4em;
	position: absolute;
	font-weight: bold;
}
td.across input{
	border: solid 1px  #A8C647;
}
td.down input {
	border: solid 1px  #FD956C;
}
td span.numacross{
	top: 9px;
  	left: -20px;
  	color: #A8C647;
}
td span.numdown{
	top: -26px;
  	left: 13px;
  	color: #FD956C;
}
td.across input.done{
	font-weight: bold;
	background-color: rgb(153,204,153);
}
td.down input.done {
	font-weight: bold;
	background-color: rgb(255,204,153);
}
td input.active,
.clues-active {
	background-color: rgb(190, 190, 190);
}
.clue-done {
	color: #999;
	text-decoration: line-through;
}

#puzzle-wrapper {
	float: left;
	width: 100%;
	margin-right: 3%;
}
#puzzle-clues {
	/*float: left;*/
	width: 40%;
}

#puzzle-clues li{
	font-size: 1.2em;
	margin: .3em;
	line-height: 1.6em;
}
