
#GameBg {
    left: -390px;
    top: -280px;
    position: absolute;
}

#MainGame {
    position: relative;
    height: auto;
}

#GameTop {
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 115px;
    z-index: 10;
}

#TitleDiv {
    width: 200px;
    margin: 0 auto;
}

#BookmarkDiv {
    position: absolute;
    bottom: 5px;
    right: 0px;
}

#PurchaseMoreDiv {
    position: absolute;
    bottom: 5px;
    left: 0px;
}

#GameBottom {
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 200px;
    z-index: 10;
}

#PlatformDiv {
    width: 645px;
    margin: 0 auto;
    padding-top: 5px;
}

#amazonButton {
    padding-right: 10px;
}

#appstoreButton {
    padding-right: 10px;
}

#googleButton {
    padding-right: 10px;
}

#PolicyDiv {
    width: 600px;
    margin: 0 auto;
    padding-top: 5px;
}

#InfoDiv {
    padding-top: 10px;
    width: 900px;
    margin: 0 auto;
}

#GameFrame {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 5px solid #FFC832;
}

#GameDiv {
    width: 1280px;
    left: -50%;
    margin-left: -640px;
    position: relative;
    z-index: 5;
}

.AIHelpSupportBox {   
	width: 375px;
	height: 500px;
	position: fixed;
	right: 1rem;
	bottom: 4rem;
    z-index: 10;
}

.close {  
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #f9c633;
	border-radius: 25px;
	cursor: pointer;
    z-index: 10;
}

.close:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	top: 14px;
	left: 6px;
    z-index: 10;
}

.close:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background: #fff;
	transform: rotate(-45deg);
	top: 14px;
	left: 6px;
    z-index: 10;
}