.body {
	max-width: none;
}

.btn {
	cursor: pointer;
}

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

#Table {
	margin: 0 auto;
}

#info {
	margin: 0px auto;
	width: 515px;
	text-align: center;
}

#stockLeft {
	height: 15px;
	width: 70px;
	text-align: center;
	font-weight: bolder;
	color: #ffffff;
}

#infoLine {
	width: 515px;
	height: 21px;
}

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

#actionsBlock a {
	font-weight: bold;
}

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

#result {
	font-weight: bold;
}

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

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