body {
	font-family: 'Ubuntu Mono', sans-serif;
	background: black;
	color: white;
	overflow: hidden;
}
#container {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 5px;
}
.userTag {
	color: #0066cc;
}
p, span {
	margin-top: 1px;
}
.directory {
	color: #ffcc00;
}
.terminal {
	padding: 5px;
	overflow: auto;
}
.info p, .terminal {
	display: none;
	word-wrap: break-word;
	font-size: 0.9em;
}
input {
	border: none;
	outline: none;
	width: 1px;
	background: transparent;
	color: transparent;
}
.blink {
	width: 5px;
	height: 13px;
	display: inline-block;
	background-color: white;
}​
