/* Large screens ----------- */

#content  {
	width: 100%;
}

#sidebarContainer {
	display: none;
}

/* iPad Large screens ----------- */

@media only screen
and (min-width : 481px)
and (max-width : 768px) {

	#content  {
		width: auto;
		height: auto;
	}

	#sidebarContainer {
		display: none;
	}
	
}	

/* iPhone Small.css Large screens ----------- */

@media only screen
and (min-device-width : 321px)
and (max-device-width : 480px) {

		#content  {
		width: auto;
		height: auto;
	}

	#sidebarContainer {
		display: none;
	}
	
}	


/* iPhone Small.css Large screens ----------- */

@media only screen
and (min-device-width : 5px)
and (max-device-width : 320px) {

		#content  {
		width: auto;
		height: auto;
	}

	#sidebarContainer {
		display: none;
	}
	
}	
