
.mce-menubtn.mce-fixed-width span {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: auto !important;
}

.cm-s-material {
    background-color: #0b1424 !important;
    color: rgba(233, 237, 237, 1);
}
.CodeMirror {
    font-family: 'Noto Sans KR', sans-serif;
    height: 800px;
    color: #ffffff;
    font-weight: 300;
    line-height: 26px;

}

#block_footer_css_update{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #414444;
    color: #ffffff;
    cursor: pointer;
border: 1px solid;
}
#block_footer_css_update:hover{
    background-color: #d55050;
}

#code_area{
    width: 100%;
    padding: 20px 5px;
    display: flex;
    justify-content: space-between;
}


#d_bt_box .re_view_bt{
    border-left: 1px solid #232526;
    padding: 0 15px;
    background-color: #383a3b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
#d_bt_box .re_view_bt:hover{
    background-color: #4e5254;
}
