﻿.card {
    background-repeat: no-repeat;
    padding: 15px;
    float: left;
    text-align: left;
    margin:10px;
}

    .card .hr {
        width: 30px;
        border-bottom: 2px solid #FFF;
    }

    .card h2 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 10px;
        text-align: left;
    }

    .card p {
        /*font-family: "Noto Sans Medium";*/
        color: #58595b;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 40px;
    }

.card-center {
    width: 261px;
    height: 425px;
    border: 4px solid #CCC;
    text-align: center;
    margin-bottom: 25px;
}

.game_view {
    text-align: left;
}


.game-area {
    padding: 60px 93px 117px;
    height: 575px;
    background-image: url(/Content/Areas/FinanceKnow/Fgame/game_bg1.png);
    background-repeat: no-repeat;
    color: #58595b;
}

    .game-area .white {
        margin-left: 93px;
        height: 400px;
        width: 664px;
        /*padding:50px 60px;*/
        display: block;
        /*border: 2px solid #333;*/
        background-color: white;
    }

    .game-area .title {
        padding: 30px;
        font-size: 14.16px;
    }

    .game-area .quizarea {
        margin-top: 40px;
        font-size: 9pt;
        /*border: 0.6px solid #CCC;*/
        text-align: center;
    }



.dice {
   margin-top:45px;
    height: 574px;
    /*background-image: url(/Content/Areas/FinanceKnow/Fgame/game_body_bg1.png);*/  
    background-repeat: no-repeat;
    color: #58595b;
}


.nav-tabs.nav-justified > .active > a {
    color: #00c0f3 !important;
    background-color: #fff !important;
    border-color: #00c0f3 !important;
    border-bottom: none !important;
    margin-bottom:50px;
    margin-top:20px;
}

.nav-tabs.nav-justified > li > a
{
    border-radius:0px !important;
    
}

.nav-tabs.nav-justified > li > a {
    color: #58595b !important;
    background-color: #f1f2f2 !important;
    border-bottom: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #00c0f3 !important;
    border-bottom: none !important;
    color: #00c0f3 !important;
}