*:not(body .p-editor-container *),
*:not(body .p-editor-container)::before,
*:not(body .p-editor-container)::after {
    text-transform: capitalize;
    font-weight: bold;
}

input,
textarea,
.ql-editor,
.ql-blank,
.ql-blank *,
.ql-editor * {
    text-transform: none !important;
}

button {
    text-transform: capitalize;
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: auto;
    margin: 0 auto;
    position: relative;
}

table * {
    position: relative;
}

table td,
table th {
    padding-right: 16px;
}

table thead tr {
    height: 60px;
    font-size: 16px;
}

table tbody tr {
    height: 48px;
}

table tbody tr:last-child {
    border: 0;
}

table td.c,
table th.c {
    text-align: center;
}

table td.r,
table th.r {
    text-align: right;
}

@media screen and (max-width: 35.5em) {
    table {
        display: block;
    }

    table tbody tr {
        height: auto;
        padding: 16px 0;
    }

    table tbody tr td {
        padding-right: 20px;
        margin-bottom: 12px;
    }

    table tbody tr td:last-child {
        margin-bottom: 0;
    }
}

blockquote {
    color: white;
    text-align: center;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #006db3;
    border-radius: 1px;
}

.resultUnit {
    text-transform: none !important;
}
