.calc_311_game{
    border: 10px solid #137eb8;
    min-height: 500px;
    position: relative;
}
.calc_311_intro{
    text-align: center;
    padding: 30px 20px;
    font-size: 24px;
    color: #05223a;
}
.calc_311_count{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    z-index: 999;
}
#calc_311_game_logo{
    position: absolute;
    display: block;
    width: 100px;
    border-radius: 5px;
    z-index: 1000;
    border: 1px solid #137eb8;
}

