﻿#s4-bodyContainer,
body #s4-bodyContainer,
#s4-workspace #s4-bodyContainer {
	margin: auto;
	padding: 0px;
	background-image: none;
	background-color: white;
	min-width: 296px;
}

#s4-bodyContainer {
	max-width: 1120px !important;
	margin: auto;
	padding: 0px;
	background-image: none;
	background-color: white;
}

#s4-workspace,
body #s4-workspace {
	-webkit-overflow-scrolling: touch;
}

.s4-ca {
	margin-left: 0px;
}

@media only screen and (max-width : 480px) {
	.s4-ba .srchctr_leftcell {
		display: none;
	}
}

/*
@media (max-device-width: 768px){
	body.v4master {
		height: auto;
		width: auto;
		overflow: auto !important;
	}
	
	body #aspnetForm {
		height: auto;
	}
 
	body #s4-workspace {
		overflow: visible !important;
		height: auto !important;
		width: auto !important;
	}
 
	body #s4-bodyContainer:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		font-size: 0;
	}
 
	#s4-titlerow {
		width: auto !important;
	}
}
*/