.link_button, .quill-link-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #03874e;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #03874e;
    margin: 0 0 8px;
}
.quill-better-table-wrapper {
    overflow-x: auto;
    max-width: 92vw;
}
table.quill-better-table {
    table-layout: fixed;
    border-collapse: collapse; 
    /* width: 100% !important; */
}
table.quill-better-table td {
    border: 1px solid #000;
    padding: 2px 5px;
}
table.quill-better-table td .qlbt-cell-line {
    margin-bottom: 0;
    font-size: 14px;
}

ol {
    padding-left: 15px;
    counter-reset: list-counter;
    list-style: none;
}
ol li {
    margin-top: 10px;
    margin-bottom: 10px;
}
ol li[data-list=ordered]::marker,
ol li[data-list=checked]::marker,
ol li[data-list=unchecked]::marker,
ol li[data-list=bullet]::marker {
    content: '';
    display: none;
}
ol li[data-list=ordered]::marker {
    content: counter(list-item) ". ";
    display: none;
}
ol li[data-list=checked]:before,
ol li[data-list=unchecked]:before,
ol li[data-list=bullet]:before {
    display: inline-block;
    margin-left: -18px;
    margin-right: 7px;
    text-align: right;
    white-space: nowrap;
    width: .8rem;
    font-size: 2.2rem;
    line-height: .9;
}
ol li[data-list=ordered]:before {
    display: inline-block;
    margin-left: -18px;
    margin-right: 7px;
    text-align: right;
    white-space: nowrap;
    width: .8rem;
    /* content: counter(list-counter) ". "; */
}

ol li[data-list=checked],
ol li[data-list=unchecked] {
    pointer-events: none
}

ol li[data-list=checked] *,
ol li[data-list=unchecked] * {
    pointer-events: all
}

ol li[data-list=checked]:before,
ol li[data-list=unchecked]:before {
    color: #03874e;
    cursor: pointer;
    pointer-events: all
}

ol li[data-list=bullet]:before {
    color: #03874e;
    content: '\2022'
}

ol li[data-list=checked]:before {
    content: '\2611'
}

ol li[data-list=unchecked]:before {
    content: '\2610'
}

ol li[data-list=ordered] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-counter;
}

ol li[data-list=ordered]:before {
    /* content: counter(list-counter, decimal) '. ' */
}

ol li[data-list=ordered].ql-indent-1 {
    counter-increment: list-1
}

ol li[data-list=ordered].ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. '
}

ol li[data-list=ordered].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

ol li[data-list=ordered].ql-indent-2 {
    counter-increment: list-2
}

ol li[data-list=ordered].ql-indent-2:before {
    content: counter(list-2, lower-roman) '. '
}

ol li[data-list=ordered].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

ol li[data-list=ordered].ql-indent-3 {
    counter-increment: list-3
}

ol li[data-list=ordered].ql-indent-3:before {
    content: counter(list-3, decimal) '. '
}

ol li[data-list=ordered].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

ol li[data-list=ordered].ql-indent-4 {
    counter-increment: list-4
}

ol li[data-list=ordered].ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. '
}

ol li[data-list=ordered].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

ol li[data-list=ordered].ql-indent-5 {
    counter-increment: list-5
}

ol li[data-list=ordered].ql-indent-5:before {
    content: counter(list-5, lower-roman) '. '
}

ol li[data-list=ordered].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

ol li[data-list=ordered].ql-indent-6 {
    counter-increment: list-6
}

ol li[data-list=ordered].ql-indent-6:before {
    content: counter(list-6, decimal) '. '
}

ol li[data-list=ordered].ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

ol li[data-list=ordered].ql-indent-7 {
    counter-increment: list-7
}

ol li[data-list=ordered].ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. '
}

ol li[data-list=ordered].ql-indent-7 {
    counter-reset: list-8 list-9
}

ol li[data-list=ordered].ql-indent-8 {
    counter-increment: list-8
}

ol li[data-list=ordered].ql-indent-8:before {
    content: counter(list-8, lower-roman) '. '
}

ol li[data-list=ordered].ql-indent-8 {
    counter-reset: list-9
}

ol li[data-list=ordered].ql-indent-9 {
    counter-increment: list-9
}

ol li[data-list=ordered].ql-indent-9:before {
    content: counter(list-9, decimal) '. '
}