.mco-generate-content button{padding:20px;background:green;color:white;position:absolute;top:20px}
.author-editor-modal{position:fixed;z-index:10000;top:0;left:0;visibility:hidden;width:100%;height:100%}
.author-editor-modal.is-visible{visibility:visible}
.author-editor-modal-overlay{position:fixed;z-index:10;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);visibility:hidden;opacity:0;transition:visibility 0 linear .3s,opacity .3s;margin:0}
.author-editor-modal.is-visible .author-editor-modal-overlay{opacity:1;visibility:visible;transition-delay:0}
.author-editor-modal-wrapper{position:absolute;z-index:9999;top:6em;left:50%;width:52em;margin-left:-24em;background-color:#fff;box-shadow:0 0 1.5em rgba(0,0,0,0.4)}
.author-editor-modal-transition{transition:all .3s .12s;transform:translateY(-10%);opacity:0}
.author-editor-modal.is-visible .author-editor-modal-transition{transform:translateY(0);opacity:1}
.author-editor-modal-header{padding:1em}
.author-editor-modal-content{background:#efefef;padding:2em 4em 2em 4em}
.author-editor-modal-header{position:relative;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.06);border-bottom:1px solid #e8e8e8}
.author-editor-modal-close{position:absolute;top:0;right:0;padding:1em;color:#aaa;background:0;border:0}
.author-editor-modal-close:hover{color:#777}
.author-editor-modal-heading{font-size:1.125em;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#474747;font:normal bold 24px/34px Helvetica,Arial,Verdana,sans-serif;text-transform:none;text-align:center}
.author-editor-modal-content>*:first-child{margin-top:0}
.author-editor-modal-content>*:last-child{margin-bottom:0}
.mco-icon{text-align:center;padding:50px 0 10px 0}
.mco-icon .coral-Icon{font-size:5rem}
.edit-mode-modal .submit_wrapper{text-align:center;padding:20px 0 0 0}
.edit-mode-modal .submit_wrapper .btn-action{padding:10px 40px;background:#03a9f4;color:#fff;border:0}
.edit-mode-modal .submit_wrapper .btn-action:hover{background:#2196f3}
.author-editor-modal-close{position:absolute;right:auto;top:14px;width:32px;height:32px;opacity:.3;outline:0}
.author-editor-modal-close:hover{opacity:1}
.author-editor-modal-close:before,.author-editor-modal-close:after{position:absolute;left:15px;content:' ';height:33px;width:2px;background-color:#333;top:0}
.author-editor-modal-close:before{transform:rotate(45deg)}
.author-editor-modal-close:after{transform:rotate(-45deg)}