<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright eLearning Brothers LLC 2012 All Rights Reserved
 */

:focus {outline: 0; }


div.game div.buttons {
    padding-top: 20px;
    text-align: center;
    clear: both;
    width: 100%;
}
div.game {
    background: black 50% 50% no-repeat;
    width: 720px;
    height: 540px;
    background-size: cover;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 0;
    position: relative;
    overflow: hidden;
}
div.game div.logo3,
div.game div.logo2,
div.game div.logo1 {
    background: 50% 50% no-repeat;
    width: 0px;
    height: 0px;
    background-size: cover;
    position: absolute;
}

div.game a.button {
    cursor: pointer;
    display: inline-block;
    color: white;
    background: #3787e0;
    border-radius: 8px;
    line-height: 35px;
    height: 35px;
    font-size: 1.5em;
    padding: 4px 50px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);

    position: relative;
    z-index: 10;

    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7),  0 2px 5px rgba(0,0,0,0.15), inset 0 -17px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7),  0 2px 5px rgba(0,0,0,0.15), inset 0 -17px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 10px rgba(0,0,0,0.7),  0 2px 5px rgba(0,0,0,0.15), inset 0 -17px 0 rgba(0,0,0,0.10);

}

div.game a.button:hover {
    color: white;
    background: #3787e0;
}

div.game a.button:active {
    top:1px;
    left:1px;
}

div.game&gt;div {
    display: none;
}

div.game.step-0&gt;div.step-0,
div.game.step-1&gt;div.step-1,
div.game.step-2&gt;div.step-2,
div.game.step-3&gt;div.step-3,
div.game.step-4&gt;div.step-4,
div.game.step-5&gt;div.step-5 {
    display: block;
}

/* STEP 1 */
/* STEP 2 */
div.game div.step-2 {

}
div.game div.step-2-description {
    padding: 0px;
    background: white;
    border: 5px solid #CCC;
    margin: 0 auto;
    width: 600px;
    height: 290px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
div.game div.step-2-description&gt;div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    min-height: 100%;
}
div.game div.step-2-description&gt;div&gt;div {
    margin: 10px;
}
/* STEp 3*/

div.game div.score {
    color: red;
    font-weight: bold;
    font-size: 30px;
    z-index: 100;
    position: relative;
}

/* STEP 4 */
div.game .step-4.answered .question-choose-wrapper {
    display: none;
}
div.game .step-4 .buttons.buttons-confirm,
div.game .step-4.unanswered .buttons.buttons-continue,
div.game .step-4.unanswered .question-answered-block-wrapper{
    display: none;
}
div.game .step-4.unanswered.type-multiple .buttons.buttons-confirm {
    display: block;
}
div.game .step-4.answered.incorrect .question-answered-block-wrapper h1{
    color: #FF5555;
}
div.game .step-4.answered.correct .question-answered-block-wrapper h1{
    color: #55FF55;
}
div.game .step-4 div.buttons-continue a{
    min-width: 102px;
}

div.game .question-answered-block-wrapper {
    background: white;
    width: 300px;
    height: 232px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    float: left;
    margin-top: 0px;
}
div.game .question-answered-block-wrapper&gt;div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 120px;
    min-height: 120px;
}
div.game .question-answered-block-wrapper&gt;div&gt;div {
    margin: 10px;
}
div.game .vertical .question-answered-block-wrapper {
    margin: 0 auto;
    margin-top: 0px;
    float: none;
}

div.game .question-choose-wrapper {
    float: left;
    margin-top: 0px;
}
div.game .vertical .question-choose-wrapper {
    float: none;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
}
div.game .vertical .question-choose {
    text-align: center;
    margin: 0 auto;
}
div.game .vertical .question-choose .variant {
    float: none;
    display: inline-block;
    text-align: left;
    margin: 5px;

}
div.game .question-choose .variant {
    background: white;
    height: 60px;
    width: 300px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
    cursor: pointer;

    display: block;
}
div.game .question-choose .variant div.table {
    display: table;
    height: 100%;
    width: 100%;
    text-align: left;
    margin: 0px auto;
}
div.game  .question-choose .variant div.table&gt;div {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}
div.game  .question-choose .variant div.table&gt;div div {
    width: 100%;
}

