ul li { 
  list-style-type: disc;
background: none;
padding: 0 0 0 10;

}

li { 
  list-style-type: disc;
}

li li { 
  font-size: 85%; 
  font-style: normal;
  list-style-type: circle;
  background: transparent;
  padding: 0 0 0 0;
}

li li li { 
  font-size: 65%; 
  font-style: normal;
  list-style-type: disc;
  background: transparent;
  padding: 0 0 0 0;
}
li li li li {
  list-style-type: circle;
  background: transparent;
  padding: 0 0 0 0;
}