#checklist + ul {
  list-style-type: none;
  padding-left: 0;
}
  #checklist + ul li {
    list-style-type: none;
    margin-left: 1em;
    text-indent: -1.25em;
  }
    #checklist + ul li:before {
      content: "\2610";
      margin: 0 0.5em 0 0;
    }
