.intro-box-game-tabs {
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    width: 560px;
    margin: 10px auto 0px auto;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
}

.intro-box-game-tab {
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 50%;
    display: inline-block;
    float: left;
    color: #fff;
}
    .intro-box-game-tab a {
        width: 100%;
        height: 100%;
        display: block;
        color: rgba(255, 255, 255, 0.50);
        text-decoration: none;
    }

        .intro-box-game-tab a.active {
            background-color: rgba(0, 0, 0, 0.0);
        }

        .intro-box-game-tab a.inactive {
            background-color: rgba(255, 255, 255, 0.15);
        }

            .intro-box-game-tab a.inactive:hover {
                color: rgba(255, 255, 255, 0.70);
                background-color: rgba(255, 255, 255, 0.10);
            }

.intro-box .game-info {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 15px !important;
    border-top: 0px;
    clear: both;
}


.intro-box h2 {
    display: none !important;
}


/*****************************************
MOBILE (LANDSCAPE)
*****************************************/
@media (max-width: 737px) {
    .intro-box-game-tabs {
        width: 100%;
    }
}
