
#bonusdiv {
    left:0px;
    top:0px;
    position:absolute;
    width:100%;
    height:100%;
    z-index:10000 !important;
    background: rgba(0, 0, 0, 0);
    margin:0px;
    border:0px;
    padding:0px;
    display: none;
	overflow: hidden;
}
#bonusinner
{
    position:absolute;
    width: 800px;
    height: 600px;
    z-index:10000 !important;
    top:50%;
    left:50%;
    margin:-300px 0 0 -400px;
	overflow:hidden;
	background-image: url('../../resources/bonus/images/bonus.png');
}

#bonusamount
{
    position: relative;
    top: 35%;
    transform: translateY(-50%);
    z-index:10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px black;
}

#bonusdiv2x {
    left:0px;
    top:0px;
    position:absolute;
    width:100%;
    height:100%;
    z-index:10000 !important;
    background: rgba(0, 0, 0, 0);
    margin:0px;
    border:0px;
    padding:0px;
    display: none;
	overflow: hidden;
}
#bonusinner2x
{
    position:absolute;
    width: 800px;
    height: 600px;
    z-index:10000 !important;
    top:50%;
    left:50%;
    margin:-300px 0 0 -400px;
	overflow:hidden;
	background-image: url('../../resources/bonus/images/bonus2x.png');
}
#bonus2xtitle
{
    position: absolute;
    top: 28%;
	left:15%;
	width:150px;
    transform: translateY(-50%);
    z-index:10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 60px;
    color: yellow;
    text-shadow: 2px 2px black;
}
#bonus2xpay
{
    position: absolute;
    top: 52%;
	left:12%;
	width:150px;
    transform: translateY(-50%);
    z-index:10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px black;
}
#bonus2xget
{
    position: absolute;
    top: 52%;
	left:40%;
	width:150px;
    transform: translateY(-50%);
    z-index:10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px black;
}
#bonus2xout
{
    position: absolute;
    top: 52%;
	left:68%;
	width:150px;
    transform: translateY(-50%);
    z-index:10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: red;
    text-shadow: 2px 2px black;
}