body{
    overflow-x:  hidden;
    margin-bottom: 80px;
}

table {
    border-collapse: collapse;
    border: solid 2px #999;
    display: inline-block;
}

.marknumber{
    background : radial-gradient(  #d5d8dc , #34495e ) !important;
    color : #FFF;
    font-weight: bold;
}

.numbertablecell{
    background : radial-gradient(#FFFFFF, #C0C0C0);
}

.numbersTable td {
    min-width: 3rem;
    line-height: 3rem;
    font-size : 1.5rem;
    padding : 0px 5px;
}

.ticket-table{
    width: auto;
}


.ticket-table tr td.ticketno{ 
    line-height: 1.5rem;
    font-size : 1rem;
    padding: 0 5px; 
}

.ticket-table tr td {
    min-width: 3rem;
    max-width: 3rem;
    line-height: 3rem;
    font-size : 1.5rem;
}

.bigNumberDisplay{
    background : radial-gradient(#FFFFFF, red);
    display: inline-block; 
    padding: 1rem 1.2rem;
    border-radius: 50%;   
    margin-bottom: 1rem;
    border: 2px dashed #C0C0C0;
}

.lastfivenos {
    margin-bottom: 20px;
    line-height: 3rem;
}

.lastnumber-1{
    font-size : 2rem !important;
}

span.lastnumber-2{
    font-size : 1.7rem  !important;    
}

span.lastnumber-3{
    font-size : 1.4rem  !important;    
}

span.lastnumber-4{
    font-size : 1.2rem  !important;    
}

span.lastnumber-5,
span.lastnumber-6{
    font-size : 1rem  !important;    
}

.lastfivenos span {
    padding: 0.3rem 0.5rem;
    border-radius: 50%;
    border: 2px dotted #000;
    margin: 5px;
    font-size: 1.5rem;
    background: radial-gradient(white, #C0C0C0);
    font-weight : bold;
}

.ticketno{
    width: 30%;
}  

@media screen and ( max-width : 750px ){
    table.numbersTable tr td {
        min-width: 2.5rem;
        line-height: 2.5rem;
        font-size : 1.3rem;
    }
    .ticket-table tr td.ticketno{ 
        line-height: 1.5rem;
        font-size : 1rem;
        padding: 0 5px;
    }
    .ticket-table tr td {
        line-height: 3rem;
        font-size : 1.5rem;
        min-width: 1.8rem;
    }   

}
@media screen and ( max-width : 480px ){
    table.numbersTable tr td {
        min-width: 2.4rem;
        line-height: 2.3rem;
        font-size : 1rem;
    } 
    
    .ticket-table tr td.ticketno{ 
        line-height: 1.5rem;
        font-size : 1rem;
        padding: 0 5px;
    }
    
    .ticket-table tr td {
        line-height: 2.2rem;
        font-size : 1.2rem;
    }   

}
