/* ****************************************************************************
 * Lotto search numbers formatting                                            *
 *                                                                            *
 * Author: ETM                                                                *
 * Created: 20230113                                                          *
 *                                                                            *
 * *************************************************************************  */

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

    background-color: WHITE;
}

.lsn_contain_game {
    display:grid;
    grid-gap:20px;
    justify-content:space-evenly;
    align-content:center;
    align-items:stretch;
    justify-items:normal;
}

div.lsn_results_logo {
    margin:10px;
}
