body {
	font-family: Arial;
}

heading { 
	text-align: center;
}

table.board, td.cell
{
	border: 1px solid black;
}

table
{
	border-collapse: collapse;
}

td.red
{
	background-color: red;
}

td.blue
{
	background-color: blue;
}

td.blank
{
}

.command
{
	width: 80px;
}

h2 
{ 
	padding-top: 14px;
}

#controls {
	display: flex;
	margin-top: 15px;
}

#settings1 {
	width: 100px	
}

#settings1 input {
	margin-bottom: 10px;
}

#settings2 {
	width: 320px;
}

#settings2 > label {
	width: 160px;
	display: inline-block;
}

.board-label {
	font-size: smaller; 
	margin-top: 5px;
}