body {
	background-color: azure;
	counter-reset: toc-top toc-level-1;
}

dl.char-sheet {
	font-size: large;
}

dl.char-sheet dt {
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1.0em;
}

dl.small-list dt {
	font-weight: bold;
	margin-top: 0.75em;
	padding-bottom: 0.75em;
}

dl.list dt {
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}

div.bfgt_footer_menu_div {
	text-align: center;
	border: 1px dotted lightgrey;
}

div.bfgt_footer_menu_div table {
	margin-left: auto;
	margin-right: auto;
}

div.bfgt_footer_menu_div table td.left {
	padding-right: 2em;
}

div.bfgt_footer_menu_div table td.mid {
	padding-left: 2em;
	padding-right: 2em;
}

div.bfgt_footer_menu_div table td.right {
	padding-left: 2em;
}

div.bfgt_footer_menu_div table td.copyright {
	padding-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.bfgt_header_menu_div td.bfgt_header {
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}

div.bfgt_header_menu_div td.bfgt_header ul li {
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}

#bfgt_header_menu_games {
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}

div.player-read {
	border: 1px dashed black;
	margin-right: 1em;
	display: inline-block;
	padding: 5px;
}

span.game-intro-text {
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: XX-large;
	font-weight: bold;
}

div.flex-div {
	display: flex;
}

div.hero-graphic {
	background-color: white;
	width: 100%;
}

div.hero-graphic img {
	width: 100%;
}

h1.intro {
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-decoration: underline;
}

h1.title {
	text-align: center;
	text-decoration: underline;
	font-size: XXX-large;
	color: darkgreen;
}

h2.title {
	text-align: center;
	font-size: X-large;
	color: darkgreen;
}

h2.title-left {
	text-align: left;
	font-size: X-large;
	color: darkgreen;
}

h2.toc::before {
	counter-increment: toc-level-1;
	content: counter(toc-top) "." counter(toc-level-1) " ";
}

h3.list {
	break-after: avoid;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ol.list li {
	margin-bottom: 0.5em;
}

ol.toc li {
	margin-bottom: 0.5em;
}

ol.toc li br {
	margin-bottom: 0.5em;
}

p.legendary-quote {
	font-style: italic;
	margin-left: 3em;
}

table.choices img {
	opacity: 66%;
	float: left;
}

table.choices img:hover {
	opacity: 100%
}

table.ImageAndText td.notes {
	vertical-align: top;
}

table.ImageAndText td.pic {
	margin-right: 1.0em;
	padding-right: 1.0em;
	vertical-align: top;
}

table.navmenu {
	border: solid grey;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media print {
	table.navmenu {
		visibility: hidden;
		display: none !important;
	}
}

table.adventures td {
	padding-left: 1em;
	padding-right: 1em;
}

table.adventures td.monster {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}

table.alphaindex td {
	padding-left: 1em;
	padding-right: 1em;
}

table.details {
	margin-left: 2em;
}

table.details thead {
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}

table.details td {
	padding-right: 2em;
}

table.dm-stats {
	border: solid;
	margin-left: auto;
	margin-right: auto;
}

table.dm-stats thead td {
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}

table.dm-stats td {
	padding-left: 1em;
	padding-right: 1em;
}

table.navmenu td.first {
	text-align: left;
}

table.navmenu td.last {
	text-align: right;
}

table.navmenu td.middle {
	text-align: center;
	padding-left: 3em;
	padding-right: 3em;
}

table.stats {
	border: dashed;
	font-size: large;
	margin-left: auto;
	margin-right: auto;
}

table.stats td {
	padding-left: 1em;
	padding-right: 1em;
}

table.sub-stats {
	border: solid;
}

table.sub-stats td.title {
	font-weight: bold;
	width: 33%;
}

table.sub-stats td.value {
	text-align: right;
	width: 33%;
}

table.sub-stats td.value-only {
	text-align: right;
	width: 67%;
}

table.sub-stats td.bonus {
	text-align: right;
	width: 33%;
}

ul.list li {
	margin-bottom: 0.5em;
}

button.playNow {
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}

/* The sidebar menu */
.sidenav {
	width: 160px; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 1; /* Stay on top */
	left: 0;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 20px;
	border: 1px dashed black;
}

/* The navigation menu links */
.sidenav a {
	padding: 3px;
	text-decoration: none;
	color: #818181;
	display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #f1f1f1;
}

/* Style page content */
.main {
	margin-left: 160px; /* Same as the width of the sidebar */
	padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

span.tagline {
	font-size: small;
	font-style: italic;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p.the-quote {
	margin-left: 3em;
	font-size: small;
	font-style: italic;
	width: 25%;
}