body {
	font-family: monospace;
	font-size: 24px;
	background-color: #222;
	color: #EEE;
}

#board-canvas { z-index: 1; }
#shadow-canvas { z-index: 2; }
#animated-canvas { z-index: 3; }
#canvas-message-wrap { z-index: 4; }

#game-wrap {
	left: 10%;
}

#game-wrap, #game-wrap > * {
	position: absolute;
}

#next-to-game-wrap .text {
	background-color: #999;
	border-right: 8px solid black;
}

.title.next, .title.score {
	border-top: 8px solid black;
}

.title.score, #pause {
	letter-spacing: -.025em;
}

.title.score, #pause {
	margin-top: .75em !important;
}

.title.hold, #score {
	margin-top: -.165em;
}

#score {
	border-bottom: 8px solid black;
}

#pause {
	border: 8px solid black;
	border-left: none;
	width: 100%;
	cursor: pointer;
	padding: 0;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#pause:active {
	background-color: #777;
}

#pause:focus {
	outline: 0 !important;
}

.text {
	text-align: center;
	display: inline-block;
	font-family: monospace;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
	font-size: 1.4em;
	-webkit-text-stroke: .02em white;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}