/* screen-reader friendly CSS */

.content, #leftcolumn, #rightcolumn  {
	position: static; 
	width: auto;
	top: auto;
	left: auto;
	right: auto;
	min-width: none;
	margin: 0;
	padding: 5%;
	z-index: 1; 
	}


