.quote{
    font-size: 42px;
}
.my-panel{
    padding: 10px 60px 30px 60px;
}
.heading-panel{
    background-color: #101010;
    padding: 15px 60px 15px 60px;
    color: white;
    opacity: 0.5;
}
.tab-div{
    margin: auto;width: 410px;
}

.inner_game_box{
    width: 100%;
    padding: 5px;
}
.inner_app_box{
    width: 100%;
    padding: 5px;
}
.game_row{
    padding: 0px;
}
.game_img{
    width: 100%;
    height: auto;
}
.app_img{
    width: 100%;
    height: 200px;
}
.game_text_div{
    width: 100%;
    background-color: #3d7cfb;
    height: 35px;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 1%;
}
.app_text_div{
    width: 100%;
    background-color: #3d7cfb;
    height: 35px;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 1%;
}
.a_item{
    text-decoration: none;
}
.a_item:hover{
    text-decoration: none;
}
.game_img_div{
    width: 100%;height: 100%;padding-bottom: 3px;
}
.app_img_div{
    width: 100%;height: 100%;padding-bottom: 3px;
}
.tab_item{
    width: 200px;
    font-size: 22px;
    font-weight: 550;
    text-align: center;
}
.game_list_ul{
    list-style-type: none;width: 100%;padding-left: 0px;
}
.app_list_ul{
    list-style-type: none;width: 100%;padding-left: 0px;
}
.game_list_li{
    width: 33%;
    min-height: 20px;
    float: left;
}
.app_list_li{
    width: 25%;
/*    min-height: 20px;*/
    float: left;
}
@media screen and (max-width: 479px) {
    .game_list_li{
        width: 50%;
        min-height: 20px;
        float: left;
    }
    .app_list_li{
        width: 50%;
        min-height: 20px;
        float: left;
    }
    .game_img {
        width: 100%;
        height: 95px;
    }
    .app_img {
        width: 100%;
        height: 111px;
    }
}
   



