body {
	background-color: #fff;
}
* {
	width: 100%;
	color: black !important;
	float: none;
}
img {
	width: auto;
}
nav, 
#accessibility-menu,
#breadcrumb,
#footer-menu,
#search,
#sidebar,
.footer-content,
.nav-content {
	display: none;
}
#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#content > h2 {
	text-align: left;
}
#content form{
	width: 80%;
	text-align: left;
}
#content form textarea{
	height: auto !important;
	overflow: visible;
}
#content textarea {
  display: none;
}
#content .print-helper { 
    display: block !important;
    height: auto;
    margin-left: 10px;
    overflow: visible;
    white-space: pre-wrap;
}
#content .bordered {
	border: 1px solid black;
	padding: 5px;
}
.non-printing {
	display: none;
}

.field {
	border: none;
	width: 100%;
	overflow: visible;
}
.field > * {
	border: none;
	float: left;
}
.field label {
	width: 35%;
	margin-left: 10px;
}
.field div {
	width: auto;
}
.full-width {
	width: 95% !important;
	float: none;
	clear: both;
}
button, input {
	display: none;
}

footer {
	background: none;
	margin: 0px;
	padding: 0px;
	padding-top: 1.0em;
}
