.game-ingredients-area
{
	display: block;
	width: 809px;
	height: 280px;
	top: 45px;
	left:0px;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	position: absolute;
	border-color: lightblue;
	border-style: thick double;
	border-radius: 5px;

}

.ghost-opacity-game-ingredients-area
{
	display: block;
	width: 809px;
	height: 280px;
	top: 0px;
	left:0px;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	position: absolute;
	opacity: 0.25;
}

.game-ingredient-reeling-area
{
	display: block;
	width: 809px;
	height: 280px;
	left: 0px;
	top: 0px;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;

}

.divx-4-Ingredients
{
	left : 10px;
	top : 0px;
	width : 380px;
	height: 260px;
	position : absolute;
	background-position: center;
	margin: 0 auto;
	border-style: solid;
	border-color: #7D3BBB;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	border-radius: 5px;
}

.spanxT-4-Ingredients
{
	display: flex;
	justify-content: center;
	align-items: center;
	top : -15px;
	left:0px;
	height: auto;
	width: 404px;
	position : absolute;
	color : #FEB300;
	font-size : 22px;
	font-weight: bold;
	font-family: 'Bubblegum Sans';
	line-height: 24px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	display: inline-block;	
}

.spanx-4-Ingredients
{
	display: flex;
	justify-content: center;
	align-items: center;
	left : 120px;
	top : 65px;
	width : 250px;
	height: 172px;
	position : absolute;
	color : ghostwhite;
	font-size : 15px;
	font-family: 'Bubblegum Sans';
	line-height: 20px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);

	text-align: justify;
	white-space: pre-wrap;
}

.pixdiv-4-Ingredients
{
	position : absolute;
	margin: 0 auto;
	border-style: solid;
	border-color: #FEB300;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
	left:10px
}


.spanxPgNo-ingredients
{
	left: 0px;
	height: auto;
	width: 340px;
	position : absolute;
	color : ghostwhite;
	font-size : 12px;
	font-weight: bold;
	line-height: 7px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
	margin: 0 auto;
	text-align:right;
	display: inline-block;	
}

.instruction-4-ingredients-game
{
	position:absolute;
	border-radius: 4px;
	top: 22px;
	font-size: 17px;
	font-family: 'Bubblegum Sans';
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: bisque;
}