#activity_instructions{
	position: relative;
	z-index: 1;
	text-align: center;
}

.android_instructions {
	
}

#activity_instructions.off{
	display:block;
	/*display:none;*/
	position:absolute;
	top:0px;
	opacity:0;
	visibility:hidden;
}
#activity_instructions.off_all {
	display:none;
}

#activity_instructions.on{
	display:block;
	opacity:1;
	visibility:visible;
}

#instructions_title{
	z-index:1;
	position:relative;
	/*display:block;*/
}

/*#instructions_contents{
	z-index:1;
	position:relative;
	display:block;
	
}*/
#instructions_container {
	display: block;
    margin: 0 auto;
    position: relative;
    width: 650px;
    z-index: 1;
}
#continue_btt {
	height:30px; /*the height is used to define the instructions background height */
	padding-top: 25px; /*space below instructions text*/
}

#btt_bg {
	cursor:pointer;
	z-index:1;
	background:#888888;
	width:150px;
	height:20px;
	margin: 0 auto;
}

#instructions_bg {
	z-index:0;
	display: block;
	position: absolute;
	width: 100%;
	height: 420px; /*480px - top*/
	top: 60px;
	background-image: url('../assets/instructions_screen/bg_instructions.png');
	background-repeat:no-repeat;
	background-position:center top;
}

#instructions_text {
	position: absolute;
	top: 124px;
	width: 650px;
	z-index: 2;
	
	font-family: 'ReformaNarrowRegular';
}

#instructions_text.web_text {
	font-size: 25px;
	line-height: 33px;
}

#instructions_text.iphone_text {
	font-size: 25px;
	line-height: 33px;
}

#instructions_text.android_text {
	font-size: 20px;
}

#instructions_text.iphone_crap {
	font-size: 25px;
	position: absolute;
	top: 90px;
	width: 650px;
	z-index: 2;
	line-height: 22px;
	font-family: 'ReformaNarrowRegular';
}

#instructions_text.min_font {
	font-size: 17px;
	line-height:normal;
	top:120px;
	/*left: 155px;*/
}

#instructions_next_button_container {
	z-index:5;
	position: absolute;
	top: 325px;
	width:100%;
	text-align: center;
}