.js-row { 
  cursor: pointer; cursor: hand; 
}

.js-row.checked {
  background-color: green;
}

.js-row.error {
  background-color: red;
}