.game-access__wrapper form{
    justify-content: flex-start;
}
.game-wrapper__table table td:not(:first-of-type)::before{
    left: -43px !important;
}
.winner-col{
    padding: 49px 57px 44px;
}
.game-access__wrapper form .form-group{
    margin-right: 28px;
}
.game-access__wrapper form button{
    margin-left: auto;
}
.winner_announced.onethousand-winner-col svg path{
    fill: #FFBB38;
}
.onethousand-winner-col p{
    font-size: 18px;
    color: #A3A3BC;
    max-width: 318px;
    margin: 0 auto 30px;
}
.winner-col__crown svg{
    margin-bottom: 10px;   
}
.game-col__winner-list li{
    text-align: left;
    border-bottom: 1px solid rgba(163, 163, 188, 0.5);
    padding-bottom: 15px;
    margin-bottom: 14px;
}
@media(max-width: 767px){
    .game-access__wrapper .form-group{
        margin-right: 0 !important;
    }
    .game-access__wrapper form .form-group:last-of-type{
        margin-bottom: 10px !important;
    }
    .game-access__wrapper form{
        justify-content: space-between !important;
    }
    .game-access__wrapper button{
        margin: 0 auto !important;
    }
    .winner-col{
        padding: 35px 25px 25px !important;
    }
}