body {
	background: #303138;
	color: #d1d1d1;
	font-family: 'Garamond';
	font-size: 12pt;
}

.fulltext {
	font-size: 14pt;
}
.fulltext p {
	line-height: 1.25em;
}

.fulltext li {
	padding-bottom: 0.66em;
}

#contentFrame, #header, #footer {
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
}

#gameTitleBlock {
	font-family: 'Bebas Neue', cursive;
	width: 100%;
	height: auto;
	display: inline-block;
}
h1, #gameYear, #titleNav {
	font-family: 'Bebas Neue', cursive;
	display: inline;
	float: left;
	font-weight: normal;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: 'Bebas Neue', cursive;
	color: #9c9aae;
	font-weight: normal;
	font-size: 26pt;
	margin-bottom: 0;
	padding-bottom: 0;	
}
h3 {
	font-family: 'Bebas Neue', cursive;
	color: #9c9aae;
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 0;
	padding-bottom: 0;
}
a {
	color: #b4bfff;
	text-decoration: none;
/*	text-decoration-color: gray;*/
/*	text-decoration-skip: ink;*/
}

#titleNav {
	margin-left: 1em;
	float: right;
}
h1 {
	font-size: 44pt;
	color: white;
}

#gameYear {
	font-size: 44pt;
	float: right;
}

#statsBlock {
 	border-bottom: 1px solid gray;
 	padding-bottom: 1em;
}
#statsBlock ul {
	font-family: 'Bebas Neue', cursive;
	display: inline;
 	list-style: none;
 	padding-left: 0;
 	margin-left: 0;
 	font-size: 16pt;
/* 	letter-spacing: 0.02em;*/
}
#statsBlock li {
  display: inline;
}
#statsBlock li .label {
  display: none;
}
#statsBlock li:after {
  content: "/";
  padding-left: 0.25em;
  padding-right: 0.25em;
}
#statsBlock li:last-child:after {
    content: "";
}

#description {
    margin-top: 1em;
    margin-right: 2em;
    padding-top: 0.75em;
    padding-left: 1em;
    padding-bottom: 0.75em;
    padding-right: 1em;
    float: left;
    display: inline-block;
    width: 35%;
    background: #424448;
    font-size: 15pt;
    border-radius: 1em;
    line-height: 1.33em;
}
#linkBlock {
    width: 55%;
    float: right;
}
.hilite {
    background-color: #494c5f;
}


#heroImage {
 	margin-top: 2em;
	width: 300px;
	height: 200px;
	border: thin solid gray;
	float: right;
	margin-left: 2em;
}
.linkgroup {
	list-style: ">";
	padding-inline-start: 1.5em;
	line-height: 1.1em;
	font-size: 13pt;
	margin-top: 0.5em;
	padding-bottom: 0.15em;
}
.linkgroup li {
	font-weight: bold;
	font-size: 100%;
	padding-left: 0.25em;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
}
.linkgroup em {
/*	font-style: normal;*/
	font-weight: bold;
/*	outline: thin dotted gray;*/
/*	color: white;*/
}
.linkpp {
	font-family: 'Bebas Neue', cursive;
	font-size: 18pt;	
	margin-bottom: 0;
	padding-bottom: 0;
}
.linkppdesc {
	margin-top: 0em;
/*	padding-left: 1em;*/
	padding-top: 0;
	font-size: 85%;
	padding-left: 0.25em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
/*	font-style: italic;*/
}
.linkAddendum {
	font-size: 85%;
}

#header {
	font-family: 'Bebas Neue', cursive;
	color: #9c9aae;	
	margin-bottom: 0.75em;
}

.gameIndexItem {
	background: rgba(0,0,0,0.2);
	border-radius: 1em;
	padding: 0.5em 1em;
}
.gameIndexTitle {
	font-weight: bold;
	color: white;
	font-size: 120%;
}
.gameIndexTitle:after {
	content: ": ";
}
.gameIndexDesc {
}
.gameIndexGames:before {
	content: " ";
}
.gameIndexGames {
	display: block;

}

#footer {
	border-top: solid gray;
	margin-top: 3em;
	padding-top: 0.75em;
	padding-bottom: 2em;
}
#footer a {
	color: #9c9aae;
}

#gameIndex, #mainPageHeader {
	display: block;
}
#mainPageHeader {
	float: none;
}
#gameIndex {
	padding-top: 1em;
	columns: 2;
	vertical-align: top;
}
#gameIndex ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
 	margin-left: 0;
}
#gameIndex li {
	list-style: none;
	background: #303138;
	line-height: 1.6em;
	font-size: 110%;
}
#explanation {
/*	font-style: italic;*/
	font-family: serif;
}
.secheader {
	padding-top: 2.5em;
}

#errata {

}
.errataPage {
	font-weight: bold;
}
table {
/*	border: 1px solid;*/
	border-collapse: collapse;
	width: 100%;
}
tr {
	border-bottom: 1px dotted gray;
}
th {
	text-align: left;
}
#errata li {
  padding-bottom: 0.66em;
}
.prominentLink {
	font-size: 120%;
	font-weight: bold;	
}
.boxedtext, #explanation {
	outline: thin dotted gray;
    padding-top: 0.25em;
    margin-top: 1em;
    margin-bottom: 2em;
    padding-bottom: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#explanation {
	padding: 1em !important;
	line-height: 1.4em;
}

.img img {
	width:100%;
}
.imgpair {
	display: flex;
}
.imgpair img {
	width:48%;
	float: left;
}
.boxednote {
	background-color: #3f3f3f;
	padding: 1em;
}

