/* ****************************************************************************
 * Lotto detail formatting                                                    *
 *                                                                            *
 * Author: ETM                                                                *
 * Created: 20230113                                                          *
 *                                                                            *
 * *************************************************************************  */

/* All container */
.ld_contain_all {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:20px;
    justify-content:space-evenly;
    align-content:center;
    align-items:stretch;
    justify-items:normal;

    background-color: WHITE;
}

.ld_game_logo {
    height:50px;
    width:auto;
}

.ld_box {
    padding:20px;
}

.ld_table {
    max-width:400px;
}