#term { width: 100%; height: 100%; padding: 15px; } #term > div { height: 100%; } .terminal { border: #000 solid 5px; color: #f0f0f0; box-shadow: rgba(0, 0, 0, 0.8) 2px 2px 20px; white-space: nowrap; display: inline-block; height: 100%; } #term .terminal div span { min-width: 12px; } .reverse-video { color: #000; background: #f0f0f0; } .termChangBar { line-height: 1; margin: 0 auto; border: 1px solid #ffffff; color: #fff; background-color: #ffffff; position: fixed; right: 0; top: 0; } .hidden { display: none; }