.tableEdit {
    table-layout: fixed;
}
.tableEdit textarea {
    border: 0;
    background-color: #ecf2fd;
    width: 100%;
    padding: 0;
    resize: none;
    outline: none;
    -moz-appearance: none;
    overflow: hidden;
}
.tableEdit textarea:focus {
    outline: none;
}
.tableEdit .edit-cell {
    outline: #4d90fe solid 1px;
    background-color: #ecf2fd !important;
}
.edit-cell-content {
    padding: 5px;
    position: absolute;
    background-color: rgba(2, 88, 248, 0.3);
    box-shadow: 5px 1px 30px -15px #000000;
}
.tableEdit .btn-panel > .btn[class*='del'] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tableEdit .btn-panel > .btn[class*='add'] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
