.Loading-AU-game
{
	position: absolute;
	display: none; 
	left: 150px; 
	top: 130px; 
	width: 508px; 
	height: 220px;
}


.ghost-opacity-game-alternate-use
{
	display: block;
	width: 806px;
	height: 368px;
	top: 0px;
    left:0px;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	position: absolute;

	z-index: 0;
}

.objectAU
{
	display: block;
	position : absolute;
	background-position: center;
	color: #7D3BBB;
	border-radius: 40px;
}

.answerAU
{
	display: block;
	position : absolute;
	background-position: center;
	border : thin solid #feb300;
	color: #7D3BBB;
	border-radius: 6px;
}

.end-AU-result
{
	position: absolute;
	border-radius: 6px;
	border: thin solid #feb300;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: justify;
	color: #7D3BBB;
	overflow-y: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.span4AUQuestion
{
	position : absolute;
	color: #7D3BBB;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.span4AUObject
{
	position : absolute;
	color: red;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.span4AUAnswer
{
	top : 10px;
	left:0px;
	height: auto;
	width: 395px;
	position : absolute;
	color : ghostwhite;
	font-size : 20px;
	font-weight: bold;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
	text-align: center;
}

.span4AUsubAnswer
{
	top : 35px;
	left:0px;
	height: auto;
	width: 395px;
	position : absolute;
	color : ghostwhite;
	font-size : 10px;
	font-weight: bold;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
	text-align: center;
}

.AUpixdiv
{
	position : absolute;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
	border-radius: 4px;
}

.span-txt-AU
{
	left : 113px;
	top : 70px;
	width : 257px;
	height: 140px;
	position : absolute;
	color : ghostwhite;
	font-size : 14px;
	line-height: 16px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
	text-align: justify;
	white-space: pre-wrap
}


.form-holder-4-AU-Ans
{
	position:absolute; 
	left:10px;
	top:60px;
	width:365px;
	height:70px;
}

.button-holder-4-AU-Ans
{
	position:absolute; 
	width:auto; 
	height:auto;
}

.scroll-meaning-header
{
	display:none; 
	position:absolute;
	
}


.AU-meaning-select 
{
	position: absolute;
	border-radius: 6px;
	border: 'thin solid #FEB300';
}

.spanxT-header
{
	position : absolute;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;

}

.game-AU-scroll-area 
{
	display: block;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;
}

.divx-AU
{
	position : absolute;
	background-position: center;
	margin: 0 auto;
	border-style: solid;
	border-radius: 5px;
}

.spanxT-AU
{
	top : 4px;
	left:0px;
	height: auto;
	width: 445px;
	position : absolute;
	color : #7D3BBB;
	font-size : 22px;
	font-weight: bold;
	line-height: 7px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	display: inline-block;	
}

.spanx-text-AU
{
	position : absolute;
	color : #7D3BBB;
	line-height: 16px;
	text-align: justify;
	white-space: pre-wrap;
	border-radius: 6px;
}

.AUpixdiv2
{
	left : 5px;
	top : 60px;
	position : absolute;
	margin: 0 auto;
	border-style: solid;
	border-color: white;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

.auanswer-div-space
{
  position:absolute;
  width:365px;
  height:40px;
  text-align: left;
  vertical-align: middle;
  line-height:40px;
  border-bottom: thin solid #FEB300;
  font-size: 20px;
  color: ghostwhite;
}

.end-msg-span
{
  position:absolute;
  height:auto;
  text-align: center;
  font-size: 18px;
  color: ghostwhite;
}