div#main li { 
  list-style-type: circle; 
  list-style-position: inside;
}

div#main ul {
  padding: 0; 
  margin-bottom: 10px;
}


