/* make the font smaller throughout */
body {
	font-size: x-small;
}
	/* turn off all backgrounds */
	body * {
		background: none !important;
		color: black !important;
		border: 0 !important;
	}

/* hide these elements */
#menu,
#record-actions,
#dialog-box,
#dialog-overlay,
#menu-choices,
#insured a.button,
#page-tabs li,
#unit-tabs a.button,
.section a.button,
.section .actions {
	display: none !important;
}

/* run a border around these elements */
#notices,
#messages,
#endorsement,
.section {
	border: thin black solid !important;
}

/* get rid of the padding */
#content {
	padding: 0;
}

/* border under the page tabs */
#page-tabs {
	border-bottom: 1px black solid !important;
}
	/* make sure all page tabs are black */
	#page-tabs li * {
		color: black;
	}
	/* show the selected page tab */
	#page-tabs li.on {
		display: block !important;
		border: thin black solid !important;
	}

/* show the selected unit tab */
#unit-tabs a.on {
	display: block !important;
	border: thin black solid !important;
}

/* sections */
.section h1 {
	border-bottom: thin black solid !important;
}

/* tables */
th {
	border-bottom: thin black solid !important;
}

/* fields */
input,
select {
	border: 0;
	color: black;
}
