
.widget-beton-game-box-list {
    display: block;
    width: auto;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    margin-bottom:30px;
}

    .widget-beton-game-box-list .lottery-box {
        height: 110px;
        margin: 0 0 30px 0;
        padding: 0 0 0 20px;
        vertical-align: top;
        border-radius: 15px;
        box-shadow: rgb(0, 0, 0, 0.3) 0px 5px 15px;
    }
        .widget-beton-game-box-list .lottery-box .draw-date {
            text-align:center;
            border-top-right-radius:15px;
            border-bottom-right-radius:15px;
            background-color: #e1e5fe;
            margin:0;
            padding:0;
            height:100%;
            color:#333;
        }

        .widget-beton-game-box-list .lottery-box .lottery-box-body {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            color: #fff;
            text-align: left;
            text-decoration: none;
            
        }

        .widget-beton-game-box-list .lottery-box[data-drawing-in-progress="true"][data-lmsl="0"] .lottery-box-body {
            cursor: not-allowed;
        }

    .widget-beton-game-box-list .lottery-box-body .lottery-info {
        display: block;
        width: auto;
        height: auto;
        /*padding: 0 0px 0 10px;*/
        margin: 0 0 0 0;
        color: #333333;
        margin-top: 15px;
    }


    .widget-beton-game-box-list .lottery-box-body .lottery-info .lottery-name {
        font-size: 16px;
        font-weight: 400;
        color: #888888;
    }

    .widget-beton-game-box-list .lottery-box-body .lottery-info .lottery-prize {
        font-size: 26px;
        font-weight: 800;
        line-height: 2px;
        margin: 4px 0 0 0;
        color: #333333;
    }

        .widget-beton-game-box-list .lottery-box-body .lottery-info .lottery-prize .small-m {
            font-size: 25px;
        }

.lottery-logo {
    text-transform:uppercase;
    font-weight:800;

    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    
}
    .lottery-logo h3 {
        font-weight: 800;
        font-size:22px;
        width: 100%;
        color: #333;
        margin: 10px 0 10px 0;
    }

    .lottery-prize .brand-prize {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 26px;
        color: inherit;
        font-weight: 800!important;
        line-height: 3px;
        min-height: 25px;
        text-align: left;
        font-weight: 800;
        margin-right: 5px;
    }

.lottery-prize .prize-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    color: inherit;
    font-weight: 800!important;
    line-height: 3px;
    min-height: 25px;
    text-align: center;
}
.brand-draw-date{
    font-size:12px;
}



.next-big-jackpot {
    font-family:'Roboto';
    font-size: 20px;
    font-weight: 800;
   
    margin-bottom: 15px;
}