﻿.game-content {
    width: 665px;
    height: 420px;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 50px !important;
}

.quiz-heading {
    min-height: 70px;
    max-width:650px;
    padding-top: 30px;
    padding-bottom: 20px;
}

    .quiz-heading > div:first-child {
        font-size: 30px;
        color: #11bff1;
    }

    .quiz-heading > div:last-child {
        font-size: 13px;
        padding-top: 10px;
        font-weight: bold;
        color: #58595b;
    }

.quiz-answer {
    padding: 5px 30px;
    text-align: center;
    padding-top: 20px !important;
    font-size: 12px;
    color: #58595b;
}

    .quiz-answer table {
        table-layout: fixed !important;
    }

    .quiz-answer .quizcheckbox {
        margin: 10px auto;
    }

        .quiz-answer .quizcheckbox input[type="checkbox"] {
            margin: 0 auto !important;
            padding: 0 !important;
        }

.quiz-status {
    margin: 30px auto;
    text-align: center;
    height: 30px;
    color: #f15c5b;
    font-size: 17px;
    font-weight: bold;
}


.quiz-text {
    margin: 30px auto;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    height: 30px;
    color: #f15c5b;
    font-size: 17px;
    font-weight: bold;
    line-height:15px;
}

.multiarea{
    padding-top:30px;
}

.quiz-buttons a:link, a:hover {
    text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #58595b !important;
    text-decoration: none !important;
    outline: none;
}

.imgarea {
    width: 143px;
    height: 133px;
}

.btn-ox {
    border: none;
    width:186px;
    height:133px;
    border-radius:0;
    margin: 0 4px;
}

    .btn-ox.o {
        background: url("/Content/Areas/FinanceKnow/Fgame/btnO.png") no-repeat center center;
    }

    .btn-ox.x {
        background: url("/Content/Areas/FinanceKnow/Fgame/btnX.png") no-repeat center center;
    }

    .btn-ox.o:hover {
        background: url("/Content/Areas/FinanceKnow/Fgame/btnO_on.png") no-repeat center center;
    }

    .btn-ox.x:hover {
        background: url("/Content/Areas/FinanceKnow/Fgame/btnX_on.png") no-repeat center center;
    }