
#extraContent1 {
	/* A cheat for Safari's rounding of pct. widths
	   We scoot things one px to the left and then overlap 
	   that stary pixel with the sidebar area (#left) */
	margin-left: -16px;
	
	margin-right: -15px;
	margin-bottom: 0px;
  display: none;
  padding: 0;
}

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

	#extraContent1 {
	/* A cheat for Safari's rounding of pct. widths
	   We scoot things one px to the left and then overlap 
	   that stary pixel with the sidebar area (#left) */
		margin-left: -16px;

		margin-right: -15px;
		margin-bottom: 0px;
	  padding: 0;
	}

}
