ul {
    list-style-position: inside;
    padding-left: 0px;
}

li {
    padding-left: 0px !important;
}

ol { 
    list-style-type: upper-alpha; 
}
