.samegame .body {
	padding: 0 10px;
}

.samegame #arena {
	margin: 30px auto 20px auto;
	position: relative;
	border: 1px solid #3080D0;
	padding-right: 1px;
	padding-bottom: 1px;
}

.samegame .tile {
	position: absolute;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 1;
}

.samegame #end {
	position: absolute;
	z-index: 10000;
	display: none;
	cursor: default;
	color: #000000;
	font-weight: 900;
	font-size: 18px;
}

.samegame .gameOver {
	position: absolute;
	text-align: center;
	z-index: 10000;
	font-weight: bolder;
	font-size: 1.4em;
	display: none;
}

.samegame #infoBox {
	position: absolute;
	top: -20px;
}

.samegame #score {
	font-weight: bolder;
}

.samegame #topScoreLabel {
	margin-left: 50px;
}

.samegame #topScore {
	font-weight: bolder;
}

.samegame #setBox {
	position: absolute;
	top: 60px;
	height: 20px;
	width: 120px;
	text-align: center;
	border: 1px solid #3080D0;
	background: #E3E3E3;
	color: #222;
	cursor: pointer;
	vertical-align: middle;
	line-height: 20px;
}

.samegame #sets {
	position: absolute;
	top: 20px;
	z-index: 21;
	display: none;
	left: -1px;
	border: 1px solid #3080D0;
	background: #E3E3E3;
	color: #222;
}

.samegame .set {
	height: 35px;
	width: 120px;
	margin: 10px auto;
}
