I have set the list-style-type in CSS, but for some reason it\'s not showing it.
list-style-type
Because of your padding reset, the numbers are actually off to the left of the page. Try adding:
list-style-position: inside;