@charset "utf-8";
/* CSS Document */

/* copyright Lochinvar, LLC. 2019 */
/* For questions email echase@lochinvar.com */

body{
width:100%;
height:100%;
margin:0;
padding:0;
border:0;
background-color:#aaa;
}

.plate{
position:relative;
margin-left:auto;
margin-right:auto;
height:auto;
width:800px;
background-color:#aaa;	
}

.label{
margin-left:auto;
margin-right:auto;
position:relative;
width:730px;
}

#enterBtn{
		position:absolute;
		height:90px;
		width:120px;
		top:322px;
		right:88px;
		background:transparent;
		border:none;
		font-size:0;
		z-index:2;
		border-radius:60px;
		cursor:pointer;
		
		
	}
	
	#menuBtn{
		position:absolute;
		height:90px;
		width:120px;
		top:322px;
		left:75px;
		background:transparent;
		border:none;
		font-size:0;
		z-index:2;
		border-radius:60px;
		cursor:pointer;
		
		
	}
	
	#upBtn{
		position:absolute;
		height:100px;
		width:120px;
		top:622px;
		left:73px;
		background:transparent;
		border:none;
		font-size:0;
		z-index:2;
		border-radius:60px;
		cursor:pointer;
		
		
	}
	
	#downBtn{
		position:absolute;
		height:100px;
		width:120px;
		top:622px;
		left:208px;
		background:transparent;
		border:none;
		font-size:0;
		z-index:2;
		border-radius:60px;
		cursor:pointer;
	
		
	}
	
	#leftBtn{
		position:absolute;
		height:100px;
		width:120px;
		top:622px;
		right:222px;
		background:transparent;
		border:none;
		font-size:0;
		z-index:2;
		border-radius:60px;
		cursor:pointer;
	
		
	}
	
	#rightBtn{
		position:absolute;
		height:100px;
		width:120px;
		top:622px;
		right:88px;
		background:transparent;
		border:none;
		font-size:0;
		z-index:2;
		border-radius:60px;
		cursor:pointer;
		
		
	}
	
	#line1{
	position:absolute;
	top:330px;
	left:240px;
	font-size:1.5em;
	line-height:1em;
	color:black;
	font-family:articulate;
	}
	
	#line2{
	position:absolute;
	top:370px;
	left:240px;
	font-size:1.5em;
	line-height:1em;
	color:black;
	font-family:articulate;
	}
	
	#menuLine1{
	position:absolute;
	top:330px;
	left:310px;
	font-size:1.5em;
	line-height:1em;
	color:black;
	font-family:articulate;
	opacity:0;
	}
	
	#menuLine2{
	position:absolute;
	top:370px;
	left:310px;
	font-size:1.5em;
	line-height:1em;
	color:black;
	font-family:articulate;
	opacity:0;
	}
	
	#switch{
	position:absolute;
	top:0px;
	left:0px;
	font-size:2.5em;
	line-height:1em;
	color:white;
	font-family:articulate;
	opacity:0;
	}
	
	#show{
	position:absolute;
	top:0px;
	left:0px;
	font-size:2.5em;
	line-height:1em;
	color:white;
	font-family:articulate;
	opacity:0;
	}
	
	#arrow{
	position:absolute;
	margin-top:0px;
	top:325px;
	left:240px;
	font-size:2em;
	line-height:1em;
	color:black;
	font-family:articulate;
	opacity:0;
	}
