.body.ram {
	padding: 0px 10px;
}
.ram .info {
	text-align: center;
	margin-bottom: 20px;
	padding: 0 10px;
}
.ram #board {
	position: relative;
	margin: 0px auto;
	background-color: #ccc;
	width: 300px;
	height: 300px;
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}
.ram .tile {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
	cursor: pointer;
	display: none;
	color: #fff;
	border: 1px solid #000;
}
.ram .msgs {
	position: absolute;
	text-align: center;
	display: none;
	cursor: pointer;
	top: 116px;
	width: 300px;
	font-size: 1.4em;
	color: #000;
}
.ram .rules h2 {
	margin-top: 1.7em;
	line-height: 2em;
	font-size: 130%;
	font-weight: normal;
}
.ram .scores {
	position: relative;
	height: 20px;
	margin: 0px auto 6px;
	width: 300px;
}
.ram .scoreBox {
	position: absolute;
	top: 0px;
	text-align: left;
}
.ram .topBox {
	position: absolute;
	top: 0px;
	width: 300px;
	text-align: right;
}
.ram .scoreBox span, .ram .topBox span {
	font-weight: bold;
}
.ram .rules {
	margin-bottom: 3em;
}
.ram .rules p {
	margin-bottom: 1em;
}
