html {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-family: VT323, monospace;
	font-size: 22px;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	background-image: url("/files/console/images/noise.png");
	background-repeat: repeat;
}

#container {
	margin: 0;
	height: 100%;
	max-height: 100%;
}

#wrapper {
	height: 100%;
	max-height: 100%;
	text-align: center;
}

#main {
	box-sizing: border-box;
	display: inline-block;
	font-size: 1em;
	border: double #166031 0.6em;
	border-radius: 0.2em;
	background-color: #062612;
	height: 92%;
	width: 96%;
	margin: 2%;
	max-height: 96%;
	max-width: 96%;
	overflow-y: auto;
	overflow-x: hidden;
}

#main > .inside {
	margin: 1em;
	text-align: left;
}

.toggler {
	cursor: pointer;
	color: yellow;
}

.toggler:Hover {
	text-decoration: underline;
	color: yellow;
}

.toggler.active {
	color: orange;
	text-decoration: underline;
}

.toggler.active:Hover {
	color: yellow;	
}

code {
	background-color: #000000;
	color: yellow;
	font-family: 'Share Tech Mono', monospace;
}

code {
	font-size: 0.8em;
	display: block;
	padding: 0.2em;
}

code.inline {
	padding: 0;
	display: inline;
}

a {
	color: yellow;
	text-decoration: none;
	font-family: 'Share Tech Mono', monospace;
	font-size: 0.8em;
}

a:Hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: orange;
	text-decoration: underline;
}

#print_copyright {
	display: none;
}