#spacer {
    height: 705px;
}

#backgroundImage {
    top: 10px;
    left: -20px;
    position: absolute;
}

#imgMouse {
    display: block;
    margin: 0px auto;
    z-index: 2;
}

#overlayCanvas1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}

#overlayCanvas2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}

#leftRightBtnsContainer {
    top: 20px;
    left: 255px;
    width: 250px;
    height: 95px;
    position: absolute;
    background-color: #C0C0C0;
    visibility: hidden;
    display: none;
}

#btnLeft {
    top: 10px;
    left: 10px;
    width: 110px;
    height: 70px;
    position: absolute;
    font: bold 12pt Arial;
    background-color: #ffce63;
}

#btnRight {
    top: 10px;
    left: 130px;
    width: 110px;
    height: 70px;
    position: absolute;
    font: bold 12pt Arial;
    background-color: #ffce63;
}

#checkAnswerContainer {
    top: 20px;
    right: 25px;
    width: 225px;
    height: 120px;
    position: absolute;
    /* background-color: #C0C0C0; */
}

/*
#btnCheck {
    top: 10px;
    left: 0px;
    width: 100px;
    height: 40px;
    position: absolute;
    font: bold 10pt Arial;
    background-color: #00ff00;
}
*/

#btnCheck {
    top: 10px;
    left: 0px;
    width: 100px;
    height: 40px;
    position: absolute;
    font: bold 10pt Roboto;
    color: white;
    background-color: #5555ff;
    border-radius: 8px;
}

/*
#btnNewProb {
    top: 10px;
    left: 120px;
    width: 120px;
    height: 40px;
    position: absolute;
    font: bold 10pt Arial;
    background-color: #00ff00;
}
*/

#btnNewProb {
    top: 10px;
    left: 120px;
    width: 120px;
    height: 40px;
    position: absolute;
    font: bold 10pt Roboto;
    color: white;
    background-color: #5555ff;
    border-radius: 8px;
}

/*
#btnSeeHint {
    top: 70px;
    left: 120px;
    width: 120px;
    height: 40px;
    position: absolute;
    font: bold 10pt Arial;
    background-color: #ffd0ff;
}
*/

#btnSeeHint {
    top: 70px;
    left: 120px;
    width: 120px;
    height: 40px;
    position: absolute;
    font: bold 10pt Roboto;
    color: white;
    background-color: #5555ff;
    border-radius: 8px;
}

#feedbackButton {
    top: 195px;
    right: 10px;
    width: 120px;
    height: 40px;
    position: absolute;
    font: bold 10pt Roboto;
    /* background-color: #c0c0ff; */
    background-color: #ffc0c0;
    border-radius: 8px;
    cursor: pointer;
}

/*
#scoreButton {
    top: 30px;
    left: 15px;
    width: 210px;
    height: 25px;
    position: absolute;
    font: bold 10pt Arial;
    background-color: #00ff00;
    cursor: pointer;
}
*/

#scoreButton {
    top: 30px;
    left: 15px;
    width: 210px;
    height: 25px;
    position: absolute;
    font: bold 10pt Roboto;
    color: red;
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
}

#scoreTable {
    top: 60px;
    left: 15px;
    position: absolute;
    width: 205px;
    height: 150px;
    background-color: #ffffff;
    border: 3px solid #53b4ff;
    z-index: 999;
    text-align: left;
}

#scoreTable label {
    font: bold 11pt Arial;
    color: #000000;
}

#scoreTable div {
    font: bold 18pt Arial;
}

#problemsTriedLabel {
    top: 17px;
    left: 10px;
    position: absolute;
}

#problemsTried {
    top: 10px;
    left: 185px;
    position: absolute;
    color: #0000ff;
}

#problemsCorrectLabel {
    top: 67px;
    left: 10px;
    position: absolute;
}

#problemsCorrect {
    top: 60px;
    left: 185px;
    position: absolute;
    color: #0000ff;
}

#problemsCorrectOnFirstLabel {
    top: 117px;
    left: 10px;
    position: absolute;
}

#problemsCorrectOnFirst {
    top: 110px;
    left: 185px;
    position: absolute;
    color: #0000ff;
}

#divShowAnswer {
    top: 160px;
    right: 25px;
    width: 500px;
    height: 120px;
    position: relative;
    font: bold 8pt Arial;
    /* background-color: #f0f0f0; */
    background-color: #e0e0e0;
    border: 2px solid black;
    display: none;
}

#showAnswerCanvas1, #showAnswerCanvas2, #showAnswerCanvas3, #showAnswerCanvas4, #showAnswerCanvas5, #showAnswerCanvas6  {
    position: absolute;
    top: 35px;
    left: 31px;
    background-color: #ffff40;
}

#hintText  {
    position: absolute;
    top: 8px;
    left: 30px;
    margin: 0;
    color: blue;
    font: bold 12pt Roboto;
}

#btnShowAnswer {
    top: 85px;
    left: 270px;
    width: 100px;
    height: 25px;
    position: absolute;
    font: bold 10pt Arial;
    background-color: #c0ffff;
}

#btnCloseDivShowAnswer {
    top: 85px;
    left: 390px;
    width: 100px;
    height: 25px;
    position: absolute;
    font: bold 10pt Arial;
    background-color: #c0ffff;
}

#divProblemCategory {
    top: 20px;
    right: 5px;
    position: absolute;
    width: 270px;
    height: 225px;
}

#problemInfo {
    top: 470px;
    left: 10px;
    width: 200px;
    height: 50px;
    position: absolute;
    font: bold 10pt Arial;
    background-color: #C0C0C0;
}

#gameTopHdg {
    top: 0px;
    left: 10px;
    position: absolute;
}

