
.editor-action-btns button {
    margin-left: 8px;
}

.mj-right-editor {
    position: fixed;
    z-index: 1000;
    right: -600px;
    top: 0;
    width: 680px;
    height: 100%;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 4px;
}
.mj-right-editor.open {
    right: 0;
}
.mj-right-editor .panel-body{
    padding: 16px;
}

.mj-right-editor .panel-heading {
    height: 42px;
}

.mj-right-editor .input-group-addon {
    /*min-width: 100px;*/
}