.bakers-dozen {
	margin: 0 auto;
	max-width: 820px;
}

.bakers-dozen .body {
	max-width: none;
}

.bakers-dozen .game-controls {
	text-align: center;
	margin: 20px 0 10px 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
}

.bakers-dozen #scoreBlock {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	color: #3080D0;
}

body.dark .bakers-dozen #scoreBlock {
	color: #63b3ed;
}

.bakers-dozen .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 .bakers-dozen .screen {
	background: #222;
	color: #ddd;
}
.bakers-dozen .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;
}

.bakers-dozen .rules {
	margin: 30px auto;
	max-width: 820px;
	padding: 0 20px;
}

.bakers-dozen .rules h2 {
	line-height: 2em;
	font-size: 130%;
	font-weight: normal;
	margin-top: 1.5em;
}

.bakers-dozen .rules h2:first-child {
	margin-top: 0;
}

.bakers-dozen .rules p {
	margin-bottom: 1em;
	line-height: 1.6;
}

.bakers-dozen .rules dl {
	margin: 1em 0;
}

.bakers-dozen .rules dt {
	font-weight: bold;
	margin-top: 0.8em;
}

.bakers-dozen .rules dd {
	margin-left: 2em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.bakers-dozen .rules strong {
	font-weight: bold;
}

.bakers-dozen .game-button {
	min-width: 36px;
}
