*{margin:0;padding:0;}
#jackpotsdiv{
    width:100%
}
#jackpot-bar {
    background-image:url(../images/jackpot_bar.png);
    background-size:100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width:100%;
}

.jackpot-balance-0 {
    position:absolute;
    z-index:500;
    top:10%;
    left:27.8%;
    width: 16%;
    height: 60%;
}

.jackpot-balance-1 {
    position:absolute;
    z-index:500;
    top:10%;
    left:52.7%;
    width: 16%;
    height: 60%;
}
.jackpot-balance-2 {
    position:absolute;
    z-index:500;
    top:10%;
    left:77.7%;
    width: 16%;
    height: 60%;
}

.digit-separator {
    background-image: url(../images/digit_separator.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size:100% 100%;
}

.digit {
    background-image:url(../images/digits.png);
    background-size:100% 100%;
}
