/* ****************************************************************************
 * Lotto detail formatting                                                    *
 *                                                                            *
 * Author: ETM                                                                *
 * Created: 20230113                                                          *
 *                                                                            *
 * *************************************************************************  */
.lag_game_logo {
    height:50px;
    width:auto;
}

.lag_table {
    max-width:400px;
    width:400px;
    margin:4px;
}

.lag_top_par {
    font-size:12px;
    font-weight: bold;
}

div.box1  {
    align-self:center;
}
div.box2  {
    background-color:WHITE;    
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding:5px;
    margin:5px;
    justify-content:center;
}
div.box3{
    width: 224px;
    min-width: 224px;
}
td.prize_item {
    white-space:nowrap;
}