

#page_nav, #nav_left, #nav_right, #document_options, #controls, #footer, 
.hidden, .print, .pdf, .full,
#xtend a.hl_prev, #xtend a.hl_next, #xtend p.hl_summary{
  display:none;
}
#content, #footer{
  padding: 0em 4.2em 0em 4.2em;
  margin:0em;
  overflow:visible !important;
}
#page_main, #content_mask, #content_wrapper {
	overflow:visible !important;
	padding:0em;
	width: 100%;
}
#content_wrapper{
	margin:0em;	
}

body {
  background-color: white;
}

a, a:link, a:visited, a:active {
    text-decoration: none;
    font-style: normal;
    color: #000000;
}

#xtend span.highlight {
	background: #ddd;
	border: 1px dashed #666;
	padding: 0em .2em;
}
#text {
  width: 42em;
  float: right;
}
#line_numbers {
  width: 3em;
  float: left;
}
div.xtend var {
	display: none;
}

#footer #copyright {
  display: block;
  position: absolute;
  bottom: 2em;
}

