.ul-style-cjk {
    list-style-type:cjk-ideographic;
}
.ul-style-cjk>li {
    margin-bottom: 1rem;
    line-height: 170%;
}
.small-danger {
    font-size: 0.9rem;
    color: red;
}
.ul-none {
    list-style-type: none; 
}
.ul-none>li {
    margin-bottom: 0.2rem;
}
.ml2-l {
    margin-left: -2em;
}