.show-border {
	border: solid 1px black;
}

.no-print,
.navigation,
.actions {
	display: none;
	visibility: hidden;
}

#main { 
	width: 740px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

h1,
.text.title {
	font-size: 13pt;
}

tr {
    page-break-inside: avoid;
}

.text.tip,
.text.note {
	font-style: italic;
	font-size: 8pt;
}

.text.note {
	text-decoration: underline;
}

.text.month,
.text.year {
	margin-top: -10px;
}
.text.month {
	margin-left: 135mm;
}

div.group.title h1 {
	text-transform: uppercase;
	text-align: center;
}

div.group {
	page-break-inside: avoid;
}

.allow-break {
	page-break-inside: auto !important;
}

div.group h1 {
	padding: 0px;
}

div.field {
	padding: 0;
}

div.field label {
	font-size: 10pt;
	font-weight: bold;
}

div.field div {
	border: none;
	line-height: normal;
	min-height: 25px;
}

.grand-total {
	font-size: 10pt;
}

.document div.grand-total {
	top: 0;
	margin-bottom: 10px;
}