
.html-game-list-container {

    display: none;

    width: 100%;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

}

.html-game-list-container .html-game-list {

    display: block;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

}

.html-game-list-container .html-game-list .html-game-item {

    display: inline-block;

    width: 165px;
    height: auto;

    margin: 5px 20px 0 0;
    padding: 10px 0 20px 0;

    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 18px;

    text-align: center;

    border-radius: 10px;
}

.html-game-list-container .html-game-list .html-game-item:last-child { margin-right: 0px; }

.html-game-list-container .html-game-list .html-game-item.item-1 { background: linear-gradient(180deg, #4770f4, #2b53cc); }
.html-game-list-container .html-game-list .html-game-item.item-2 { background: linear-gradient(180deg, #81159b, #610777); }
.html-game-list-container .html-game-list .html-game-item.item-3 { background: linear-gradient(180deg, #8fafd8, #7C99BE) }
.html-game-list-container .html-game-list .html-game-item.item-4 { background: linear-gradient(180deg, #2961A7, #164D93); }

.html-game-list-container .html-game-list .html-game-item .item-logo {

    display: block;

    width: auto;
    height: auto;

    margin: 0 0 10px 0;
    padding: 0 0 0 0;

}

.html-game-list-container .html-game-list .html-game-item .item-title {

    display: block;

    width: auto;
    height: auto;

    margin: 0 0 10px 0;
    padding: 0 0 0 0;

    font-size: 20px;
    line-height: 25px;
}

.html-game-list-container .html-game-list .html-game-item .item-info {

    display: block;

    width: auto;
    height: auto;

    margin: 0 0 35px 0;
    padding: 0 0 0 0;

    font-size: 20px;
    line-height: 25px;
}

.html-game-list-container .html-game-list .html-game-item .item-command {

    display: block;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

}

.html-game-list-container .html-game-list .html-game-item .item-command a {

    width: auto;
    height: auto;

    padding: 8px 25px;
    margin: 0 0 0 0;

    background-color: #05ce05;
    border-radius: 50px;
        
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #fff;
}

.html-game-list-container .html-game-list .html-game-item .item-command a:hover {
    background-color: #0df90d;
}