.quiz-featured-image img {
    border-radius: 7px;
}
span.start-quiz-btn {
    font-family: Raleway, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #97afed;
    border-radius: 7px;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    max-width: 200px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}
.quiz-header {
    background-color: #97afed;
    margin: 20px 0px;
    border-radius: 7px;
    box-shadow: 0px 0px 8px #97afed;
    color: #fff;
}
.results {
    display: none;
    background-color: #97afed;
    color: #fff;
    padding: 50px 20px;
    margin: 30px;
    border-radius: 7px;
    text-align: center;
}
.quiz-questions {
    padding-bottom: 50px;
}
.quiz-questions button.answer-button {
    white-space: normal;
    text-align: center;
}
p.answer-description {
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
}
.see-all-quiz a {
    color: #fff;
    background-color: #3598db;
    padding: 10px;
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    border-radius: 7px;
    text-decoration: none;
}
.see-all-quiz a:hover {
    background-color: #fff;
    color: #3598db;
}
.retry-btn {
    background-color: #fff;
    color: #3598db;
    padding: 10px;
    border-radius: 7px;
    width: 200px;
    cursor: pointer;
    margin: auto;
}
.retry-btn:hover {
    color: #fff;
    background-color: #3598db;
}
.results p {
    font-size: 21px;
    font-weight: bold;
	padding-bottom:20px;
}
.quiz-first-content {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 7px;
    padding-bottom: 40px;
}
.start_quiz {
    padding-bottom: 50px;
}