
#container {
	margin: 10px;
}

#container > div, #container > img {
	position: absolute;
	top: 0;
	left: 0;
}

.sheet-image {
	width: 829px;
	height: 1170px;
	z-index: -10;
}

.blur {
	width: 829px;
	height: 1170px;
	z-index: -5;
	background-color: white;
	opacity: 0.8;
}

.step {
	display: none;
}

.step.current {
	display: block;
}

.button {
	cursor: pointer;
}

.text {
	font-family: sans-serif;
	font-size: 20px;
	padding: 5px;
	position: absolute;
	background-color: white;
	border: 2px solid black;
	border-radius: 5px;
	hyphens: auto;
}

.text p {
	margin-top: 0;
	margin-bottom: 5px;
}

.frame {
	position: absolute;
	border: 4px solid red;
}

.value {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
}

.value-small {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
}

.value-tiny {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
}

.circle {
	position: absolute;
	height: 16px;
	width: 16px;
	border: 2px solid black;
	border-radius: 10px;
}

.back {
	z-index: -8;
}

.die {
	height: 16px;
	width: 16px;
}

.text table {
	font-size: 12px;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}

.text table th, .text table td {
	padding: 10px;
}

.text table tr:nth-child(even) {
	background-color: #f5f5f5;
}

div#debug {
	font-family: sans-serif;
	font-size: 20px;
	padding: 5px;
	position: fixed;
	left: 350px;
	top: 5px;
	background-color: white;
	border: 2px solid black;
	display: none;
	z-index: 10;
}

div#debug.on {
	display: block;
}
