.game-bar {

    width: 100%;
    min-height: 80px;

}

#popular-center {

    padding: 0;

}

.box center {

    padding-bottom: 0 !important;

}

li {

    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-left: 5px;

}

ul a{

    color: #ddd !important;

}

ul {

    margin: 0 !important;
    padding: 0;
    list-style: none;

}

#search-category-container {

    width: 400px;
    height: 40px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;

}

#search-category-container input[type=text]{

    width: 200px;
    height: 17px;

}

#fg-fa-select-cntr {

    width: 100%;
    display: flex;
    flex-direction: row;

}

.fg-fa-btn {

    width: 50%;
    height: 35px;
    background-color: #3B5998;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid #538ADC;
    border-bottom: 1px solid #4273bd;
    border-right: 1px solid #538ADC;
    text-align: center;
    font-size: 13px;

}

.fg-fa-btn button {

    border: 0;
    background-color: transparent !important;
    color: #7fb2ff;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding-bottom: 6px !important;
    
}

.fg-fa-btn:hover {

    background-color: #3965a8;
    
}

.fg-fa-btn:active {

    background-color: #3460a3;
    
}

#fg-fa-btn-cstm {

    border-right: 0 !important;

}