ul.letter>li {
    list-style-type: lower-alpha !important;
}
ul.roman-letter>li {
    list-style-type: lower-roman !important;
}
ul.none>li {
    list-style-type: none !important;
}
.collapse li {
    margin: 10px 0 !IMPORTANT;
}
