.loweralpha{
    list-style-type: lower-alpha !important;
}

.upperalpha{
    list-style-type: upper-alpha !important;
}

.arabic{
    list-style-type: decimal !important;
}