
/* ========== Maths Champ! ========== */
table.mathsGame {
	table-layout:fixed;		/* useful to stop contents shifting around */
	width:80ch;
	height:19em;
/*	border-style: solid; 
	border-color: lime;*/
}

td.mathsGameCols {
	width: 16ch;
	height: 2em;
/*	border-style: solid;
	border-color: yellow;*/
}

td.mathsGameColsCondensed {
	width:16ch;
	height: 1em;
/*	border-style: solid;
	border-color: orange;*/
}

input.mathsGameInput {
	font-family: "VT323", monospace;
	font-size: 24px;
	line-height: 100%;
	font-weight: normal;

	color: cyan;
	background-color: black;
	border: 3px; 
	border-style: solid;
	border-color: magenta;
	text-align: center;
	width: 15ch;
}

.mathsGameInput:focus, input:focus {
	outline: none; 
}
