.loteria-clearfix {
	clear: both;
}

.loteria {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.loteria-data {
    margin-bottom: 15px;
}

.loteria-data strong {
    color: #003a00;
}

.loteria-bola {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    background-image: url(img/bola1.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}

.loteria-table {
    margin-bottom: 8px;
    display: table;
    width: 100%;
}

.loteria-numeros,
.loteria-ganhadores { 
    display: table-cell;
}

.loteria-numeros {
    width: 299px;
}

.ganhador-table {
    background-color: #279e00;
    color: #ffffff;
    display: table;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ganhador-linha {
    display: table-row;
}

.ganhador-cell {
    display: table-cell;
    padding: 2px 8px;
    border-top: 1px solid #ffffff;
}

.ganhador-titulo,
.ganhador-right {
    font-weight: 600;
}

.ganhador-right {
    text-align: right;
        background-color: #088400
}

.ganhador-left {
    text-align: left;
}

.ganhadores-titulo {
    background-color: #268217;
    text-align: center;
}

@media (max-width: 768px) {
    .loteria-numeros {
        margin-bottom: 15px;
    }

    .loteria-numeros, 
    .loteria-ganhadores {
        display: inherit;
        width: 100%;
    }
}

.loteria-acumulou {
    background-color: #1D880B;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.loteria-info {
	background-color: #000000;
    border: 2px #1D880B solid;
    color: #ffd600;
    font-weight: bold;
    text-align: center;
}

.loteria-info strong {
    color: #FFF;
}

.loteria-mes {
    margin-top: 10px;
    text-align: center;
    padding: 0 8px;
}

.loteria-mes-titulo {
    display: block;
    background-color: #1d880b;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px #0f4a05 solid;
}

.loteria-mes-nome {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}