body,#Stage_header_text,#Stage_frame_border,#Stage_h1,#Stage_h2,#Stage_need_ans_cover,#Stage_Copyright,#Stage_question_box,#Stage_Q1_text,#Stage_popup_box_id,#Stage_b_correct_text,#Stage_select_butterfly_text {
	
	cursor:default !important;
	  -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
	font-size:15px;
}


#Stage_yes_btn,#Stage_no_btn,#Stage_reset_btn,#Stage_print_btn,#Stage_next_sym_next_btn,#Stage_close_sym_close_btn,#Stage_header_text{
	
 -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */	
	
}


#Stage_reset_cover,#Stage_print_cover,#Stage_yes_cover,#Stage_no_cover{
	
	z-index:1000;
	
}

#Stage_reset_btn,#Stage_print_btn,#Stage_yes_btn,#Stage_no_btn{		
}
#Stage_yes_text,#Stage_no_text,#Stage_print_text,#Stage_reset_text,#Stage_close_sym_close_text,#Stage_next_sym_next_text {
pointer-events: none;
	
}


body{
	
background:#FFFFFF;-ms-touch-action: none;
	-ms-touch-action: manipulation; 
    touch-action: manipulation; 
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
	
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	touch-action: manipulation;
}
#Stage_yes_btn,#Stage_no_btn,#Stage_reset_btn,#Stage_print_btn,#Stage_next_sym_next_btn,#Stage_close_sym_close_btn_id{
box-sizing: border-box;
	
}