/* Style */
.lists .nol li {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
}
.lists .Alph li {
  list-style-type: upper-roman;
}
.lists .alph li {
  list-style-type: lower-roman;
}
.lists .dec li {
  list-style-type: decimal;
}

/* Indentation */
.lists .unindent ul {
  margin-left: 0;
}