@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: normal;
  src: local('Inconsolata');
}

::selection {
  background: #ffffff;
  text-shadow: none !important;
}
html, body {
  margin: 0;
  height: 100%;
  text-shadow: 0 0 2px;
}
a{
	color:#FFFFFF;
}
.enl, .ALIENS{
	color:#00FF00;
}
.res, .RESISTANCE{
	color:#0EBFFF;
}
body {
  font-family: Inconsolata, monospace;
  color:#FFFFFF;
  background:#262626;
}
.offscreen {
  background: -webkit-linear-gradient(top, #000, #333);
}
.offscreen #container {
  background: rgba(0,0,0,0.7);
  height: 100%;
  position: fixed;
  text-shadow: none;
  box-shadow: 0 0 15px black;
}
.offscreen #container output {
  overflow-x: hidden;
  display: inline-block;
  height: 100px;
}
.offscreen .interlace {
  display: none;
}
#container {
  -webkit-transition: -webkit-transform 1.5s ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.crt {
  z-index: 50;
  width: 100%;
  height: 50px;
  position: fixed;
  margin: 15px 31px 0px 32px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: -webkit-gradient(radial, 50% 10057%, 4999, 50% 10055%, 5000, from(transparent), to(black) ) transparent no-repeat 10% 100%;
}
.crt.top {
  top: -20px;
  -webkit-transform: rotate(180deg);
}
.crt.bottom {
  -webkit-transform: rotate(180deg);
  bottom: -20px;
}

/*
.crt {
  z-index: 50;
  width: 100%;
  height: 50px;
  position: fixed;
  background: white;
}
.crt.top {
  top: 0;
}
.crt.bottom {
  bottom: 0;
  -webkit-transform: rotate(180deg);
}
.hz {
  -webkit-animation-name: hz;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
}*/

@keyframes flicker {
  50% { opacity: 0; } /* Turn off */
  51% { opacity: .1; }
  52% { opacity: .0; } /* Turn back on */

  59% { opacity: 0; }
  60% { opacity: .1; }
  61% { opacity: 0; }

  90% { opacity: 0; }
  91% { opacity: .1; }
  92% { opacity: 0; }


}
.interlace {
  position: fixed;
  left: 0;
  top: 0;
  background: url(interlace.png) top left repeat;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 10;
  /*-webkit-animation: flicker 3s;
  -webkit-animation-iteration-count: infinite;*/
  pointer-events: none;
}

.hidden {
  display: none !important;
}
.dim > * {
  opacity: 0.4;
}
.dim .help {
  opacity: 1;
}
iframe#fsn {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
}
#container {
  padding: 1em 1.5em 1em 1em;
}
#container output {
  clear: both;
  width: 100%;
}
#container output h3 {
  margin: 0;
}
#container output pre {
  margin: 0;
}
#container output textarea {
  width: 100%;
  height: 200px;
  background-color: rgba(255,255,255,0.1);
  border: none;
  color: inherit;
  font: inherit;
  outline: 0;
  border-radius: 10px;
  padding: 5px;
}
#container output textarea::selection {
  background: red;
}
#container output textarea::-webkit-scrollbar {
  width: 1ex;
}
#container output textarea::-webkit-scrollbar-thumb {
  border-top: 1px solid #fff;
  background: #ccc -webkit-linear-gradient(rgb(240, 240, 240), rgb(210, 210, 210));
  border-radius: 1ex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.input-line {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  clear: both;
  color:#ffffff;

}
.input-line > div:nth-child(2) {
  -webkit-box-flex: 1;
  box-flex: 1;
}@keyframes prompt-color {
	59% {margin-left: 0px; margin-top: 0px}
	60% {margin-left: 1px; margin-top: 2px}
	61% {margin-left: 0px;  margin-top: 0px}
}
.prompt {
  white-space: nowrap;
  color: #00FF00; /*green;*/
  margin-right: 7px;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  display: box;
  box-pack: center;
  box-orient: vertical;
  -webkit-user-select: none;
  user-select: none;
  -webkit-animation: prompt-color 0.3s;
  -webkit-animation-iteration-count: infinite;
}
.cmdline {
  outline: none;
  background-color: transparent;
  margin: 0;
  width: 100%;
  font: inherit;
  border: none;
  color: inherit;
  text-shadow: inherit;
}
.error{
	font-weight:bold;
	color:#FF00FF;
}
.notfound{
	font-weight:bold;
	color:#FFFF00
}
.pre{
    margin-left: 10px;
}
.folder {
  color: #ffcc00;
}
.ls-files {
  /*height: 45px;*/
  /* Default, but changed by js depending on length of filename */
  -webkit-column-width: 100px;
  column-width: 100px;
}
.ls-files span {
  cursor: pointer;
}
.ls-files span:hover {
  text-decoration: underline;
}
button {
  background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F9F9F9), to(#E3E3E3));
  border: 1px solid #ccc;
  border-radius: 3px;
  color: black;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select:none;
  user-select: none;
  cursor: pointer;
}

hr {
   height:2px;
   border-bottom: 1px dashed #FFF;
   border-top: 1px dashed #FFF;
   border-left:none;
   border-right:none;
   opacity:.5;
}
table{
	margin:0px;
	padding:0px;
	border-collapse: collapse;
	border-spacing: 0;
}
th{
	text-align:left;
	padding-right:10px;
}
td{
	padding:0;
	margin:0;
	padding-right:10px;
}
.td spacer{
	width:10px;
}
.command{
	padding-left:20px;
	padding-right:25px;
}
img{margin:0;}
