body.play {
	font-size: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
.if-container {
	min-height: 1em;
	margin-top: 2em;
}
p {
	font-size: 1em;
	line-height: 1.4;
}
.coverimage, .if-cover {
	max-width: 12.6em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
} 
.coverimage a {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: ghostwhite;
}
.introduction { 
	padding-top: 2.4em;
	margin-left: 15.4em;
	width: 33em;
	line-height: 1;
	text-align: left;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1em;
    line-height: .25;
}
.about {
	margin-top: 2.8em;
	margin-left: 15.4em;
	width: 33em;
	text-align: left;
}
.about p { 
    margin-bottom: 0;
}
.about p + p {
	text-indent: 1.4em;
	margin-top: 0;
}
.playinfo {
	margin: 1em 0 0 15.4em;
	width: 33em;
}
.playinfo p {
	font-size: .75em;
}
.links {
	text-align: center;
	text-indent: 0;
}
.links li {
	list-style-type: none;
	padding: 0.4em;
}
.filetype {
    font-size: 0.5em;
}
.source {
	margin-top: 1.4em;
	margin-left: 15.4em;
	width: 33em;
	line-height: 1.4;
}
.sourceintroduction {
	margin-left: 15.4em;
	width: 33em;
}
.sourceintroduction h1 {
	padding-top: 2.8em;
	font-size: 1em;
	line-height: 1;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
.sourceintroduction h2 {
	display: none;
}
.sourcecoverimage {
	max-width: 12.6em;
	margin-top: 2em;
	margin-left: 1em;
	float: left;
	clear: left;
	text-align: right;
} 
.sourcecoverimage a {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.sourcebibliography {
	display: none;
}
.substitution {
	font-variant: small-caps;
}
.i6code {
    opacity: 0.66;
    font-family: monospace;
}
.columnhead { 
	font-style: italic; 
	font-size: 1em;
}
.heading {
	font-weight: bold;
} 
.source td {
	padding-top: .7em;
	padding-bottom: .7em;
	padding-right: 1.4em;
	font-size: .75em;
	text-align: left;
	vertical-align: top;
} 
.notecue {
	font-size: .75em;
	vertical-align: super;
}
.source li {
	list-style-type: none;
}
.notes {
	margin-left: 16.8em;
	width: 33em;
}
.notes p {
	text-indent: -1.4em;
	font-size: .75em;
}
.notesheading {
    font-style: italic;
}
.indent0 {
    margin-bottom: 0;  
}
.indent1 {
	padding-left: 2.8em;
	text-indent: -.7em;
	margin-bottom: 0;
	margin-top: 0;
}
.indent2 {
    margin-bottom: 0; 
	padding-left: 5.6em;
	text-indent: -.7em;
	margin-top: 0;
}
.indent3 {
	padding-left: 8.4em;
	text-indent: -.7em;
	margin-bottom: 0;
	margin-top: 0;
}
.indent4 {
    margin-bottom: 0; 
	padding-left: 11.2em;
	text-indent: -.7em;
	margin-top: 0;
}
.indent5 {
	padding-left: 14em;
	text-indent: -.7em;
	margin-bottom: 0;
	margin-top: 0;
}
.indent6 {
    margin-bottom: 0; 
	padding-left: 16.8em;
	text-indent: -.7em;
	margin-top: 0;
}
.indent7 {
	padding-left: 19.6em;
	text-indent: -.7em;
	margin-bottom: 0;
	margin-top: 0;
}
.indent8 {
    margin-bottom: 0; 
	padding-left: 22.4em;
	text-indent: -.7em;
	margin-top: 0;
}
.indent9 {
	padding-left: 25.2em;
	text-indent: -.7em;
	margin-bottom: 0;
	margin-top: 0;
}
#gameport {
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	line-height: 1.4;
	margin: 0;
	right: 0;
	min-height: 20em;
}
@media screen and (min-device-width: 500px)
{
	.play {
	    overflow: hidden;
	}
}
@media screen and (max-device-width: 480px)
{
	.play {
	    overflow: auto;
	}
	.coverimage, .introduction, .links, .about, .playinfo, .source, .sourceintroduction, .sourcecoverimage, .notes {
		float: none;
		margin-left: 1em;
		text-align: left;
	}

	.play .coverimage, .play .links, .play .interpretercredit {
		display: none;
	}
	
	#gameport {
		left: 0;
		width: auto;
	}
}