@media(max-width:1024px) {
    .winning-numbers span + span {
        margin-left: 10px;
    }
}
@media(max-width:768px) {
    header a.logo {
        width: 140px;
    }
    section.content {
        padding: 20px 0;
    }
    .winning-numbers span + span {
        margin-left: 0px;
    }
    table th {

        border-left: 1px solid #ccc!important;
    }

    /* table td { */
        /* display: block!important; */
        /* border-bottom: 0px solid #ccc!important; */
    /* border-right: 0px solid #ccc!important; */
    /* } */
}

@media(max-width:767px) {
    header a.logo {
        padding-top: 14px;
    }
    header a.logo img {
        max-height: 100px;
    }
    header.container-fluid {
        height: 120px;
    }
    .siteNav {
        margin:100px 0 0 0;
    }
    div.winning-numbers ul li {
        display: inline-block;
        margin-bottom:10px;
        width:40%;
        text-align: left;
    }
    .table-responsive.table-play {
        overflow-x: hidden;
    }
    .table-play .table {
        border-top:1px solid #D8D8D8;
    }
    .table-play .table tr {
        border-bottom:1px solid #D8D8D8;
        padding: 15px 0 20px;
        display: block;
    }
    .table-play .table td {
        width: 100% !important;
        display: block;
        border: 0;
        text-align: center;
        padding: 5px;
        font-size: 0.9rem;
    }
}

@media(max-width:480px) {

    #account {
        margin-top: 0px;
    }

}

.transaction-complete-msg{
    
    text-align: center;
    font-size: 22px;

}