.mcfunction-viewer{background:#1e1e1e!important;border-radius:.3em;box-sizing:border-box;color:#d4d4d4;display:flex;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;hyphens:none;line-height:1.5;margin:0;min-height:50px;overflow:hidden;padding:1em;position:relative;tab-size:4;text-align:left;text-shadow:0 1px rgba(0,0,0,.3);white-space:pre;width:100%;word-break:normal;word-spacing:normal}.mcfunction-content{flex:1;min-width:0;overflow:auto;padding-right:20px;width:100%}.mcfunction-viewer .command{color:#fa0;font-weight:700}.mcfunction-viewer .selector{color:#5ff}.mcfunction-viewer .coordinates{color:#5f5}.mcfunction-viewer .string{color:#f55}.mcfunction-viewer .comment{color:#7f7f7f}.mcfunction-viewer .number{color:#5f5}.mcfunction-viewer .execute-modifier{color:#f5f}.mcfunction-viewer .execute-condition{color:#f55}.mcfunction-viewer .dimension,.mcfunction-viewer .parameter{color:#5ff}.mcfunction-viewer .boolean{color:#fa0}.mcfunction-viewer .gamerule{color:#7fffd4}.mcfunction-copy-button{background:#333;border:1px solid #666;border-radius:.3em;color:#d4d4d4;cursor:pointer;flex-shrink:0;font-size:.8em;height:fit-content;margin-left:10px;opacity:0;padding:.4em .8em;position:sticky;right:.5em;top:.5em;transition:opacity .2s}.mcfunction-copy-button:hover{background:#444}.mcfunction-copy-button.success{background:#28a745;border-color:#28a745}.mcfunction-viewer:hover .mcfunction-copy-button{opacity:1}