  
.AREA__PREMIACAO, .AREA__BOLAS__SORTEADAS{background-color: white; width: 100%; position: relative; top: 0; }

.H3__ACUMULOU{font-family: 'FuturaWeb',sans-serif ; color: #660066; font-weight: 800; line-height: 0.9em; letter-spacing: 0.01em; font-size: 24px; }




.H3__PREMIACAO, .H3__RESULTADO{font-family: 'FuturaWeb',sans-serif ; color: #0066b3; font-weight: 900; line-height: 0.9em; letter-spacing: 0.10em; font-size: 28px; }
.H3__PREMIACAO{line-height: 0.5em; }


.FAIXA__PREMIACAO, .TEXT__ESTIMATIVA__PREMIO__PROX{background-color: #b3daff; margin-bottom: 0; font-weight: 700; font-size: 17px; }
.PARAG__NUM_ACERTADORES__E_PREMIACAO, .PARAG__BOTAR__DATA__PROX__CONC{background-color: yellow; margin-bottom: 0; line-height: 1.35; font-weight: 500; margin-bottom: 20px; font-weight: 600; }


.PARAG__BOTAR__PREMIO__PROX__CONC{margin-bottom: 0; font-weight: 700; font-size: 30px;}




.NUM__CONC__ULTIMO{color: black; font-size: 17px; font-family: "monospace"; margin-bottom: 0; }
.H4__DATA__RESULTADO{color: black; margin-top: 0; }
.H3__RESULTADO{margin-bottom: 0; }

.BOTAR__NUM__CONC__ULTIMO{font-size: 24px;}


.numberCircle {
    float: left; /* IMPORTANTE BOLAS FICAR LADO A LADO */
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 8px;
    margin-right: 3px; /* espaço a cada bola */


    background: purple; /* TROCARRR__DEPENDENDO DA LOTERIA ESTE */
    border: 2px solid #666;
    color: white;  /* COR NUMERO DENTRO DA BOLA */
    text-align: center; 

    font: 166% Arial, sans-serif;
}



.QUAD_COLUNA_SUPERSETE {
    float: left; /* IMPORTANTE BOLAS FICAR LADO A LADO */
    width: 42px;
    height: 42px;
    padding: 8px;
    margin-right: 3px; /* espaço a cada bola */


    background: gray; /* TROCARRR__DEPENDENDO DA LOTERIA ESTE */
    border: 2px solid #666;
    color: black;  /* COR NUMERO DENTRO DA BOLA */
    text-align: center;

    font: 190% Arial, sans-serif;
}



.AREA__BOLAS{margin-bottom: 20px;}



