body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: 'Big Shoulders Display', 'Arial', 'Helvetica', 'Verdana', sans-serif;
	font-size: 1.6vw;
	line-height: 1.1em;
	text-align: center;
}
#board {
	width: 100%;
	background-color: #333;
}
@media screen and (min-width: 1400px) {
	#board {
		width: 48vw;
		font-size: 1.5vw;
	}
}
p {
	color: #161616;
	font-size: 1.2em;
	hyphens: auto;
}
a {
	color: black;
	text-decoration: none;
}
table {
	width: 98%;
	background-color: #f5fef8;
	border-collapse: collapse;
	margin: 4vh auto 1vh auto;
}
td {
	position: relative;
	background-color: white;
	border: 2px solid black;
	padding: 0.5em;
}
td:after {
	content: '';
	display: block;
	margin-top: 100%;
}
.cell {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 8vh;
	height: 100%;
}
.cell p {
	line-height: 1;
	padding: 2px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
h1 {
	font-family: 'Anton', serif;
	line-height: 1em;
	color: white;
	padding: 1vh 0 0 0;
	margin: 0;
}
.ctr {
	background-color: white;
	box-sizing: border-box;
	border-radius: 100%;
	border: 5px solid black;
}
.chipped {
	background-color: black !important;
	color: white;
	border-radius: 100%;
}
#message {
	display: none;
}
#credits {
	font-size: 0.8em;
	color: black;
}
#credits:after {
	content: 'Play more Boring Bingo Games at www.boringbingo.com';
}