@charset "utf-8";
/* 2019-10-16u: For print: nodisplay .ap_container, remove div.main margins, adjust H2 formatting (is default title line, what happened to H1?) */
/* 2019-05-06u: .widthxx selectors all deleted, tables edited to new classes. */
/* 2019-05-06u: Convert document to utf-8, code must be first line, no excess spaces. Not necessary unless conflict, done so DW loads as utf-8. */
/* CSS Document for printing */
/* DON'T UPLOAD AS IS. SEE COMMENT ABOUT FONTS BELOW */ /* 2019-05-04u: Seems redundant now. Local and design view ok, uses default CSS not print. font-family updated to apply to body, not element list as previously. */

body {
	font-family: Century, Bembo, "Old Standard TT", Lucida, Matrix, Minion, "Times New Roman", Garamond, serif; /* comment out while editing other pages, uncomment before upload */
	}
.dontprint {
	display: none;
	}
.ap_container {
	display: none;
	}
h2 {
	text-align: center;
	border-bottom: 0px;
	margin-bottom: 25px;
	font-size: 1.5em;
}
div.main {
	border: 0px;
}
table.category-items { max-width: 90%; }  /* 2019-05-06u: Default 80%. 100% on small portrait, 90% on medium and print. */
table.fees-annual { margin-left: -70px; overflow: visible; transform: scale(0.75); } /* 2019-11-30u: Reduce table size to fit paper width (overflows otherwise). Seems a bit hacky but it does the job; margin-left added to shift table left (was too far right, left align didn't have any effect, check BISAD for wide table). Still a problem with top and bottom margins, increased by scaling table down. */