mark {
    color: inherit !important;
    background-color: inherit !important;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
}

.doc {
    /* Temp fix to enlarge the with of the article content.
       With the default UI the value is calculated to be 40rem (~ max 100 char)
       With this change max char is about 120 char instead
       You would normally customize --rem-base in css/vars.css by cloning the default UI
    */
    max-width: 54rem;
}

.toc.sidebar .toc-menu {
    margin-right: .1rem;
    margin-left: 1.75rem;
}

.doc ul.checklist i.fa-check-square-o::before {
    content: "\2714"; /* 2611 2714  */
}

.doc .big {
    font-size: 125%;
}
