/**
 * Handsontable RemoveRow extension. See `demo/buttons.html` for example usage
 */
.handsontable.htRemoveRow th.htRemoveRow {
  min-width: 15px;
}

.handsontable.htRemoveRow th.htRemoveRow div.minWidthProblemFix {
  width: 15px;
}

.handsontable.htRemoveRow tr:first-child th.htRemoveRow,
.handsontable.htRemoveRow tr:first-child td.htRemoveRow {
  border-top: 1px solid #FFF;
}

.handsontable.htRemoveRow th.htRemoveRow .btn {
  background-color: #BBB;
  border-radius: 9px;
  padding: 0 4px 0 4px;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  display: none;
}

.handsontable.htRemoveRow th.htRemoveRow .btn:hover {
  background-color: #777;
}