ul.circled_num,
ul.circled_ltr
{
  list-style-type: none;
  line-height:1.4em;

}

li.circled_num::before,
li.circled_ltr::before
{
  font-size: 1.4em;
  vertical-align:-10%;
  margin-left: -1em;
}


li.circled_num:nth-child(1)::before
{
  content: "\2460";
}

li.circled_num:nth-child(2)::before
{
  content: "\2461";
}

li.circled_num:nth-child(3)::before
{
  content: "\2462";
}

li.circled_num:nth-child(4)::before
{
  content: "\2463";
}

li.circled_num:nth-child(5)::before
{
  content: "\2464";
}

li.circled_num:nth-child(6)::before
{
  content: "\2465";
}

li.circled_num:nth-child(7)::before
{
  content: "\2466";
}

li.circled_num:nth-child(8)::before
{
  content: "\2467";
}

li.circled_num:nth-child(9)::before
{
  content: "\2468";
}

li.circled_num:nth-child(10)::before
{
  content: "\2469";
}

li.circled_num:nth-child(11)::before
{
  content: "\2470";
}

li.circled_ltr:nth-child(1)::before
{
  content: "\24B6";
}
