.sk-double-bounce{width:40px;height:40px;position:relative;margin:40px auto}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}#loading{background:hsla(0,0%,100%,.8);box-sizing:border-box;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}#loading .sk-double-bounce{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}body,html{margin:0;padding:0;height:100%}#code,#editor-container{width:100%;height:100%}.CodeMirror{height:100%}@media print{article,body,html{height:auto}@page{size:auto;margin:0}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track-piece{background:transparent}::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:2px}::-webkit-scrollbar-corner{background:#999}::-webkit-scrollbar-thumb:window-inactive{background:#888}