.ql-align-center {
    text-align: center; !important;
}

.ql-align-justify {
    text-align: justify; !important;
}

.ql-align-right {
    text-align: right; !important;
}

.ql-align-left {
    text-align: left; !important;
}

li {
    list-style-type: none;
}

li[data-list=bullet] > .ql-ui:before {
    content: '\2022';
    padding-right: .2em;
}

li[data-list=unchecked] > .ql-ui:before {
    /*content: '\2610';*/
    content: '';
    padding-right: .2em;
}

li[data-list=ordered] > .ql-ui:before {
    content: counter(list-0, decimal) '. ';
    padding-right: .2em;
}

.ql-tooltip {
    z-index: 1000;
}