/* _content/CinshAsist.Web/Pages/Catalog/Catalog.razor.rz.scp.css */
[b-a1xsd28045] .catalog-thumbnail img {
    width: 100% !important;
    float: left;
}

table tr td:first-child[b-a1xsd28045], table tr td:nth-child(3)[b-a1xsd28045] {
    width: 35%;
}


@media (max-width: 767.98px) {

    table tr td:first-child[b-a1xsd28045], table tr td:nth-child(3)[b-a1xsd28045] {
        width: 100%;
    }
    .panel[b-a1xsd28045] {
        padding: 0.5rem;
    }

    .no-more-table table[b-a1xsd28045],
    .no-more-table thead[b-a1xsd28045],
    .no-more-table tbody[b-a1xsd28045],
    .no-more-table th[b-a1xsd28045],
    .no-more-table td[b-a1xsd28045],
    .no-more-table tr[b-a1xsd28045] {
        display: block;
        width: 100%;
    }

    .no-more-table thead[b-a1xsd28045] {
        position: absolute;
        left: -9999px;
        top: -9999px;
    }

    .no-more-table tr[b-a1xsd28045] {
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: .375rem;
        background: #fff;
        overflow: hidden;
    }

    .no-more-table td[b-a1xsd28045] {
        position: relative;
        padding: .75rem .75rem .75rem 45%;
        border: none;
        border-bottom: 1px solid #dee2e6;
        text-align: left;
        min-height: 2.75rem;
    }

    .no-more-table td:last-child[b-a1xsd28045] {
        border-bottom: none;
    }

    .no-more-table td[b-a1xsd28045]::before {
        content: attr(data-title);
        position: absolute;
        left: .75rem;
        top: .75rem;
        width: 30%;
        padding-right: .5rem;
        font-weight: 600;
        white-space: nowrap;
    }
}
/* _content/CinshAsist.Web/Pages/Catalog/Detail.razor.rz.scp.css */
.toc ul[b-jfottckpe1] {
    list-style-type: none;
    padding-left: 1rem;
}

.toc > ul > li[b-jfottckpe1] {
    font-weight: bold;
}

.toc ul ul li[b-jfottckpe1] {
    font-weight: normal;
    margin-left: 10px;
}
