* {
	margin: 0;
	padding: 0;
}
body {

}
.pageTitle{
	text-align: right;
    color: #4a1367;
   text-shadow: 0px 1px 10px #231975;
    font-size: 32px;
    font-weight: bold;
	width:30%;
	float:right;
	direction: rtl;
 
}
.num{
    width: 95px;
    height: 62px;
    border-radius: 15px;
    background-color: #2f482f;
    float: left;
    margin-left: 4px;
    margin-top: 4px;
    font-size: 55px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 10px;
}
.num:hover{
	 color: #e365f9;	
	 border: 2px solid #e365f9;
}

.numQ{
    width: 142px;
    height: 94px;
    border-radius: 15px;
    background-color: #044c04;
    float: left;
    margin-left: 3%;
    margin-top: 8px;
    font-size: 83px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;
}

.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: 9.3%;
    min-height: 300px;
    background-color: #044c04;
    color: #fff;
    position: fixed;
    top: 0px;
    z-index: 10;
    border: 5px solid #fff;
}


#questionArea{
    min-height: 40px;
    width: 460px;
    text-align: justify;
    font-size: 26px;
    margin-top: 33px;
    direction: rtl;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #000;
    display: none;
    margin: auto;
    box-shadow: 4px 4px 14px #222; 
}

#playAgain{
    width: 75px;
    height: 75px;
    background: url(../../images_general/playAgain.png);
    display: none; 
    cursor: pointer;
    margin: auto;
}
