body {
	max-width: 80em;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
div#menu-bar {
	border-bottom: solid lightgray 1px;
	margin-bottom: 1vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6vh;
}
canvas {
	outline: gray 1px solid;
}
canvas#bcCanvas {
	background: lightgreen;
	width: 30%;
	height: auto;
}
canvas#bcDualCanvas {
	background: rgb(256, 200, 256);
	width: 70%;
	height: auto;
}
div#canvases {
	display: flex;
	justify-content: center;
	margin: auto;
	height: 92vh;
	max-width: 1600px;
	max-height: 1200px;
}

h1#title {
	font-weight: bold;
	margin: 3px;
	left-padding:12px;
}

form#point-count {
	display: flex;
	align-items: center;
	margin:14px;
}
form#point-count label {
	padding-right: 3px;
	font-weight: bold;
}
form#point-count input {
	width: 2em;
	font-size: 16pt;
}

