a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@import url("https://fonts.googleapis.com/css?family=Nunito");:root{--bg-color:#f7f7f7;--primary-color:#feca2a;--primary-color-light:#fbd04d;--secondary-color:#9cb1c5}html{font-family:Nunito,sans-serif;font-weight:lighter}body,html{height:100%}body{line-height:1.3;background:var(--bg-color)}#help-icon{width:40px;position:absolute;right:1em}#help-icon:hover{cursor:pointer}.help,.intro{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:1em;background:#fff;z-index:9;box-shadow:0 0 6px grey}.hidden{visibility:hidden}header.header{height:70px;width:100%;background:var(--primary-color);font-size:1.8em;padding:1em;display:flex;align-items:center;color:var(--bg-color);box-shadow:0 0 6px grey}main{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-content:space-evenly;padding:.5em;height:calc(100% - 80px);box-sizing:border-box}.block{width:calc(50vw - 2em);border:1px solid rgba(0,0,0,.1);height:48vh;background:#fff;overflow:scroll}.block_title{padding:.8em;font-size:1.5em;border-bottom:1px solid rgba(0,0,0,.1);height:60px;display:flex;align-items:center}.block .content{padding:.8em}.block_bottom{height:40vh;overflow:hidden;position:relative}.button{position:absolute;bottom:0;right:0;border:none;padding:.8em 1.5em;background:var(--primary-color);font-size:1.2em;color:#fff}.button-2{display:block;position:relative;text-align:center;margin-top:15px}.button:hover{background:var(--primary-color-light);cursor:pointer}textarea.editor{box-sizing:border-box;width:100%;height:calc(100% - 60px);border:none;outline:none}textarea.editor:hover{cursor:inherit}#editor-test{display:none}#editor_visible{padding:1em;background:#789;margin:1em;color:#fff}.editor_visible_container{display:flex}.editor_visible_counter{background:#f0f8ff;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;margin-right:5px;color:#000}#output{width:100%;height:calc(100% - 60px);padding:1em;overflow:scroll}#mocha{font:inherit;border-radius:2px;padding:4px 3px 11px;margin:15px 0 0!important}#mocha .suite h1 a:hover{text-decoration:none;cursor:default}.replay{display:none!important}#mocha-stats{background:#fff;height:40px;position:relative!important;top:0!important;right:0!important}.CodeMirror{height:calc(100% - 60px)!important}.CodeMirror-scroll{padding-bottom:0!important}iframe#subscribe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:99999;display:none}.overlay{position:absolute;width:100%;height:100%;background:grey;top:0;left:0;z-index:9;opacity:.5}