





#mobile-outer
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	min-height: 416px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #158dc8;
/*
	background: -webkit-gradient(
		linear, 0% 0%, 100% 0%, 
		from(#C5CCD4), 
		color-stop(0.7, #C5CCD4), 
		color-stop(0.7, #CBD2D8), 
		to(#CBD2D8)
	);
	-webkit-background-size: 0.5em 100%;
*/
}