.body {
	max-width: none;
}

img.btn {
	cursor: pointer;
}

#infoLine {
	width: 760px;
	height: 21px;
	margin: 30px auto 0px auto;
	user-select: none;
}

#Table {
	user-select: none;
}

#actionsBlock {
	float: left;
	line-height: 21px;
	vertical-align: middle;
}

#resultBlock {
	font-size: 14px;
	float: right;
	font-weight: bolder;
}

#result {
	font-weight: bold;
}

.Table {
	margin: 3px auto 12px auto;
}

.screen {
	position: absolute;
	top: 1em;
	left: 1.1em;
	right: 1.1em;
	display: none;
	border: 3px solid #1C6E34;
	background: #fff;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	z-index: 100000;
}
body.dark .screen {
	background: #222;
	color: #ddd;
}
.topscreen {
	text-align: right;
	margin: 4px 6px;
}

#gameOver {
	position: absolute;
	width: 640px;
	margin: 100px auto;
	padding: 20px;
	font-weight: bold;
	font-size: 14px;
	display: none;
	z-index: 99999;
	text-align: center;
}

#gameOver img {
	margin: 20px auto;
}

#gameOver a {
	font-size: 14px;
	font-weight: normal;
}

#help dd {
	margin-left: 4em;
}

#help h3 {
	font-size: large;
	margin-bottom: 1em;
}
