
.edit_wrapper {
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 2px;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 10pt;
    transform: translate(0, 0);
    top: 0;
    left: 0;
}

.burichan .edit_wrapper {
    backrgound-color: #d6daf0;
}

.pseud0ch .edit_wrapper {
    background-color: #C5AD99;
    border: double 4px black;
}

.futaba .edit_wrapper {
    background-color: #f0e0d6;
}

.fzf .edit_wrapper {
    background-color: #31b3b3;
}

.tinklebell .edit_wrapper {
    border: solid 2px #BCDBFF;
}

.edit_wrapper_off {
    display: none;
}

.edit_wrapper_on {
    display: absolute;
}


.edit_textarea {
    margin-top: 3px;
    max-width: 100%;
}

.futaba textarea {
    background: white !important;
}

.burichan textarea {
    background: white !important;
}

.tinklebell textarea {
    background: white !important;
}

.pseud0ch textarea {
    backrgound: white !important;
}


.edit_buttons {
    
}


/* EDIT_HEADER STYLES */
.edit_header {
    cursor: move;
    font-size: 10pt;
    text-align: center;
    padding: 0;
    height: 18px;
    line-height: 18px;
    font-weight: 700;
}

.burichan .edit_header {
    background-color: #98e;
    color: #000;
}

.futaba .edit_header {
    background-color: #ea8;
    color: #800;
}

.tinklebell .edit_header {
    background-color: #7ba3ff;
    color: black;
}

.pseud0ch .edit_header {
    color: black;
    background-color: #C5AD99;
    border: solid 1px black; 
}

.tomorrow .edit_header {
    background-color: #282a2e;
    color: #c5c8c6;
    border: 1px solid #515151;
}

/* EDIT_HEADER STYLES END */

.edit_close {
    cursor: pointer;
    width: 18px;
    height: 18px;
    float: right;
    color: black;
}

.edit_button_reset {
    width: 50%;
}

.edit_button_save {
    width: 50%;
}

.td_edit_active {
    background: #ffe8a1 !important;
    color: black !important;
}
