body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ProseMirror table{border-collapse:collapse;margin:10px}.ProseMirror td,.ProseMirror th{border:1px solid #ccc;text-align:center}.ProseMirror td{min-width:100px;width:150px}.ProseMirror img{display:inline-block;height:auto;max-width:300px}#editor-wrapper{height:100%;overflow:hidden}#editor-wrapper,.ck.ck-editor{display:flex;flex-direction:column}.ck.ck-editor{flex:1 1;min-height:0}.ck-editor__top{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.ck-editor__main{border-top:1px solid #eee;flex:1 1;min-height:0;overflow-y:auto;padding-bottom:16px}.loading-container{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.loading-spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#9fc131;height:50px;width:50px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}