.layer-quiz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.quiz-message-start {

}


#message-start-pass, #message-start-fail, #message-start-pass-no-attempts, #message-start-fail-no-attempts {
    display: none;
}
#message-end-pass, #message-end-fail, #message-end-best, #message-end-pass-no-attempts, #message-end-fail-no-attempts, #message-end-best-no-attempts {
    display: none;
}



.quiz-button {
    /*position: absolute;*/
    cursor: pointer;
}

.quiz-answer {
    
}

.quiz-help {
    
}

.quiz-help-review {
    display: none;
}



.quiz-button {
    z-index: 1000;
}

#quiz-start {
    display: none;
    right: 670px;
    bottom: 192px;
}
#quiz-next {

    display: none;
}
#quiz-feedback {
    top: 75%;
    left: 60%;
    transform: translateX(-50%);
    display: none;
}
#quiz-feedback-window {
    z-index: 10000;
    position: absolute;
    padding: 12.5% 25%;
    top: -25%;
    left: -25%;
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.5 );
    color: #ffffff;
    display: none;
}
#quiz-feedback-next {
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}
#quiz-submit {

    display: none;
}
#quiz-try-again {

    display: none;
}
#quiz-review {

    display: none;
}

#quiz-finish {

    display: none;
}

#quiz-list {
    position: absolute;
/*    bottom: 14%;
    left: 17%;*/
    z-index: 1000;
}

.quiz-list-item {
    /*float: left;*/

    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz-list-item.correct {

}
.quiz-list-item.wrong {

}

