@-moz-document url-prefix() {
    .fill-in-the-blank-container .fitb-container {
        min-height: 0px !important;
    }
}

/* maal3 la8 stickers need to display on one line when in mobile view */
@media (max-width: 360px) {

    #hundred-chart-2 > div > div.hc-sticker-container.sc_1 > button {
        width: 70px;
        height: 70px;
    }

    #hundred-chart-2 > div > div.hc-sticker-container.sc_1 > button > img {
        width: 60px;
        height: 60px;
    }

    #hundred-chart-2 > .sc_1 > .hundred-chart-container > .hc-sticker-container  {
        display: inline-flex;
        justify-content: center;
    }

}

/*.fill-in-the-blank-container .fitb-body {
    font-size: 1.2rem !important;
    min-height: 200px !important;
    padding: 30px 10px 10px 10px !important;
}*/

.fill-in-the-blank-container .fitb-body {
    /*font-size: 1.2rem !important;*/
    min-height: 120px !important;
    padding: 30px 10px 10px 10px !important;
}

.fill-in-the-blank-container .fitb-buttons button {
    font-size: 1.2rem;
}

.fill-in-the-blank-container .fitb-container {
    min-height: fit-content !important;
}

.fill-in-the-blank-container .select-css {
    font-size: 1.2rem !important;
}

.fill-in-the-blank-container .fitb-sentence, .fill-in-the-blank-container .fitb-words {
	margin: 11px 20px !important;
}

.fill-in-the-blank-container .fitb-selectContainer.fitb-correctStatus {
    padding-top: 15px !important;
    height: 45px !important;
}



.multiple-choice-container * {
        font-size: 1.2rem !important;
}

.multiple-choice-container .mc-question-prompt {
    font-size: inherit !important;
    margin: 0px 0px 25px 0 !important;
    padding: 0px 40px 0px 20px;
    font-weight: 400 !important;
}


.matching-card-multiline img, .matched-cooldown img{
    top: -16px !important;
    right: -22px !important;
} 

.matching-container img {
    max-width: 100%;
    height: auto;
}