body {
	color: #eeeeee;
	background: #101010;
	font-family: monospace;
	font-size: 2.5vmin;
	line-height: 2.7vmin;
}

.outer-window{
	text-align: center;
	border: 2px white dashed;
	padding: 20px 0px 0px 0px;
}

.inner-window{
	border: 2px white dashed;
	margin: 20px -2px -2px -2px;
}

#console{
	width: 90vw;
	height: 75vh;
	background: #101010;
	color: #eeeeee;
	font-family: monospace;
	font-size: 2.5vmin;
	line-height: 2.7vmin;
	border: 0 none;
	overflow: hidden;
	scroll-behavior: none;
	resize: none;
	text-align: left;
}

/* stops that annoying blue line in chrome */
#console:hover, #console:active, #console:focus {
	outline: 0px !important;
	-webkit-appearance:none;
}



.link{
	color: #eeeeee;
	text-decoration: none;
}

/* -- Application Styling -- */
.style_app{
	color: red;
}
