/* Aufzählungszeichen ersetzen
----------------------------------------*/

.jtpl-section-main ul, .jtpl-section-main li {
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 6px;
}
.content-options ul {
    padding: 0 0 0 16px;
}

.n {padding:2px;}

/*
.mce-content-body li {
    list-style-type: circle !important;
}
*/

/* > */
/*.mce-content-body li:before,*/
.char li:before { 
    content: "\003E" " "; 
    font-weight: bold;
    margin-left: -12px;
    color: #0096cd;
}    


/* bullet */
.mce-content-body li:before,
.char1 li:before {
    content: "\2022" " "; 
    font-weight: bold;
    margin-left: -12px;
} 