#gameTopHdg h1 {
    width: 100%;
    text-align: center;
    color: blue;
}

#gameInstructions {
    position: absolute;
    top: 70px;
    left: 10px;
    text-align: left;
    color: blue;
}

#modalDialogsContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
}

#MDBox1 {
    top: 350px;
    left: 139px;
    position: relative;
    width: 222px;
    height: 210px;
    background-color: #E7E7E7;
    border: 5px solid #31ADCE;
    z-index: 1000;
    font: bold 8pt Arial;
}

#MDBox1 h2 {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

#MDBox1 button {
    position: absolute;
    top: 130px;
    left: 167px;
    width: 35px;
    height: 34px;
	 border: 1px solid black;
	 line-height: 34px;
    text-align: center;
    font: bold 12pt Arial;
    opacity: 1;
}

#MDBox2 {
    top: 350px;
    left: 135px;
    position: relative;
    width: 230px;
    height: 273px;
    min-height: 172px;
    background-color: #E7E7E7;
    border: 5px solid #31ADCE;
    z-index: 1000;
    font: bold 8pt Arial;
}

#MDBox2 h2 {
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
    z-index: 2;
}

#MDBox2 button {
    position: absolute;
    top: 210px;
    left: 170px;
    width: 40px;
    height: 40px;
	 border: 1px solid black;
    text-align: center;
    font: bold 12pt Arial;
    opacity: 1;
}

#MDBox2p1 {
    text-align: left;
    font: bold 12pt Arial;
}

#MDBox2p2 {
    text-align: left;
    font: bold 12pt Arial;
}

#MDBox3 {
    top: 350px;
    left: 139px;
    position: relative;
    width: 222px;
    height: 210px;
    background-color: #E7E7E7;
    border: 5px solid #31ADCE;
    z-index: 1000;
    font: bold 12pt Arial;
}

#MDBox3 h2 {
    margin-top: 10px;
    text-align: center;
}

#MDBox3 button {
    position: absolute;
    top: 130px;
    left: 165px;
    width: 40px;
    height: 40px;
	 border: 1px solid black;
    text-align: center;
    font: bold 12pt Arial;
    opacity: 1;
}

#MDBox3p1 {
    top: 100px;
    left: 5px;
    position: absolute;
    text-align: left;
    font: bold 12pt Arial;
}

#MDBox3p2 {
    top: 120px;
    left: 5px;
    position: absolute;
    text-align: left;
    font: bold 12pt Arial;
}

#MDBox4 {
    top: 300px;
    left: 0px;
    position: relative;
    width: 520px;
    height: 380px;
    background-color: #FFFFFF;
    border: 5px solid #31ADCE;
    z-index: 1000;
    font: bold 12pt Arial;
    text-align: left;
}

#screen1h2 {
    position: absolute;
    margin-top: 0px;
    top: 20px;
    left: 160px;
    font: bold 16pt Arial;
    color: #0f1ee3;
}

#screen1h3 {
    position: absolute;
    top: 40px;
    left: 25px;
    text-align: left;
    font: bold 14pt Arial;
    color: black;
}

#lblname {
    position: absolute;
    top: 110px;
    left: 25px;
    font: bold 12pt Arial;
    text-align: left;
}

#name {
    position: absolute;
    top: 110px;
    left: 120px;
    width: 300px;
    font: bold 12pt Arial;
    text-align: left;
}

#lblemail {
    position: absolute;
    top: 140px;
    left: 25px;
    font: bold 12pt Arial;
    text-align: left;
}

#email {
    position: absolute;
    top: 140px;
    left: 120px;
    width: 300px;
    font: bold 12pt Arial;
    text-align: left;
}

#lblcomments{
    position: absolute;
    top: 170px;
    left: 25px;
    font: bold 12pt Arial;
    text-align: left;
}

#comments {
    position: absolute;
    top: 170px;
    left: 120px;
    text-align: left;
}

/*
#MDBox4 label {
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
}
*/

#close4 {
    position: absolute;
    top: 332px;
    left: 160px;
    font: bold 10pt Arial;
    background-color: #C0C0C0;
    cursor: pointer;
}

#screen2h2 {
    position: absolute;
    margin-top: 0px;
    top: 30px;
    left: 190px;
    font: bold 16pt Arial;
    color: #0f1ee3;
}

#screen2h3 {
    position: absolute;
    top: 80px;
    left: 100px;
    font: bold 14pt Arial;
    color: black;
}

#close5 {
    position: absolute;
    top: 180px;
    left: 220px;
    font: bold 10pt Arial;
    background-color: #C0C0C0;
    cursor: pointer;
}

#submitFeedbackButton {
    position: absolute;
    top: 330px;
    left: 300px;
    font: bold 12pt Arial;
    background-color: #00ff00;
    cursor: pointer;
}

#MDBox4 input[type=text],
#MDBox4 textarea {
    font: bold 10pt Arial;
}

#hintButton {
    position: relative;
    top: -50px;
    left: -30px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(219, 87, 5, 1);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.5em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    margin: 10px auto;
    width: 60px;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

#hintButton:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    position: relative;
    top: -54px;
}

#hintExplanation {
    display: none;
    position: relative;
    top: -30px;
    text-align: center;
    width: 210px;
    padding-left: 10px;
}

#hiddenOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 133%;
    width: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.0);
}

#imgDog1 {
    position: relative;
    top: -45px;
    left: -30px;
}

#imgDog2 {
    position: relative;
    top: -40px;
    left: -30px;
}

#imgDog3 {
    position: relative;
    top: -40px;
    left: -30px;
}

.hidden {
    display: none;
}

.show {
    display: block;
}