﻿.quiz-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.quiz-featured-image img {
    width: 100%;
    height: auto;
}

.quiz-description {
    text-align: center;
}

.quiz-step {
    margin: 20px 0;
}

.quiz-step img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.quiz-step .question-description {
    margin-bottom: 15px;
}



.quiz-navigation {
    margin-top: 20px;
}


.quiz-counter {
    /*margin: 0 10px;*/

}

#quiz-result {
    /*text-align: center;*/
}

#result-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}