@charset "UTF-8";
/* CSS Document */

body {
	font-size:.75em;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.nowrap { white-space:nowrap; }

.receipt-screen-area {
	display:none;
}

.print-page h1 {
	font-size: 1.6em;
}

.print-page h2 {
	font-size: 1.4em;
}

.print-page h3 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

.print-page-receipt {
	page-break-before:always;
}

.print-page .print-header {
	text-align: center;
	margin-bottom: 2em;
}

.print-page .feeSchedule {
	margin-top: 3em;
	margin-bottom: 3em;
}

.print-page .checklist, .print-page .feeSchedule {
	width:75%;
}

.print-page .checklist th, .print-page .feeSchedule th {
	text-align: left;
	border-bottom: 1px solid #000;
}