ul.stct-even-cells {
    width: 100%;
    display: table;
}

ul.stct-even-cells>li {
    display: table-cell;
    text-align: center;
    cursor: pointer;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}

ul.stct-array {
    float: left;
    /*width: 100%;*/
}

ul.stct-array > li{
    float: left;
    min-width: 1em;
    min-height: 1em;
    box-sizing: border-box;
}


ul.stct-game-list>li>div>button {
    background: -webkit-linear-gradient(#CA943E, #684002);
    /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#CA943E, #684002);
    /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#CA943E, #684002);
    /* Firefox 3.6-15 */
    background: linear-gradient(#CA943E, #684002);
}

ul.stct-game-list>li>div>button:hover {
    background: linear-gradient(#684002,#CA943E);
}





ul.stct-game-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.stct-game-list>li {
    float: left;
    border-width: 0;
    /*border: solid 2px #333333;*/
    width: 20%;
    /*height: 8em;*/
    /*cursor: pointer;*/
    text-align: center;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
}

ul.stct-game-list li img {
    width: 100%;
    min-height: 100px;
}

ul.stct-game-list>li>div>button {
    border: none;
    cursor: pointer;
    padding: 0.7em;
    font-size: 0.8em;
}

/*ul[role="game-list"]>li>div>button:hover {

}*/

ul.stct-game-list>li>div {
    margin-bottom: 1em;
}


ul.stct-center-cells {
    overflow: hidden;
    display: block;
    text-align: center;
}
ul.stct-center-cells > li{
    /*float: left;*/
    /*margin-left: 1%;*/
    /*margin-right: 1%;*/
    display: inline-block;
    /*width: 10%;*/
    position: relative;
}


.stct-vertical-middle-block {
    display: block;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}


.stct-card {
    height: 150px;
    width: 250px;
    display: inline-block;
    position: relative;
}
.stct-card-bank {
    position: absolute;
    left: 140px;
    top: 13px;
    background: white;
    height: 20px;
    width: 100px;
    color: black;
    text-align: center;
}
.stct-card-account {
    position: absolute;
    left: 20px;
    top: 76px;
    background: white;
    height: 20px;
    width: 180px;
    color: black;
    text-align: center;
}
.stct-card-branch {
    position: absolute;
    left: 20px;
    top: 126px;
    background: white;
    height: 14px;
    width: 200px;
    color: black;
    font-size: 0.7em;
    text-align: left;
}











