@font-face {
    font-family: Trebuchet MS;
    src: local(Trebuchet MS), url('Trebuchet MS.ttf') format('opentype');
}

@font-face {
    font-family: 'obelixproregular';
    src: url('fonts/obelixpro-cyr-webfont.eot');
    src: url('fonts/obelixpro-cyr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/obelixpro-cyr-webfont.woff2') format('woff2'),
         url('fonts/obelixpro-cyr-webfont.woff') format('woff'),
         url('fonts/obelixpro-cyr-webfont.ttf') format('truetype'),
         url('fonts/obelixpro-cyr-webfont.svg#obelixproregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.game-user-heading {

	font-family: Trebuchet MS;
	font-size: 35px;
	font-weight: normal;
	color:#ff7920;
	text-decoration: none;
	text-align: left;
	
}

.popup-big-headings
{
font-family:obelixproregular;
font-size:35px;
color: #37302f;
}

.popup-small-headings
{
font-family: Trebuchet MS;
font-size:22px;
color: #37302f;

}

.popup-hint-headings
{
font-family: Trebuchet MS;
font-size:19px;
color: #37302f;
text-align:left;
}



.game-white-text-heading {
	font-family: Trebuchet MS;
	font-size: 25px;
	text-align:left;
	color: #0b416e;
	}

.game-white-text {
	font-family: Trebuchet MS;
	font-size: 20px;
	text-align:left;
	color: #0b416e;
	}
	
	.game_intelli_points{
	
	font-family:obelixproregular;
	font-size: 22px;
	width:150px;
	font-weight:bold;
	text-align:center;
	color: #27252c;
	}
	.game_intelli_timepanel{
	
	font-family:obelixproregular;
	font-size: 22px;
	width:120px;
	background-color:#f5125d;
	margin-left:8px;
	font-weight:bold;
	text-align:center;
	color: white;
	}
	
	#gamepanelbottom{
	background-image:url(gamepanelimages/frame_new_03.png); 
	background-repeat:no-repeat; 
	height:150px;
	width:1210px;
	 margin-left:65px;
	
	}
	
	#gamepanelstar{
	 background-image: url(gamepanelimages/star_01.png); 
	 height: 224px; 
	 width: 200px; 
	 background-repeat: no-repeat; 
	 margin-left: -25px; 
	 margin-top: -144px;
	 }
	 
	 #gamehelppanel{
	 background-image:url(gamepanelimages/help_panel_02.png); 
	 width:200px; 
	 background-repeat:no-repeat; 
	 height:60px;
	 margin-top:5px;
	 z-index:150px;
	 }
	 
	 #gamepanelintelliseedslogo{
	 background-image:url(gamepanelimages/IS_logo.png); 
	 width:200px; 
	 margin-left:20px; 
	 background-repeat:no-repeat; 
	 height:85px; 
	 z-index:150px;
	 margin-top:10px;
	 }
	 
	 #gamehelppanelback{
	 z-index:200; 
	 background-image:url(gamepanelimages/left_bg_01.png); 
	 float:left; 
	 height:576px; 
	 width:159px; 
	 background-repeat:no-repeat; 
	 margin-top:-140px; 
	 margin-left:-62px;
	 }
	 
	 #gamepanelback
	 {
	 background-image:url(gamepanelimages/frame_new_02.png); 
	 background-repeat:repeat-y; 
	 height:600px;
	 width:1210px;
	 }
	 
	 #gamepaneltop{
	 background-image:url(gamepanelimages/frame_new_01.png); 
	 background-repeat:no-repeat; 
	 height:130px; 
	 width:1210px;
	 }
	 
	 .math-answer-textbox{
	 border: 1px solid black;
	  height:25px;
	  padding:2px;
	  color:black; 
	  font-size:20px;
	 font-family: Trebuchet MS;
	 }
	 
	 .logout-button{
	 text-align:right;
	 padding:8px 172px 10px 10px;
	 
	 }