.list-none {
    list-style-type: none !important;
}
.list-disc {
    list-style-type: disc !important;
}
.list-decimal {
    list-style-type: decimal !important;
}
.list-roman {
    list-style-type: lower-roman;
}
.list-alpha {
    list-style-type: upper-alpha;
}
.list-lower-alpha {
    list-style-type: lower-alpha;
}