#quotesQuiz {
    width: 100%;
}

#quotesQuiz h3 { 
    font: normal 18px/1.3 Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0 0 11px 0;
}
#quotesQuiz ul { 
    font: 15px/1.5 Arial, Helvetica, sans-serif;
    margin: 0; 
    padding: 0;
    list-style: none; 
}
#quotesQuiz li strong { 
    display: block;
    background: #7598c9;
    color: #fff;
    list-style:none; 
    margin: 0px 0px 2px 0px; 
    padding: 11px;
}

#quotesQuiz li strong:hover {
    opacity: .7;
    cursor: pointer;
}
#quotesQuiz .question {
    border-top: 2px solid #eee;
    padding-top: 22px;
    margin-top: 22px;
}
#quotesQuiz .question:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
#quotesQuiz .answer {
    display: none;
    font-weight: normal;
}

#quotesQuiz .answered ul {
    display: table;
    width: 100%;
}
#quotesQuiz .answered li {
    display: table-row;
}
#quotesQuiz .answered strong,
#quotesQuiz .answered .answer {
    display: block;
    border-bottom: 2px solid #fff;
}
#quotesQuiz .answered li strong:hover {
    cursor: default;
    opacity: 1;
}
#quotesQuiz .answered .answer {
    padding: 11px;
    color: #888;
    background-color: #f7f7f7;
    margin-top: -2px;
}
#quotesQuiz .answered .correct .answer {
    color: #333;
}

#quotesQuiz .answered .correct b,
#quotesQuiz .answered .incorrect b {
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 6px;
    margin-right: 3px;
    border-radius: 2px;
}
#quotesQuiz .answered .correct b {
    background-color: #AA6A21;
}
#quotesQuiz .answered .incorrect b {
    background-color: #777;
}

#quotesQuiz .answered .correct strong {
/*    background-color: #17807E; */
    background-color: #EAAA61;
}
#quotesQuiz .answered .incorrect strong {
    background-color: #bbb;
}
#quotesQuiz .img.answered .incorrect img {
    opacity: .5;
}

#quotesQuiz .img.answered ul,
#quotesQuiz .img.answered li,
#quotesQuiz .img.answered strong,
#quotesQuiz .img.answered .answer {
    display: block;
}
#quotesQuiz .img.answered .answer {
    background-color: transparent;
    text-align: center;
}
#quotesQuiz .img.answered .correct strong {
    background-color: transparent;
    border: 2px solid #F8E2CA;
}
#quotesQuiz .img.answered .incorrect strong {
    background-color: transparent;
    border: 2px solid #eee;   
}

#quotesQuiz .caption {
    font: 13px/1.5 Arial, Helvetica, sans-serif;
    color: #333;
    margin: 10px 0px 0px 10px;
    display: block;
}

#quotesQuiz .credits {
    font: 11px/1.5 Arial, Helvetica, sans-serif;
    color: #333;
    margin: 12px 0px 0px 0px;
    font-style: italic;
}

@media (max-width: 480px) {
    #quotesQuiz .noimg.answered ul,
    #quotesQuiz .noimg.answered li,
    #quotesQuiz .noimg.answered strong,
    #quotesQuiz .noimg.answered .answer {
        display: block;
    }
    #quotesQuiz li strong {
        width: auto;
        margin-bottom: 6px;
    }
    #quotesQuiz .noimg.answered .answer {
        padding-top: 0;
    }
    #quotesQuiz .img li {
        float: none;
        width: auto;
        max-width: 200px;
        margin: 0 auto;
    }
}