#start_game{
	position: absolute;
    top: 80px;
    right: 0;
    width: 55%;
    height: auto;
}

#login{
	position: absolute;
    top: 80px;
    right: 0;
    width: 55%;
    height: 50%;
}

#main{
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 100%;
    margin: auto;
    background-color: #f3f3f3;
}

#txt_thank{
	font-size: 1.5em;
	color: #ED1E25;
}

	
#txt_normal{
	font-size: 1em;
	color: #575455;
}
	

/*#status {
	position: absolute;
    top: 120px;
    right: 0;
    width: 100%;
    height: auto;
}*/	

.text {
	position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.img {
	width:100%;
	height:auto;
}


.question {
	color:#004d40;
	font-size: 25px;
	font-family: "Tahoma";
	line-height: 60px;
}

.ans_style{
	line-height: 40px;
	padding-left:30px;
}

#game{
	position: absolute;
    top: 50%;
    right: 50px;
    width: 80%;
    height: auto;
}
#show_score{
	position: absolute;
    top: 45%;
    right: 0;
    width: 100%;
    height: auto;
}
#show_number{position: absolute;
    top: 50%;
    /*right: 7%;*/
    left: 7%;
    width:85%;
    height: auto;background-color: #ffffff;border:dashed 1px #cccccc
}

#main_center{
	background-color:#FFFFFF;
	border:dashed 2px #cccccc;
	margin-top:50px;
	margin-right:5%;
	margin-left:5%;
	margin-bottom:30px;
}

#main_game{
	background-color:#FFFFFF;
	border:dashed 2px #cccccc;
	margin-bottom:20px;
}
#main_game > span {
	display:block;
	padding-bottom:8px;
	padding-top:5px;
	padding-left:25px;
}

#main_game > a {
	display:block;
	text-decoration: none;
	color: #333;
	/*font-size: 0.9em;*/
    padding-left: 45px;
}

#main_game > .hover {
    color: #ED1C24;
}

#not_play{
	color: #B70707;
	font-weight: bold;
}
	
#main_game > a +a{
	display:block;
	padding-top: 10px;
	
}

#game_detail{
    margin-bottom: 15px;
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
	font-size:1.4em;
	font-style: italic;
}

#main_result{
	margin-bottom:20px;
}

.div_btn{
    /* display: table-cell; */
    /* width: 50%; */
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.img_btn,focus{
	display: table-cell;
    width: 50%;
    height: auto;
    float: left;
	padding:0px;
	outline:none;
}

.btn_next,focus{
	outline:none;
}

.container{
	max-width:980px;
	min-width:320px;
	padding-left:0px;
	padding-right:0px;
}


#div_margin{
	margin-top: 30px;
    margin-bottom: 30px;
}

#game_title{
	/*background-image:url("../img/background-yellow.png");
	height:auto;
	background-repeat:no-repeat;
	font-size:1.5em;
	background-size: cover;*/
	margin-bottom: 15px;
    position: relative;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#fb_login,focus{
	width:100%;
	padding-bottom:15px;
	outline:none;
}

#img_logo{
	width:100%;
}
#btn_play,focus{
	width:100%;
	outline:none;
}
#img_gift{
		width:70%;
		max-width: 500px;
}

#img_footer{
	/*padding-top:15px;*/
}

#btn_howto, focus{
	width:100%;
	outline:none;
}

#txt_head{
	/*font-size: 20px;*/
	color: #575455;
}

#txt_head2{
	color: #575455;
}

#index_ques{
	font-size:1.8em;
}

#title_text{
	 font-size: 1em;
    /* height: 48px; */
    /* line-height: 48px; */
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
	color:#ffffff;
}

#bg_title{
	width: 100%;
    height: 48px;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* z-index: 4; */
}

#fb_share,focus{
	width: 50%;
    margin-left: auto;
    margin-right: auto;
	outline:none;
}
#btn_share,focus{
	width:100%;
	outline:none;
}

#form_number{
	margin: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 439px;
    padding-left: 16px;
    padding-right: 16px;
}

#img_line{
	width:80%
}

.div_logo{
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.div_play{
	width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
	max-width:130px;
}
.div_howto{
	width: 37%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
	max-width:220px;
}
.div_fb{
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
.head_howto{
	font-weight: bold;
    font-size: 16px;
    color: crimson;
    text-decoration: underline;
}
.remark{
	font-weight: bold;
    font-size: 16px;
    color: crimson;
	padding:0px 5px 0px 5px;
}
.div_table{
	display: table;
}
.div_table_cell{
	display: table-cell;
	vertical-align: top;
}


/* responsive text queries 
@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4 {
    font-size: 95%;
  }
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4 {
    font-size: 90%;
  }
  h1 {
    font-size: 20px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
}
*/



@media screen and (min-width: 1024px) {
	#main_game > span {
		display:block;
		padding-bottom:8px;
		padding-left:50px;
		padding-top:10px;
		font-size: 1.5em;
	}
	
	#main_game > a {
		display:block;
		font-size: 1.2em;
		padding-left:80px;
		text-decoration: none;
		color: #333;
	}
	
	#main_game > a:hover {
    color: #ED1C24;
    text-decoration: none;
	}
	
	#main_game > a +a{
		display:block;
		padding-top: 10px;
	}
	#game_title{
		/**background-image:url("../img/background-yellow.png");
		height:auto;
		background-repeat:no-repeat;
		background-size: cover;
		font-size:2.5em;*/
		margin-bottom: 15px;
		position: relative;
	}
	#fb_login,focus{
		width:100%;
		outline:none;
	}
	#img_logo{
		width:100%;
	}
	#btn_play,focus{
		width:100%;
		outline:none;
	}
	
	#img_header{
		height:105px;
	}
	#img_footer{
		/*padding-top:20px;*/
	}
	#img_gift{
		/*width:60%;*/
	}
	
	#btn_howto, focus{
		width:100%;
		outline:none;
	}
	
	#title_text{
		font-size: 1.5em;
		/* height: 48px; */
		/* line-height: 48px; */
		z-index: 5;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		padding: 0;
		width: 100%;
		display: table;
		vertical-align: middle;
		text-align: center;
		color:#ffffff;
	}

	#bg_title{
		width: 100%;
		height: 48px;
		/* position: absolute; */
		/* top: 0; */
		/* bottom: 0; */
		/* left: 0; */
		/* right: 0; */
		/* z-index: 4; */
	}
	
	#fb_share,focus{
		width: 30%;
		margin-left: auto;
		margin-right: auto;
		outline:none;
	}
	#btn_share,focus{
		width:100%;
		outline:none;
	}
	
	#img_line{
		width:80%;
	}

	#txt_head{
		font-size: 28px;
		color: #575455;
	}
	#txt_head2{
		font-size: 28px;
		color: #575455;
	}
	
	#txt_thank{
		font-size: 2em;
		color: #ED1E25;
	}
	
	#txt_normal{
		font-size: 1.2em;
		color: #575455;
	}
	.div_fb{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.div_howto{
		width: 30%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.div_play{
		width: 20%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	
	
	#game_detail{
		font-size:2em;
		font-style: italic;
	}
	
	.head_howto{
		font-weight: bold;
		font-size: 16px;
		color: crimson;
		text-decoration: underline;
	}
	
	.remark{
		font-weight: bold;
		font-size: 16x;
		color: crimson;
		padding:0px 5px 0px 5px;
	}

}
html,body{font-size:18px;font-family: 'rsubold';}

