/* .game-block.past .game-scores.ball-mode .score { */
.game-scores {
    text-align: center;
}

.bolillero-number {
    color: #030303;
    background: #f6f8f9;
    background: -moz-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: linear-gradient(135deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=1);
    text-shadow: 0 0 5px #fff;
}

/* .game-block:not(.past) .game-scores.ball-mode .score { */
.bolillero-win {
    background: #52b231;
    background: -moz-linear-gradient(-45deg, #52b231 0%, #52b231 50%, #1d8c10 51%, #1d8c10 100%);
    background: -webkit-linear-gradient(-45deg, #52b231 0%, #52b231 50%, #1d8c10 51%, #1d8c10 100%);
    background: linear-gradient(135deg, #52b231 0%, #52b231 50%, #1d8c10 51%, #1d8c10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b231', endColorstr='#1d8c10', GradientType=1);
    text-shadow: 0 0 5px #fff;
}

/* .game-block > div .game-scores.ball-mode .score { */
.bolillero-text {
    line-height: 18px;
    font-size: 14px;
    width: 18px;
    margin: 2px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.bolillero-text-win {
    color: #fff;
    line-height: 45px;
    font-size: 22px;
    width: 45px;
    margin: 2px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

