body,div,html,p,pre,span{margin:0;padding:0}.simple_code_editor{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin:5px;font-family:monospace,sans-serif}.simple_code_editor_textarea{position:absolute;z-index:-1;left:35px;opacity:0;width:1px;height:15px;padding:0;border:none}.simple_code_editor_selected{position:absolute;left:35px;width:calc(100% - 30px - 5px);z-index:-1}.simple_code_editor_selected_item{position:absolute;background-color:#d9d9d9;height:15px}.simple_code_editor_selected_item_focus{background-color:#d7d4f0}.simple_code_editor_gutters{width:30px;margin-right:5px;padding-bottom:75px;border-right:1px solid #ddd;background-color:#f7f7f7;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default}.simple_code_editor_gutters_item{text-align:right;padding:0 5px;width:20px;color:#999;white-space:nowrap;height:15px;line-height:15px;font-size:13px}.simple_code_editor_doc{position:relative;cursor:text;-webkit-box-flex:1;-ms-flex:1;flex:1}.simple_code_editor_doc_drag{cursor:default}.simple_code_editor_line{font-size:13px;line-height:15px;height:15px}.simple_code_editor_a{font-display:optional}.simple_code_editor_cursor{position:absolute;top:0;left:0;width:1px;height:15px;background-color:#000;-webkit-animation:blink 1s infinite;animation:blink 1s infinite}.simple_code_editor_drag_cursor{position:absolute;top:0;left:0;width:0;height:15px;border-right:1px #000 dashed}@-webkit-keyframes blink{0%,100%{opacity:0}50%{opacity:1}}@keyframes blink{0%,100%{opacity:0}50%{opacity:1}}