.btn-tq {
    width: auto !important;
    height: auto !important;
}

.btn-plugin {
    display: inline;
    text-align: center;

    color: white !important;
    text-shadow: 0.05em 0.05em black;

    font-size: 1.5em;
    font-weight: bold;
    margin-top: 0.5em;

    border-radius: 0.5em;
    border: solid var(--lblue-2);

    background-color: var(--lblue-1);

    padding: 0.25em;
}

.tq-smiley {
    position: relative;
    left: 45%;
    margin-top: 2%;
    max-width: 2em;
}

@media screen and (max-width: 900px) {
    .exercise-finish-modal {
        width: 92vw;
    }
    .btn-plugin {
        font-size: 1.2em;
    }

    .tq-smiley {
        left: 40%;
    }
}