body, html { 
	width:100%;
	height:100%;
	border:0px;
	padding:0px;
	margin:0px;
	background-color:#000000;
	font-size:18px;
	overflow:hidden;
	font-family:Helvetica, Arial;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

a { 
	color:#98c283;
	text-decoration:none;
}
a:hover { 
	color:#7a9f69;
	text-decoration:underline;
}

#canvasStage {
	width:100%;
	height:100%;
	border:none;
}


#watcher { 
	padding:10px;
	height:auto;
	width:340px;
	right:0px;
	top:0px;
	position:absolute;
	color:#FFFFFF;
	background-color:RGBA(0, 0, 0, 0.4);
}
#watch-fps { 
	position:relative;
	float:right;
}
#watch-chunks { 
	position:relative;
}
#watch-triangles { 
	position:relative;
}
#watcher input { 
	float:left;
	position:relative;
	border:0px;
	width:60px;
	text-align:center;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
	padding:5px;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
#watcher input.last {
	margin-right:0px;
}

body.nogl { 
	background-image:url('../images/background.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.nogl #no-gl-alert { 
	display:block!important;	
}
.nogl #watcher { 
	display:none;	
}
.nogl #canvasStage { 
	display:none;	
}
.nogl #instructions { 
	display:none!important;
}

#no-gl-alert { 
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	height:auto;
	background-color:#354252;
	background-color:RGBA(0, 0, 0, 0.5);
	width:360px;
	height:320px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-180px;
	margin-top:-190px;
}
#no-gl-alert .content { 
	text-align:center;
}
#no-gl-alert .content .alert-icon { 
	margin:10px;
	margin-top:20px;
}
#no-gl-alert .content h2 { 
	margin-top:12px;
	margin-bottom:17px;
}
#no-gl-alert .content p { 
	margin-top:5px;
	margin-bottom:7px;
	padding:0px;
	line-height:22px;
}



#instructions { 
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	width:640px;
	height:420px;
	position:absolute;
	left:50%;
	top:50%;
	padding:0px;
	margin:0px;
	margin-left:-320px;
	margin-top:-210px;
}
#instructions .closeX { 
	position:absolute;
	top:-20px;
	right:-20px;
	background-color:#000000;
	width:52px;
	height:35px;
	text-align:center;
	font-size:60px;	
	line-height:32px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:6px;
}
#instructions .closeX:hover { 
	text-decoration:none;
}
#instructions .content { 
}
#instructions .content h2 { 
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-size:28px;
	background-color:RGBA(0, 0, 0, 0.5);
	margin:0px;
}
#instructions .content h3 { 
	margin:0px;
	margin-top:12px;
	margin-bottom:12px;
}
#instructions .content p { 
	margin-top:5px;
	margin-bottom:12px;
	padding:0px;
	line-height:22px;
	font-weight:normal;
}
#instructions .content p.sub { 
	margin-top:15px;
	margin-bottom:0px;
	font-size:11px;
}
#instructions .content .left { 
	float:left;
	width:280px;
	padding-left:20px;
	padding-right:20px;
	background-color:RGBA(0, 0, 0, 0.8);
	height:245px;
}
#instructions .content .right { 
	float:right;
	width:280px;
	padding-left:20px;
	padding-right:20px;
	background-color:RGBA(0, 0, 0, 0.7);
	height:245px;
}
#instructions .content .bottom { 
	float:left;
	width:94%;
	padding-left:3%;
	padding-right:3%;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	background-color:RGBA(0, 0, 0, 0.6);
}



@media (max-width:480px) {	
	
	#watcher { 
		position:absolute;
		top:auto;
		bottom:0px;
		left:0px;
		right:0px;
		height:auto;
		width:100%;
		padding:0px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#watch-fps { 
		padding-right:10px;		
	}
	#watch-triangles { 
		padding-left:10px;		
	}
	#watcher input { 
		display:none;		
	}
	
		
	#instructions { 
		width:100%;
		height:auto;
		position:absolute;
		top:auto;
		left:0px;
		bottom:0px;
		padding:0px;
		margin:0px;
	}

	#instructions .closeX { 
		top:auto;
		right:10px;
		top:-40px;
	}
	#instructions .content { 
		padding-left:10px;
	}
	#instructions .content h2 { 
		display:none;
	}
	#instructions .content .left { 
		display:none;
	}
	#instructions .content .right { 
		width:94%;
		height:100%;
		padding-top:10px;
		padding-bottom:40px;
	}
	#instructions .content .right h3 { 
		display:none;
	}
	#instructions .content .bottom { 
		display:none;
	}
	
	
}


@media (max-width:320px) {	
	
	
	#no-gl-alert { 
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
		height:auto;
		width:94%;
		height:auto;
		position:absolute;
		left:0px;
		right:0px;
		top:0px;
		margin-left:auto;
		margin-top:auto;
		padding-left:3%;
		padding-right:3%;
		padding-bottom:20px;
	}
	#no-gl-alert br { 
		display:none;
	}
	#no-gl-alert .content { 
		text-align:center;
	}
	#no-gl-alert .content .alert-icon { 
		margin:10px;
		margin-top:20px;
	}
	#no-gl-alert .content h2 { 
		margin-top:12px;
		margin-bottom:17px;
	}
	#no-gl-alert .content p { 
		margin-top:5px;
		margin-bottom:7px;
		padding:0px;
		line-height:22px;
	}
	

	
}

        
        

        
        

        
        

        
        

        
        

        
        

        
        

        
        

        
        

        
        

        
        

        
        
