body {font-family:Arial, Helvetica, sans-serif;font-size:12px;height:100%;padding: 0; margin:0;}

#quiz-container ol  li {
    background: #f0f0f0;
    min-width: 989px;
    margin-bottom: 10px;
}
#quiz-container .intro {
    font-size: 15px;
    line-height: 23px;
}
.AddThisButtonBox {
    height: 20px;
}
#quiz-container {position: relative; padding: 20px 0 0 0;}
#quiz-container .fortheclassroom {
    position: absolute;
    left: 539px;
    top: 0;
    background: url(fortheclassroom.jpg) no-repeat;
    padding: 38px 0 0 8px;
    font-size: 11px;
}
a {color:#237dad; text-decoration: none;}
.gray {color: #979797;}
#quiz-container ol  li:after {content:"";display: block;clear: both;}
#quiz-container ol li .quiz-number {
    display: block;
    background: #DFDFDF;
    float: left;
    width: 50px;
    height: 59px;
    border-right: 2px solid #fff;
    margin-right: 18px;
    line-height: 59px;
    text-align: center;
    color: white;
    font-size: 21px;
    font-weight: bold;
}
#quiz-container ol  li .quiz-question {
    font-size: 16px;
    font-weight: bold;
    height: 59px;
    color: #434343;
    line-height: 59px;
    background: #f0f0f0;
    width: auto;
    float: left;
    margin: 0;
}
#quiz-container ol  li .quiz-question.long {
    line-height: 19px;
    padding-top: 13px;
    height: auto;
}
#quiz-container ol  li .quiz-answers {
    width: 204px;
    float: right;
    height: 59px;
    display: block;
    line-height: 59px;
}
#quiz-container ol  li button:hover {background: #9C9C9C;}
#quiz-container ol li button {
    background: #B8B8B8;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    height: 59px;
    line-height: 59px;
    text-align: center;
    cursor: pointer;
    border-left: 2px solid #fff;
    padding: 0;
    margin: 0;
    outline: none;
    display: block;
    float: left;
}
#quiz-container ol  li .quiz-answers.half button{
    width: 102px;
    display: block;
    float: left;
}
#quiz-container ol  li .quiz-answers.quart button{
    width: 51px;
}
#quiz-container ol  li button.correct {
    background: #88be6a;
}
#quiz-container ol  li button.incorrect {
    background: #b74343;
}
#quiz-container ol  li .quiz-result:before {
    content:"";
    display: block;
    clear: both;
}
#quiz-container ol  li .quiz-result{
    display: table;
    border-top: 2px solid #fff;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#quiz-container ol  li .quiz-variants {
    float: right;
    width: 378px;
    display: table;
}
#quiz-container ol  li .quiz-variants span {
    /* float: left; */
    height: 59px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px;
    width: 45%;
    line-height: 13px;
}
#quiz-container ol  li .quiz-result img {position:absolute;
z-index: 1;}
#quiz-container ol  li .quiz-result span {
    position: relative;
    width: 340px;
    /* right: 20px; */
    display: table-cell;
    /* top: 0; */
    height: 208px;
    vertical-align: middle;
    /* float: right; */
    z-index: 2;
    font-size: 16px;
    padding-right: 30px;
}
button.quiz-embed {
    background: #ccc;
    border:  none;
    font-size: 16px;
    outline: none;
    font-weight: bold;
    color: #fff;
    padding: 7px;
    float: right;
    margin: -40px 0 0px 0;
    cursor: pointer;
}
.quiz-embed-code textarea {
    width: 99%;
    float: right;
    margin-bottom: 20px;
    height: 100px;
}
button.quiz-embed:hover {
    background: #999;
}
button.quiz-embed:after {
    content:"";
    display:block;
    clear: both;
}
#quiz-container ol {
    list-style-position: inside;
    padding: 0;
    margin: 0;
    list-style: none;
    /* width: 989px; */
}
.quiz-results {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
}
.quiz-results.perfect {
    background: #88be6a;
}

.quiz-results.great {
    background: #6ab1be;
}

.quiz-results.pass {
    background: #a6a6a6;
}

.quiz-results.try {
    background: #b74343;
}
@media (max-width:768px) {

    button.quiz-embed {
    float: none;
    margin: 0px 0 0 0;
    clear: both;
    width: 100%;
    padding: 10px;
}
#quiz-container .intro:after {
    content:"";
    display:block;
    clear: both;
    margin: 0 0 14px;
}
#quiz-container ol li .quiz-number {
    float: none;

    width: 100%;
    height: 35px;
    line-height: 35px;
}
#quiz-container ol li  {
    min-width: 100%;
}
#quiz-container ol li .quiz-question {
    float: none;
    padding: 10px;
    text-align: center;
    line-height: 27px;
    height: auto;
}
#quiz-container ol li .quiz-answers {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    height: 45px;
    display: flex;
    justify-content: space-between;
}
#quiz-container ol li .quiz-answers.half button {
    width: auto;
    height: 45px;
    line-height: 30px;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 0 0 10px;
    padding: 0!important;
}
    #quiz-container ol li .quiz-answers.half button:last-child {
        margin-right: 10px;
    }
#quiz-container ol li .quiz-result span {
    display: block;
    width: 90%;
    padding: 10px 0;
    text-align: center;
    height: auto;
    margin: 0 auto;
}
#quiz-container ol  li .quiz-result img {
    position: relative;
    width: 190%;
    max-width: 190%;
}
#quiz-container ol li .quiz-variants {
    float: none;
    width: 100%;
    padding: 5px 10px;
}
#quiz-container ol li .quiz-answers.quart button {
    width: auto;
    height: 45px;
    line-height: 30px;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 0 0 10px;
    padding: 0!important;
}
    #quiz-container ol li .quiz-answers.quart button:last-child {
        margin-right: 10px;
    }
#quiz-container .fortheclassroom {
    position: relative;
    left: 0;
    font-size: 1em;
    padding-left: 0;
    margin: 10px 0;
}
#quiz-container .intro {
    line-height: 16px;
    font-size: 1em;
}
.fb_iframe_widget_fluid > span {
    height: auto!important;
    min-height: 60px;
}
}
