#floater {
	left: 0px;
	border: 5px solid #ccc;
	border-radius: 3px;
	height: 200px;
	position: fixed;
	width: 300px;
	bottom: 0px;
	margin: 5px;
}
#console {
	font-family: monospace;
	height: 200px;
	width: 300px;
	background: #eee;
}
#consoleInput {
	font-family: monospace;
	background: #eee;
	border: 0px none;
	display: inline;
	width: 4000px;
	padding: 0px;
	font-size: 1em;
}
#consoleBody {
	margin: 3px;
	background: #eee;
	min-height: calc(100vh - 6px);
}
#consoleInput:focus {
	outline-width: 0;
	outline: none;
}
#consoleOutput {
	font-family: monospace;
	min-width: 100%;
	background: #eee;;
}
#inputCurrentLeft {
	font-family: monospace;
	background: #eee;
	display: inline;
	margin: 0px;
	top: 0px;
	left: 0px;
	max-width: 1000px;
	white-space: nowrap;
}
#inContainer {
	left: 0px;
	height: 15px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
