.game-button{
    border:none;
    display:inline-block;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
}

.game-button{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}   

.game-button:hover{
    color:#000 !important;
    background-color:#ccc !important;
}

@media (hover: none) {
    /* Disable hover effects on game buttons for touch devices */
    .game-button:hover {
        color: inherit !important;
        background-color: inherit !important;
    }
}

.w3-active{
    color:#000 !important;
    background-color:#ccc !important;
}

.w3-no-wrap{
    white-space: nowrap;
}