/* ****************************************************************************
 * Scratch prizes remaining formatting                                        *
 *                                                                            *
 * Author: ETM                                                                *
 * Created: 20230113                                                          *
 *                                                                            *
 * *************************************************************************  */

/* ============================================================================
 * Balls 
 * ========================================================================= */
 .scratch_ball_s3{    
    height: 3em;
    width: 3em;    
} 
 .scratch_ball_s2{    
    height: 2em;
    width: 2em;    
}
.scratch_ball > div {    
    padding: 1rem;
}
.scratch_ball_dollar_one{    
    background-color:#009CA6;
    color:white;
}
.scratch_ball_dollar_two{    
    background-color:#FE5000;
    color:white;
}
.scratch_ball_dollar_three{    
    background-color:#753BBD;
    color:white;
}
.scratch_ball_dollar_ten{    
    background-color:#FCE300;
    color:black;
}
.scratch_ball_dollar_twenty{    
    background-color:#00B140;
    color:white;
}