title {
	display: none;
}


@font-face {
	font-family: cafe-font;
	src: url(fonts/Ac437_NEC_APC3_8x16.ttf); /* source: https://int10h.org/oldschool-pc-fonts/download/ */
}


a:link {
	color: rgb(150, 150, 255);
	text-decoration: none;
}


a:visited {
	color: rgb(150, 150, 255);
	text-decoration: none;
}


a:hover {
	color: rgb(150, 150, 255);
	text-decoration: underline;
	cursor: pointer;	
}


a:active {
	color: rgb(150, 150, 255);
	text-decoration: none;
	cursor: pointer;	
}


body {
	background: url(images/scene-4x.png);
	font-size: 100%;
	background-repeat: repeat
}


details > summary {
	list-style: none;
}


details > summary::-webkit-details-marker {
	display: none;
}


summary:hover {
	text-shadow: 0px 0px 5px rgb(255, 255, 255);
	cursor: pointer;
}


#dynamic-container {
	background: url(images/scene-4x-dark.png);
	color: rgb(255, 255, 255);
	font-size: 100%;
	background-repeat: repeat;
	margin-left: 4px;	
	height: auto;
	width: 712px;
}


#dynamic-container-background {
	background: url(images/dynamic-container-background.png);
	background-size: cover;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;	
	width: 720px;
	display: block;
	overflow: auto;
	position: relative;
}


#graphic-break-bottom {
	height: 319px;
	width: auto;
	}


#graphic-break-top {
	height: 146px;
	width: auto;
	}


#graphic-coffee {
	position: absolute;
	bottom: 0px;
	left: 416px;
}


#graphic-sign {
	position: absolute;
	top: 32px;
	left: 4px;
}


#graphic-sun {
	position: absolute;
	top: 4px;
	left: 96px;
}


.center {
	display: block;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;	
	text-align: center;	
}


.container-text {
	padding-top: 0.25em;
	font-size: 1.5em;
	padding-left: 1em;
	padding-right: 1em;	
	text-align: left;
	font-family: cafe-font;	
	line-height: 1.25em;
}


.indent {
	margin-left: 1em;
}


.outdent {
	margin-left: -1em;
}
