<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .skill-files-title {
    font-we
} */
.syllabi-results-long {
    width: 100% !important;
}


.collection-section {
    /* margin-top: 20px; */
    /* border: solid 1px rgb(210, 210, 210); */
    padding: 20px 0px;
    width: calc(100% - 0px);
    /* width: 100%; */
    /* border-radius: 10px; */
    padding-top: 0px;
    /* background-color: rgb(247, 247, 247); */
    /* border: solid 1px rgb(236, 236, 236); */
    background-origin: 10px;
    margin: 20px 0px;
    /* margin-left: 5px; */

}

.collection-section-title {
    /* position: sticky; */
    top: 49.5px;
    /* width: calc(100% - 20px); */
    /* width: 100%; */
    width: calc(100% - 30px);

    z-index: 5;
    /* background-color: white; */
    padding: 5px 5px;
    padding-bottom: 0px
        /* border-bottom: solid 1px rgb(239, 243, 244); */
        /* border-right: solid 1px rgb(239, 243, 244); */
    ;
    margin: 10px 0px;
    margin-left: 10px;
}

.collection-section-text {
    /* width: max-content; */
    width: calc(100% - 40px);
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    font-size: 1rem;
    font-weight: bold;
}

.collection-section-tally {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: rgb(239, 239, 239);
    border-radius: 50%;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 1.3px;
}

.collection-section-description {
    font-size: 0.8rem;
    color: grey;
    margin-top: 3px;
    /* width: 100px; */
    /* display: inline-block; */
    /* vertical-align: middle; */
}</pre></body></html>