<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 99000;
}
body.dark .screen {
	background: #222;
	color: #ddd;
}
.topscreen {
	text-align: right;
	margin: 4px 6px;
}

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

#cardsLeft {
	text-align: center;
	font-weight: bolder;
	background: white;
	padding: 2px 5px;
	color: #333;
}

#infoLine {
	width: 728px;
	height: 21px;
	margin: 20px auto 0px auto;
}

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

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

#result {
	font-weight: bold;
}

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

#help h3 {
	font-size: large;
	margin-bottom: 1em;
}
</pre></body></html>