@font-face {
  font-family: 'Dekar';
  src: url('Dekar.woff') format('woff');
}

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body{
	background-color: #121C28;
	color: #D3D4D4;
	font-family: Dekar, 'Courier New';
	line-height: 16px;
	letter-spacing: 1px;
	font-size: 14px;
	overflow: hidden;
}

b{
	color: #5FC8C7;
	font-weight: normal;
}

hr {
  border: none;
  border-top: 1px solid #5FC8C7;
  background-color: transparent;
  height: 0px;
  opacity: 0.5;
}

table{
	font-size: 12px;
}

div.wrap{
	position: relative;
	/*width: 600px;*/
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

div#movedown{
	position: absolute;
	bottom: 0px;
	width: 100%;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/*
div.statusbar{
	opacity: 0;
	background-color: #D3D4D4;
	color: #042732;
	font-weight: bold;
	padding: 1px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
} */


#blink{
	color: #5FC8C7;
}

div#output{
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	-webkit-user-select: none;
}

div#inputbar{
	background-color: #0C121A;
	color: #5FC8C7;
	padding: 10px 10px;
	margin: 0px;

	margin: 20px;
	box-shadow: 4px 4px 0 #000000;

	-webkit-user-select: none;
}

div.cmdwrapper{
	display: block;
	padding-left: 15px;
}

input#cmd{
	background-color: transparent;
	color: #5FC8C7;
	border: none;
	outline: none;
	font-family: Dekar, 'Courier New';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
