#content OL > LI {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#content OL > LI P, #content OL > LI UL {
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
#content OL > LI > UL {
  list-style-type: circle;
}
#content OL > LI > UL UL {
  list-style-type: none;
}
#content OL > LI > UL UL > LI {
  font-size: 0.9rem;
  margin-bottom: 0rem;
}
#content OL > LI > UL UL > LI:before {
  display: marker;
  font-size: 1rem;
  content: "*";
  padding-right: 0.7rem;
}
#content OL > LI > UL UL > LI + LI:before {
  content: "**";
  padding-right: 0.4rem;
}
