#terminal { padding: 1em; width: 100%; }
.term {
		background-color: #111; color: #33d011; 
		font: normal 10pt Courier,monospace; line-height: 12pt;
		}
.reverse {
		background-color: #33d011; color: #111; 
	}
ul.menu { padding: 0em; }
ul.menu li { display: inline; padding: 1em; }
#display { 
	white-space: pre-wrap;
	}
b, strong { font: bold 10pt Courier,monospace; }
.term b, strong { color: #0f0; }
.reverse b, strong { color: #000; }

#termInput { 
	border-width: 0px;
	background: transparent; 
	white-space: pre-wrap;
	width: 90%; 
	}
