.cc {
  margin: 5px;
}

ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}

ul li:before {
  content: "✦";
  position: absolute;
  left: 0;
}

ul {
}

