.handsontableEditor.handsontable.listbox {
    z-index: 1000;
}
.handsontableInput { box-sizing: content-box !important; -webkit-box-sizing: content-box !important; }
.handsontable.handsontableEditor.listbox {
    margin-top: -5px;
    box-shadow: 0 3px 18px 1px #aaa;
    border: 1px solid #bfbfbf;
}
.handsontable.handsontableEditor.listbox table {
    border: 0;
}
.handsontable .autocompleteEditor.handsontable.htMacScroll {
    padding-right: 0;
    background: #fff;
}
.ht_clone_left .wtHolder { overflow: hidden; }

.rowHeader, .colHeader {
    cursor: default;
}