@charset "utf-8";
@font-face {
font-family: systemfont;
src:url(font/FixedsysNeo+.ttf);
}

.terminal {
	font-family: systemfont, System;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: black;
	color: white;
	overflow: hidden;
	padding: 10px;
	-o-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: url(blockcursor.png), default;
	white-space: nowrap;
}
.dirlist {
	width: 300px;
}



