@font-face {
	font-family: GlassTTYVT220;
	src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(./Glass_TTY_VT220.ttf) format("truetype");
}
/* black screen, amber text. simple stuff */
body {
	    margin: 0 !important;
    padding: 0 !important;
	font-family: GlassTTYVT220;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 10px; 
	text-size-adjust: 200%;
}

/* the command prompt */
input, textarea {
	font-family: GlassTTYVT220;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 10px; 
	background: transparent;
	
	border: 0px;
}

textarea { 
  width: 100%; 
  margin: 0; 
  padding: 0; 
  border-width: 0; 
}


a {
	color: #282828;
	text-decoration: none;
}

.cmdfield {
	margin-left: 10px;
}

pre {
	font-family: GlassTTYVT220;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 10px; 
	background: transparent;
	line-height: normal; /* use 1 for more narrow ascii art */;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#content {
	width: 900px ;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 10px;
	overflow-wrap: break-word;
}

#screen {
	/*white-space: pre;*/
	inline-size: 900px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	margin-top: 30px;
}

#navbar {
  overflow: hidden;
  /*background-color: #333;*/
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 900px; /* Full width */
}

/* no outline when element is in focus */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* for jquery resize */
input {
  text-align: left;
  margin-left: 0px;
}

/* no outline when element is in focus */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* for jquery resize */
input {
  text-align: left;
  margin-left: 0px;
}
.executable {
	text-decoration: underline;
	font-weight: bold;
}
.folder::after {
	/*content: "/";*/
}
.file {
}
	