.gamecomy{
    background: #fff;
    background-position-x: 50%;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    font-size: 13px;
    text-align: left;
}
.gamecomy a{
    color: #1681b2;
    text-decoration: none;
    font-weight: bold;
}
.gamecomy a:hover{
    color: #F9953D;
    text-decoration: underline;
}
.gamecomy p{
    font-size: 13px!important;
}
.gamecomy img{
    height: auto;
    max-width: 100%;
}
/* header section */
.gamecomy_head{}
.first-h2{
    background-color: #086cb3 !important;
    color: #ffffff;
    width: 100%;
    font-weight: bold;
    font-size: 9px;
    text-align: left;
    vertical-align: 20%;
    padding: 6px 15px;
    border-bottom: 2px solid #baf0ff;
}
.top_index{
    width: 100%;
}
.top_index ul{
    display: table;
    width: 100%;
}
.top_index li{
    background-color: #fff;
    font-size: 13px !important;
    display: table-cell;
    border-left: 1px solid #e0e0e0;
    border-bottom: 4px solid #e8e8e8;
    width: calc(100%/4);
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_index li:hover {
    border-bottom: 4px solid #ff8000 !important;
}
.top_index a{
    position: relative;
    display: block;
    color: #ff6000;
    transition: .3s;
    text-decoration: none;
    padding: 8px;
}
.top_index li a:hover{
    text-decoration: none!important;
    background: #fff5ec;
}
.top_index a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #f13875;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top_index a:active{
    top: 5px;
}
.gamecomy_head_img {
    max-width: 100%;
    margin: 0px 0px 0px 0px;
}
.tab-style{
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: left;
    vertical-align: 20%;
    padding: 3px 9px;
    border-radius: 3px;
    color: #2b150d;
    margin-top: -45px;
}
/* main section */
.gamecomy_main{
    padding: 0 20px 20px 20px;
}
.gamecomy h2{
    background-color: #95887a;
    color: #544747;
    font-size: 16px;
    padding: 8px 16px;
    border: 1px solid #ccb9a2;
    border-radius: 3px;
    background: #fffdf9;
    background: -moz-linear-gradient(top, #fffdf9 0%, #f9ece0 91%, #fcf8f4 100%);
    background: -webkit-linear-gradient(top, #fffdf9 0%,#f9ece0 91%,#fcf8f4 100%);
    background: linear-gradient(to bottom, #fffdf9 0%,#f9ece0 91%,#fcf8f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf9', endColorstr='#fcf8f4',GradientType=0 );
}
.gamecomy h3{
    color: #544747;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
    border-left: 0px solid #544747;
    border-bottom: 1px solid #544747;
    margin: 10px 0px 10px 0px;
}
.gamecomy h3:before{
    content: '';
    display: inline-block;
    position: relative;
    top: 0px;
    bottom: auto;
    background-image: url(/wp-content/uploads/2019/04/star.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 25px;
    height: 20px;
}
.gamecomy h4{
    color: #544747;
    border-left: 3px solid #ffc8ae;
    margin-top: 10px;
    padding: 0 0 0 7px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8em;
}
.gamecomy table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin: 10px 0px 10px 0px;
}
.gamecomy th{
    font-size: 12px;
    padding: 4px 8px;
    font-weight: bold;
    border: 1px solid #d2c39b;
    box-shadow: 0px 0px 25px rgba(200, 148, 0, 0.35) inset;
    background-color: #ffffff;
    text-align: center;
}
.gamecomy tr td{
    padding: 4px 8px;
    border-bottom: 1px solid #d2c39b;
    border-top: 1px solid #d2c39b;
    border-left: 1px solid #d2c39b;
    background-color: #fff;
    text-align: center;
}
.gamecomy table tr td:last-child {
    border-right: 1px solid #d2c39b;
}
a.linkbtn_orange {
    background-color: #ffffffcc!important;
    border: 2px solid #ff8d00;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 0px 8px 0px;
    margin: 5px 0px 10px 0px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    border-radius: 25px;
    color: #ff5200 !important;
}
a.linkbtn_orange:hover {
    color: #F9953D !important;
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
    text-decoration: none;
}
@media (max-width:414px){
.gamecomy_main{
    padding: 0 10px 10px 10px;
    }
.top_index li {
    font-size: 10px !important;
    }
}