<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.barRect {
    border: 2px solid #202020;
    border-radius: 12px;
    background-color: #E0E0E0;
    padding: 2px;
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    max-width: 800px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

    .barRect tr {
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .barRect td {
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        width: 33.3%;
    }

    .barRect th {
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        width: 33.3%;
    }

    .barRect tr:nth-child(2) {
        font-size: 16px;
        background-color: #909090;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .barRect td:nth-child(1) {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        background-color: green;
    }

    .barRect td:nth-child(3) {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        background-color: green;
    }    

.artRect {
    border: 1px solid gray;
    border-radius: 8px;
    background-color: #f8f8ff;
    padding: 5px;
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    max-width: 800px;
}

    .artRect th {
        font-size: 18px;
        font-weight: 500;
    }

.srcRect {
    border: 1px solid gray;
    border-radius: 8px;
    background-color: #f8ffff;
    padding: 5px;
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    max-width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

    .srcRect th {
        font-size: 18px;
        font-weight: 500;
    }

.useRect {
    border: 1px solid gray;
    border-radius: 8px;
    background-color: #f8fff8;
    padding: 5px;
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    max-width: 800px;
}

    .useRect th {
        font-size: 18px;
        font-weight: 500;
    }

.minTable {
    padding: 0px;
    margin: 0px;
}

@media only screen and (max-width : 979px)
{
    .infoBrick {
        width: 100%;
    }
}

@media only screen and (min-width : 990px)
{
    .infoBrick {
        width: 50%;
        float: left;
        min-height: 30px;
        display: inline-block;
    }
}

.sectionRect {
    display: inline-block;
    border: 1px solid #909090;
    border-radius: 7px;
    background-color: #d2eefa;
    padding: 6px;
    margin-bottom: 14px;
    font-family: roboto;
    font-size: 12px !important;
    font-weight: 500;
    color: black !important;
    width: 100%;
    min-height: 40px;
    max-width: 800px;
}

.sectionRectHI {
    display: inline-block;
    border: 1px solid #909090;
    border-radius: 7px;
    background-color: #c2ddfa;
    padding: 6px;
    margin-bottom: 14px;
    font-family: roboto;
    font-size: 12px !important;
    font-weight: 500;
    color: black !important;
    width: 100%;
    min-height: 40px;
    max-width: 800px;
}

.hintRect {
    display: inline-block;
    border: 1px solid #909090;
    border-radius: 7px;
    background-color: #f1fac5;
    padding: 6px;
    font-family: roboto;
    font-size: 12px !important;
    font-weight: 500;
    color: black !important;
    width: 100%;
    min-height: 40px;
    max-width: 800px;
}

.rectFullClean {
    display: inline-block;
    width: 100%;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.qTitle {
    color: black !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.siBut {
    display: block;
    word-break: keep-all;
    text-align: left;
    font-size: 14px !important;
    font-weight: 400;
    color: black !important;
    border-radius: 4px;
    cursor: pointer;
    border-color: rgb(118, 118, 118);
    border-style: outset;
    border-width: 2px;
    margin: 0px;
    background-color: rgb(239, 239, 239);
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    white-space: normal;
}

.noBut {
    display: inline-block;
    padding-top: 3px;
    padding-left: 3px;
    font-size: 14px !important;
    color: darkblue !important;
}

.siComb {

}

.noComb {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: darkblue !important;
}

.sourceBtn {
    cursor: pointer;
}

</pre></body></html>