/* by P.D. Magnus */
body {
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: none;
	min-height: 416px;
	font-family: sans-serif;
	background: #c5ccd4;
	-webkit-touch-callout: none;
}
.center {
	margin: auto;
	display: block;
	text-align: center!important;
}

h1 {
	font-family:sans-serif;
	font-weight: bold;
	font-size:20px;
	margin: 10px;
}
h2 {
	font-family:sans-serif;
	font-weight: bold;
	font-size:18px;
	margin: 3px 15px
}

table {
	border: none;
	width: 100%;
}

td.item {
	font-size: 16px;
	font-style:italic;
}

tr td:nth-child(1) {
	text-align: left;
}

tr td:nth-child(2) {
	text-align: center;
}

tr td:nth-child(3) {
	font-size: 12px;
	color: #777;
	text-align: right;
}

.pageitem {
	text-align: center;
}

.cauldron {
	font-size: 10px;
}

#scenario {
	font-size: 12px;
	margin: 20px 10px 0;
}


#footer {
	font-size: 10px;
	text-align: center;
	position: relative;
	margin: 20px 10px 0;
	height: auto;
	width: auto;
	bottom: 10px;
}
