/* Custom styles */
.checkMark {
  list-style: none;
}

ul.checkMark li:before {
  content: '✓';
}