ol.custom_arabian-bracket li::marker {
    content: counter(list-item) ") ";
}

ol.custom_lower-alpha-bracket li::marker {
    content: counter(list-item, lower-alpha) ") ";
}

ol.custom_many-lower-alpha-bracket li::marker {
    content: counters(list-item, "", lower-alpha) ") ";
}

ol.custom_upper-alpha-bracket li::marker {
    content: counter(list-item, upper-alpha) ") ";
}

ol.custom_many-upper-alpha-bracket li::marker {
    content: counters(list-item, "", upper-alpha) ") ";
}


ul.custom_tiret-list li::marker {
    content: '\2013' ' ';
}

thead tr td {
    font-weight: bold;
    text-align: center;
}