* {
	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: 108px;
    height: 100px;
    border-radius: 15px;
    background-color: #044c04;
    float: left;
    margin-left: 3%;
    margin-top: 8px;
    font-size: 88px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;
}
.num:hover{
	 color: #e365f9;	
	 border: 2px solid #e365f9;
}

.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;
}

#newQuestion{
	font-size: 30px;
    padding: 8px;
    cursor: pointer;
    margin: auto;
    background: url(../../images_general/dialog-question.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 240px;
    background-color: #160d33;
    color: #fff;
    border: none;
    box-shadow: 6px 6px 5px #666;

}

.shever{
    height: 100px;
    font-size: 80px;
    text-align: center;
    color: #000;
    font-family: sans-serif;
}

.shever input{
    width: 108px;
    height: 100px;
    font-size: 88px;
    text-align: center;
    color: #000;
    font-family: sans-serif;
}

.sheverLine{
    width: 108px;
    height: 4px;
    font-size: 88px;
    text-align: center;
    color: #000;
    background-color: #000000;
    width: 114px;	
    margin: 6px auto;
    
}

.sheverEqu {
	font-size: 48px;
    position: relative;
    top: -21px;
}