.display-help-instructions
{
    width: 810px;
	height: 370px;
    display: block;
    background-position: center;
    background-color: black;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;
   
    border-radius: 6px;
}

.help-4-game-BG-Img
{

	width: auto;
	height: auto;
    top: 0px;
    left:0px;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	position: absolute;
	opacity: 0.25;
}

.span-4-help-instructions
{
	width : 480px;
    height: 240px;
    background-position: center;
	position : absolute;
	color : ghostwhite;
	font-size : 17px;
	line-height: 20px;
	text-shadow: 2px 3px 5px rgba(60, 27, 206, 0.322);

    padding: 18px 18px;
    text-align: justify;
    white-space: pre-wrap;
    display: flex;
    justify-content: center;
    align-items: center;

}

.help-instructions-area 
{
	display: block;
	width: 800px;
	height: 300px;
	left: 0px;
	top: 0px;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;
}


.help-instructions-span
{
	left : 5px;
	top : 5px;
	width : 790px;
	height: 290px;
	position : absolute;
	color : black;
	font-size : 13px;
	line-height: 28px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
    border-radius: 5px;	
	text-align: justify;
    white-space: pre-wrap;
   
    padding: 10px 10px;
    border-radius: 6px;
    z-index: 103;
}

.img-4-help-inst
{
    position:absolute;
    width:610px;
    height:290px;
}



.game-reeling-help-area
{
    position:absolute; 
    width:650px;
    height:300px; 
    z-index:103;
}

.help-page-index
{
    position: absolute;
    width:20px;
    height: auto;
    right:10px;
    top:8px;
    z-index: 305;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.help-icon-tr
{
    float: right; 
    margin-right: 15px; 
    margin-top: 3px; 
    width:32px; 
    height:32px;
    z-index:800;
}

.help-icon-tr:hover
{
    cursor: pointer;
}