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

@media print {
    .print\:none {
        display: none !important;
    }
    .print\:block {
        display: block !important;
    }
}
