.style-list-latin {
    list-style-type: lower-latin;
}

.style-list-square {
    list-style-type: square;
}

.style-list-none {
    list-style-type: none;
}

.text-black {
    color: #000000 !important;
}