div.game .question-block-wrapper {
    margin-top: 00px;
    margin-left: 25px;
    margin-right: 25px;
    float: left;
}
div.game .vertical .question-block-wrapper {
    float: none;
}
div.game .question-block-wrapper.transparent {
    background: transparent;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.game .question-block-wrapper.transparent&gt;div&gt;div {
    /*display: none;*/
}
div.game .question-block-wrapper.transparent&gt;div.question-block-wrapper-inner {
    background: transparent;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.game .question-block-wrapper&gt;div.question-image {
    background-size: cover;
    position: absolute;
}
div.game .question-block-wrapper&gt;div.question-image,
div.game .question-block-wrapper&gt;div.question-block-wrapper-inner {
    background:  0 0 no-repeat;
    width: 300px;
    height: 262px;
}
div.game .question-block-wrapper.vertical&gt;div.question-image,
div.game .question-block-wrapper.vertical&gt;div.question-block-wrapper-inner {
    width: 600px;
    height: 100px;
    margin: 0 auto;
}

div.game .question-block-wrapper&gt;div.question-block-wrapper-inner {
    background-size: cover;
    /*z-index: 10000;*/
    /*position: relative;*/
}
div.game .question-block-wrapper&gt;div.question-block-wrapper-inner&gt;div {
    margin-right: 230px;
    z-index: 10000;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    min-height: 100%;
    /*direction: rtl;*/
}
div.game .question-block-wrapper&gt;div.question-block-wrapper-inner&gt;div&gt;div {
    margin: 10px;
    /*direction: ltr;*/
}
/* STEP 5 */
div.game .result-block-wrapper {
    background: white;
    width: 600px;
    margin: 0 auto;
    height: 290px;
    border: 5px solid #ccc;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    margin-top: 50px;
}
div.game .result-block-wrapper&gt;div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 120px;
    min-height: 120px;
}
div.game .result-block-wrapper&gt;div&gt;div {
    margin: 10px;
}
div.game div.result-block div.score-description {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}
div.game .progressbar {
    position: absolute;
}
div.game .progressbar&gt;div {
    float: left;
}


/* SCIENTIST */
div.game div.scoreboard {
    position: absolute;
    width: 720px;

}
div.game #animation {
    width: 443px;
    height: 372px;
    position: absolute;
    z-index: 12;
}
div.game #animation {
    bottom: 180px;
    right: -25px;
}
div.game #animation #smlogo {
    width: 135px;
    height: 142px;
    position: absolute;
    background: url('../config/images/logo_sm.png') 0 0 no-repeat;
    z-index: 13;
    top: 150px;
    left: 160px;

}
div.game #animation {
    display: block;
}

div.game #animationCanvas {
    position: absolute;
    z-index: 1;
}
div.game .game&gt;div {
    position: relative;
    /*z-index: 3;*/
}

div.game .vertical .question-choose-wrapper,
div.game .vertical .question-answered-block-wrapper,
div.game .vertical .question-block-wrapper {
    overflow: hidden;
    width: 557px;
    margin-left: 10px;
}
div.game .vertical .question-choose-wrapper,
div.game .vertical .question-answered-block-wrapper {
    width: 689px;
}

div.game .result-block-wrapper {
    margin-top: 0;
}

div.game div.score {
    z-index: 4;
}

body.gamebody {
    margin: 0 auto;
    width: 720px;
    height: 540px;
    /*padding: 50px;
    padding-top: 0px;*/
}
div.game div.time {
    display: none;
}
div.game div#texture {
    position: absolute;
    width: 720px;
    height: 540px;
    display: block !important;
}
div.game .quiz-results {
    position: absolute;
    bottom: 2px;
    right: 20px;
}</pre></body></html>