/* Enter Your Custom CSS Here */
ul {
  padding-bottom:5px;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

ol { 
  list-style-type: decimal; 
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom:5px;
}