html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

ol[data-list-style-type='decimal'] {
    counter-reset: item;
}

    ol[data-list-style-type='decimal'] > li {
        display: block;
    }

        ol[data-list-style-type='decimal'] > li:before {
            content: counters(item, '.') '. ';
            counter-increment: item;
        }

.copy-confirmation {
    background-color: rgba(200,200,200,0.7);
    position: absolute;
    z-index: 100;
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: block;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    margin-bottom: 1px;
}

.crdoco-table-key-display {
    font-size: .8rem;
    font-style: unset;
    font-optical-sizing: none;
    font-weight: 350;
    font-family: system-ui;
    text-align: right;
}

.crdoco-table-key-display-header {
    text-align: right;
}

.form-group.form-check {
    padding-top: 0.5em;
}

.dz-preview {
    display: none;
}