/* Namespace declarations */ @namespace epub "http://www.idpf.org/2007/ops"; body { /* put in Georgia and Baskerville to target Nook HD */ font-family: Georgia, Baskerville, roman, 'times new roman', times, serif; /* font-size and line-height not declared per Amazon and Apple guidelines */ background-color: transparent; hyphens: none; -webkit-hyphens: none; -moz-hyphens:none; adobe-hyphenate: none; /* margins in pixels to support Nook per Nook Press Epub Guidance: http://cp-barnesandnoble.kb.net/kb/article?ArticleId=4476&source=Article&c=12&cid=28 */ margin: 30px 30px 20px 30px; text-indent: 0; } h3 { font-size: 1.1em; font-weight: bold; margin: .625em 0 .5em 0; } section ul { list-style-type: none; margin-top: 4px; margin-bottom: 4px; margin-left: 0; padding-left: 0; page-break-before: avoid; } ul ul { list-style-type: none; margin-left: 1em; padding-left: 0; page-break-before: avoid; } ul ul ul { list-style-type: none; margin-left: 2em; padding-left: 0; page-break-before: avoid; } li { list-style-type: none; page-break-inside: avoid; } dt { display: inline; font-weight: bold; } dd { display: inline-block; margin-bottom: 5px; margin-left: 1em; } h1.partNumber, partTitle { font-size: 1.5em; border-radius: 8px 8px 0px 0px; font-weight: bold; padding:3pt; color:white; margin-top: 1.25em; margin-bottom: 1.25em; background-color:#818285; } h1.ls { font-size: 1.7em; padding:2pt solid; border-bottom:2px solid; font-weight: normal; }