* {
	margin: 0;
	padding: 0;
}


.letters{
    width: 96px;
    height: 96px;
    border-radius: 15px;
    background-color: #2f482f;
    float: right;
    margin-right: 2%;
    margin-top: 8px;
    font-size: 76px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;
}
.letters:hover{
	 color: #e365f9;	
	 border: 2px solid #e365f9;
	 font-size: 80px;
}

#movingLetter{
    width: 96px;
    height: 96px;
    border-radius: 15px;
    background-color: #2f482f;
    font-size: 76px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;	
	position:fixed;
}

.badAnswerDiv{
	font-size:30px;padding:5px;text-align:center;border-bottom: 1px solid #fff;
}
.badAnswerDiv:hover{
	background-color:#5e42b7;
	color:#FFF;
	cursor:pointer;
}

.wrongAnswerArea{
    width: 13%;
    min-height: 300px;
    background-color: #2f482f;
    color: #fff;

    z-index: 10;
    border: 5px solid #fff;
	float:right;
}


.pageTitle{
    text-align: right;
    color: #4a1367;
    /* text-shadow: 0px 0px 6px #000; */
    font-size: 35px;
    font-weight: bold;
    width: 65%;
    float: left;
    text-shadow: 0px 1px 10px #231975;
}




#playAgain{
	width: 75px;
    height: 75px;
    float: right;
    margin-right: 10px;
    background: url(../../images_general/playAgain.png);
    margin-top: 29px;
	display:none;
	cursor:pointer;
}

#resultCheckMark{
	    float: right;
    position: relative;
    top: 15px;
    display: block;
    width: 100px;
    height: 100px;
    right: 15px;
}


#playStory{
	display: block;
    float: none;
    margin: auto;
    background-color: #9dd4a5;
    margin-top: 10px;
    border-radius: 7px;
    background: url(../../images_general/playAgain.png);
    width: 80px;
    height: 79px;
    background-repeat: no-repeat;
    background-size: cover;
}

.questionBox{
    width: 483px;
    margin: auto;
    padding: 11px;
    background-color: #3d609e;
    color: #fff;
    text-align: right;
    font-size: 26px;
    direction: rtl;
    border: 8px solid #ffa200;
    line-height: 29px;
	height: 225px;
}

 input[type=radio] {
    border: 0px;
    width: 7%;
    height: 23px;
    position: relative;
    top: 6px;
}