aside > table.board {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	display: table;
	font-size: 97.5%;
}

figure table.board.center {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

table.board {
	border:2px solid #202020;
	font-family: 'Roboto Mono','Source Code Pro',Inconsolata,Consolas,'Courier New',Courier,Lucidatypewriter,Fixed,monospace;
	border-spacing: 0;
	border-collapse: collapse;
	display: inline-block; /*needed?*/
	/*margin-right: 1em;*/
	/*margin-top: 5px;*/
	/*margin-bottom: 5px;*/
	color: #000000;
}

table.board td.xcell {
	/*display:inline-block;*/
	border: 1px solid #404040;
	width: 1.2em;
	/*height: 1.0em;*/
	text-align: center;
	background-color: #EEEEEE;
}

table.board td.xcellFill {
	color: #202020;
	background-color: #202020;
	border: 1px solid #202020;
}

pre.crossword {
	line-height: 97.5%;
	letter-spacing: 0.075em;
}

pre.crossword span.crosswordAsterisk {
	color: #606060;
}
