.bw-table {
  border-collapse: separate;
  border-spacing: 0;
}
.bw-table td {
  position: relative;
  border: 1px solid #ccc;
  empty-cells: show;
  height: 22px;
  padding: 4px;
  background-color: #fff;
  font-size: 12px;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
}

.bw-table-cell-input {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 4px;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-sizing: border-box;
  resize: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  border: none;
}

.ibw-platform-osx-firefox .bw-table-cell-input,
.ibw-platform-osx-firefox .bw-table-cell-input {
  top: -1px;
}

.readonly .bw-table-cell-input {
  display: none;
}

.editing > .bw-table-cell-input {
  opacity: 1;
}

.editing .bw-table-cell-contents {
  opacity: 0;
}
