html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.answer-panel {
    display: flex;
    flex-direction: row;
    margin-top: 1em;
}

.answer-panel--hidden {
    display: none;
}

.answer-panel--visible {
    display: flex;
}

.answer-panel__button {
    
}

.answer-panel__text {

}

.feedback-text {
    cursor: pointer;
}

.lun-bg-light{
    background-color: #ededed;
    /*color: #0a53be;*/
}