
#extraContent3 {
	/* 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: -56px;

	margin-right: -55px;
	margin-bottom: -40px;
  display: none;
  padding: 0;
}


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

	#extraContent3 {
		/* 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: -26px;
		margin-right: -25px;
	  padding: 0;
	}

}
