#shell-pane { position: relative; top: 0; left: 0; background-color: #000; color: #5DFC0A; padding: 0; margin: 0 0 12px 0; font: 14px "Courier"; height: 420px; overflow: hidden; }
#shell-pane ul { display: block; position: absolute; bottom: 24px; left: 0; padding: 5px; }
#shell-pane em { position: absolute; left: 0.45em; bottom: 4px; color: inherit; font-style: normal; z-index: 1; }
#shell-pane input { position: absolute; bottom: 0; left: 1.5em; background: inherit; border: 1px solid transparent; outline: none; color: green; color: inherit; padding: 4px 0 0 0; margin: 0; font: inherit; width: 100%; }
#shell-pane input:focus, #shell-pane input:active { outline: none; border-color: transparent; }
