@charset "utf-8";
body{
	zoom:190%;
}
.notMobile{
	display:none;
}
.notMobile2{
	display:none;
}
.notMobile3{
	display:none;
}
#top{
	width:100% !important;
	display:table !important;
	background-size:cover !important;
}
	#logoBox2{
		display:block;
		width:60px;
		height:60px;
		background-size:cover !important;
	}
	#topContent{
		width:100% !important;
		display:table !important;
		height:auto !important;
	}
		#logo{
			width:auto !important;
			float:left !important;
			display:table !important;
			margin-left:5px !important;
		}
		#menu{
			width:auto!important;
			float:left !important;
			display:table !important;
			font-size:16px;
			text-align:center;
		}
			#menuItems{
				margin:auto;
			}
		#account{
			width:80% !important;
			display:table !important;
			margin-bottom:20px;
		}
			#balance{
				width:auto !important;
				margin-left:10px;
			}
			#user{
				width:auto !important;
				margin-right:10px;
				font-size:16px !important;
			}
#middle{
	width:100%;
}
	#middleContent{
		width:100% !important;
		display:table;
	}
	#middleLeft{
		width:100%;
		float:none;
		height:auto;
		display:table;
	}
	#middleRight{
		float:none;
		width:100%;
		display:table;
	}
	.paddedContent{
	}
	#photoBox{
		width:100%;
		height:auto;
	}

#bottom{
	width:100% !important;
	display:table !important;
	min-width:0 !important;
}
	#bottom div{
		width:100% !important;
		display:table;
		text-align:center;
	}
	#regBtnHolder{
		margin-bottom:20px;
	}

#middleLeft2{
	/* display:none; */
	width:100% !important;
		height:auto;
	display:table;
	min-height:0 !important;
	float:none !important;
}
	#subMenu{
		width:100%;
		float:none;
		height:auto;
		display:table;
	}
	#subMenu a{
		float:left;
		width:33%;
	}
#middleRight2{
	width:100% !important;
	display:table;
	float:none !important;
}
#photoBox2Holder{
	display:none;
}
form#registration{
	float:none;
	width:100%;
}