#questions .handle {
	cursor: ns-resize;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
table td .wrapper {
	font-size: 1.5em;
	width: 1.25em;
	height: 1.25em;
	line-height: 1.25em;
	text-align: center;
	position: relative;
}
.filled {
	border: 2px solid black;
	outline: 0px solid black;
	text-align: center;
}
.directionRight {
	border-width: 4px 2px;
	/*border-color: black lightgray;
	border-style: solid dashed;*/
}
.directionDown {
	border-width: 2px 4px;
	/*border-color: lightgray black;
	border-style: dashed solid;*/
}
.directionRight.directionDown {
	border-width: 2px;
	/*border-color: lightgray;
	border-style: dashed;*/
}
.directionRightStart {
	border-left: 4px solid black !important;
}
.directionDownStart {
	border-top: 4px solid black !important;
}
.directionRightEnd {
	border-right: 4px solid black !important;
}
.directionDownEnd {
	border-bottom: 4px solid black !important;
}

td .solution, #schema.answered td.solution .solution {
	display: none;
}

td.solution .solution {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 150%;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

td.filled .wordNumber {
	position: absolute;
	font-size: 90%;
	font-weight: bold;
	line-height: 75%;
	display: block;
	overflow: visible;
	z-Index: 10;
}
td.filled .wordNumber.horizontal {
	left: 0;
	top: 50%;
	height: 0;
	line-height: 0;
}
td.filled .wordNumber.vertical {
	left: 0;
	top: 0;
	width: 100%;
}
td.filled.solution {
	background-color: #AAAAAA;
}

#schema .answer {
	display: none;
}
#schema.answered .answer {
	display: inherit;
}
#schema.hideNumbers .wordNumber {
	display: none;
}
#schema table, #schema ol {
	display: inline-block;
	vertical-align: middle;
}

h1 + section {
	float: left;
}
section {
	margin: 20px;
	
}
section h1 {
	text-align: center;
}

aside {
	clear: both;
}

#solutionDisplay {
	margin: 0px 0px 0.5em;
}
#solutionDisplay span {
	display: inline-block;
	min-width: 1em;
	line-height: 2em;
	text-align: center;
	height: 2em;
	vertical-align: middle;
}
#solutionDisplay .char {
	width: 2em;
	height: 2em;
	border: 1px solid black;
	border-left-width: 0px;
	margin: 0px;
	position: relative;
}
#solutionDisplay .char.start {
	border-left-width: 1px;
}
#solutionDisplay .char .number {
	position: absolute;
	font-size: 90%;
	font-weight: bold;
	display: block;
	overflow: visible;
	left: 1px;
	top: 1px;
	height: 0;
	line-height: 1em;
	min-width: 0;
}
#solutionDisplay .answer {
	display: none;
	vertical-align: baseline;
}
#solutionDisplay.answered .answer {
	display: inherit;
}