/* SD Tweaks */

.nextJackpot {
	position: relative;
}

.nextJackpotDetails {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 402px;
	transition: opacity 1s;
	opacity: 0;
}

.nextJackpotDollarSign {
	margin-right: -4px;
}

.nextJackpotDivider {
	height: 8px;
}

.sidebarModuleBorderless {
	position: absolute;
	top: 402px;
	left: 0;
}


/* 649 Gold ball */
#nextJackpotDetailsGold {
	z-index: 1;
	opacity: 1;
}
#nextJackpotDetailsGold .nextJackpotConfetti {
	padding-top: 0 !important;
}
#nextJackpotDetailsGold .nextJackpotAmountMilliongbj {
	height: 20px;
}
#nextJackpotDetailsGold .nextJackpotSecondaryDraw {
	/*margin-top: 4px;*/
	margin-top: 8px;
	/*height: 80px;*/
	height: 76px;
}

/* LottoMax */
#nextJackpotDetailsLottoMax {
	z-index: 0;
	display: block;
}
#nextJackpotDetailsLottoMax .nextJackpotAmount {
	padding-top: 38px;
}
#nextJackpotDetailsLottoMax .nextJackpotAmountGroup {
	margin-left: -20px;
}

/* Maxmillions present === padding adjustments */
#nextJackpotDetailsLottoMax .nextJackpotAmount.maxmillions {
	/*padding-top: 4px;*/
	padding-top: 10px;
}
#nextJackpotDetailsLottoMax .nextJackpotAmount.maxmillions .nextJackpotSecondaryDraw {
	padding-top: 10px;
	/*padding-top: 6px;*/
	/*padding-top: 8px;*/
	/*height: 84px;*/
	height: 78px;
}
/*#nextJackpotDetailsLottoMax .nextJackpotAmount.maxmillions .nextJackpotDivider {*/
/*	height: 8px;*/
/*}*/

/*dont touch*/
#nextJackpotDetailsLottoMax .nextJackpotDate {
	margin-top: 37px;
	/*margin-top: 40px;*/
}