body{background-color:#000;color:#5f5;font-family:monospace}.input{color:#fff}.warning{color:#b3b300}.error{color:#b22222}.failed{color:red}.okay{color:green}span{border-bottom:2px solid transparent;white-space:pre}span.helpCommand{display:inline-block;min-width:150px}span.active{border-bottom:2px solid #fff;-webkit-animation:cursor 1.2s infinite;animation:cursor 1.2s infinite}@-webkit-keyframes cursor{0%{border-bottom:2px solid #fff}40%{border-bottom:2px solid #fff}50%{border-bottom:2px solid transparent}90%{border-bottom:2px solid transparent}to{border-bottom:2px solid #fff}}@keyframes cursor{0%{border-bottom:2px solid #fff}40%{border-bottom:2px solid #fff}50%{border-bottom:2px solid transparent}90%{border-bottom:2px solid transparent}to{border-bottom:2px solid #fff}}span.loader.loading:after{color:aqua;content:"\\";-webkit-animation:loader .25s infinite;animation:loader .25s infinite}@-webkit-keyframes loader{0%{content:"\\"}33%{content:"/"}66%{content:"-"}to{content:"\\"}}@keyframes loader{0%{content:"\\"}33%{content:"/"}66%{content:"-"}to{content:"\\"}}#terminal,body{width:100%;height:100%}#terminal{cursor:text;padding:10px}.progressbar{font-family:Courier New;color:#fff}.progress{color:lime}