li {
    list-style: none;
}

ul > li, ol > li {
    color: var(--color-text);    
}

ul > li::before, ol > li::before  {
    color: var(--color-primary);
    content: "\2022"; 
    font-size: 1.5em;
    display: inline-block;
    position: relative;
    left: -0.3em;
    top: 0.15em;
}

pre > code {
    white-space: pre;
}

@media print {
    #Logo::after {
        content: "3";
        top: -4.2cm;
        right: 1.5cm;
        
    }
}

@page:left {
    @bottom-center {
        content: "RealObjects Nimbudocs Editor " string(version) " " string(doctitle);
    }
}

@page:right {
    @bottom-center {
        content: "www.nimbudocs.com";
    }
}

table.management td:first-of-type {
    width: 5cm;
}

[data-condition='documentation'] .informaltable {
    break-after: auto;
}

dd {
    break-inside: auto;
}

[data-condition='documentation'] table.props {
    break-inside: avoid;
}

#ToolbarDocumentation table {
    table-layout: fixed;
}

#ToolbarDocumentation table td:nth-of-type(1) {
    width: 3cm;
}

#ToolbarDocumentation table td:nth-of-type(2) {
    width: 7cm;
}
