body #main-content {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

#puzzle {
	float:right;
}

#puzzletable td {
	width:30px;
	height:30px;
	border:1px solid #e8fcbc;
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align:middle
}

#puzzletable tr:first-child td {
  border-top: none !important;
}
#puzzletable tr:last-child td {
  border-bottom: none !important;
}
#puzzletable tr td:first-child {
  border-left: none !important;
}
#puzzletable tr td:last-child {
  border-right: none !important;
}

#outer 
{
	border:2px solid #7fba00 !important;
	border-radius:10px;
	z-index:10;
	position:absolute;
	width:278px;
	height:278px;
	top:0px;
	right:0px;
	pointer-events: none;
}

table {
	width:auto;
	z-index:5;
	overflow:hidden;
}

.hline {
	border-right:2px solid #7fba00 !important;
}

.vline {
	border-bottom:2px solid #7fba00 !important;
}

#puzzletable input {
width:100% !important;
height:28px; !important;
box-shadow:none;
border:0px solid #ffffff;
padding:0px;
margin:0px;
text-align: center; 
}

.fixed {
	font-weight:bold;
	color:#1e8ae7;
}

#giveup {
	cursor:pointer;
}

#puzzlecomplete {
	position:absolute;
	top:98px;
	border:1px solid #7fba00;
	background-color:#e8fcbc;
	padding:20px;
	width:150px;
	left:50px;
	display:none;
	box-shadow: 2px 10px 10px #888888;
	border-radius:10px;
	z-index:2000;

}

.highlight {
	background-color:#ffffff !important;
}

@media (max-width: 709px) {


	#rhsbutton {
		text-align:left;
		padding-top:10px;
		padding-bottom:10px;
	}

	#outer 
	{
		left:0px;
	}
	#puzzle
	{
		float:left;
	}

}
