@charset "UTF-8";

body, #info, label, legend, fieldset {
	color: #000000;
}

#sidebar, #sets-list, #footer {
	display: none;
}

#content {
	float: none;
	width: auto;
}

#column-left {
	width: 7in;
	display: block;
	float: none;
}

fieldset {
	display: block;
	width: 95%;
}

input {
	height: 0.25in;
}

textarea {
	height: 1.5in;
}

.no-print {
	display: none;
}

.print-only {
	display: block;
}

.page-break {
	page-break-before: always;
	color: #EEEEEE;
	display: block;
}