@charset "UTF-8";
/*css build July 16, 2024*/

/*Reduce text size for matching ilo end feedback message*/
#matching-02_12 .success-message {
    font-size: inherit;
    left: 50%;
    top: 162px;
    max-width: 250px;
    width: 250px;
}

/* ILO Skiplink CC styles */
.ilo-brightspace-block div:not([class]) a[href$="iloEnd"],
.ilo-brightspace-block div:not([class]) a[href$="iloStart"] {
    background: #FFE8AA !important;
    color: #76232F !important;
}

#flashcards-02_07 .flash-card-back .cardTextBody {
    text-align: left;
}


@media (max-width: 500px) {
    #flashcards-02_07 .flash-card-back .cardTextBody {
        font-size: 1rem;
    }
    
    #flashcards-02_07 .content-container-all img {
        width: 100%;
    }
}