.shell { position: relative; overflow-x: hidden; width: 100%; color: #FFFFFF; font-size: 14px; line-height: 140%; background-color: #141414; }
#terminal { overflow-y: hidden; position: absolute; width: 100%; font-size: 14px; line-height: 140%; color: #fff; background-color: #141414; }
#terminal .line { padding: 0 2px; }
#terminal p { margin: 0; }
.cmd-p { margin: 0; color: #FFFFFF; }
input.cmd-ln { outline: none; display: inline; width: auto; margin-bottom: 0; padding: 10px; font-size: 14px; line-height: 140%; color: #FFFFFF; background-color: #141414; border: 0; }
.cmd-ln:focus { outline: none; }