._123.w-tab-menu {
    height: 1px;
    opacity: 0;
}

.made-by-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-items: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    grid-column-gap: 7px;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-left: 15px;
}

.footer-small-text {
    color: #707070;
}

.made-by-link {
    align-self: center;
    padding-top: 3px;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(17, 17, 17, 0);
    opacity: 0.6;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    cursor: pointer;
}

.made-by-logo {
    display: block;
    height: 12px;
}

.made-wrapper {
    display: flex;
}

.submit-btn.in-quiz {
    margin-bottom: 15px;
}