table[data-editable] input:not([type=checkbox]):not([type=radio]),
table[data-editable] textarea {
  /* border: 0; */
  display: block;
  resize: none;
  font: inherit;
  /* padding: 0; */
  margin: 0;
  outline: none;
  width: 100%;
  background: transparent;
}
table[data-editable] tbody td {
  cursor: text;
}
table[data-editable] tbody tr:last-child [data-remove] {
  visibility: hidden;
}
