body {
  margin: 0;
  font-family: 'Roboto', 'Noto', sans-serif;
  min-height: 100vh;
  background-color: #eee;
}

/* Handsontable removeRow */
.handsontable.htRemoveRow th.htRemoveRow {
  text-align: center;
}

.handsontable.htRemoveRow tr:first-child th.htRemoveRow {
/*  border-top: 1px solid #CCC;*/
  border: none;
}

.handsontable.htRemoveRow th.htRemoveRow .btn {
  background-color: #BBB;
  border-radius: 50%;
  padding: 0 6px 0 6px;
  color: #FFF;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  display: none;
  margin: 2px auto 0 auto;
  width: 10px;
}

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

.htRemoveRow {
  border: none;
}
/* END Handsontable removeRow */
