@charset "UTF-8";
ul {
  list-style: none; }

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