@media speech { .digits { -epub-speak-as: digits } .spell { -epub-speak-as: spell-out } } /*Page Margins*/ @page { margin-bottom: 1em; margin-left: 1em; margin-right: 1em; margin-top: 1em; } /*End of Page Margins*/ /*Image*/ /*Image wrapper */ div.image { text-align: center; margin: 0em; } div.image1 { text-align: center; margin: 1em 0em 1em 0em; } /*Image caption with div image class */ div.image p { font-size: small; margin: 0em; text-indent: 0; text-align: left; word-wrap:break-word; } div.image img { max-width:100%; } div.image1 img { max-width:100%; } /*End of Image Wrapper*/ /* coverpage */ .coverpage { vertical-align: middle; text-align: center; background-color: white; margin: 0em; } .coverpage img { max-width:100%; margin: 0em; } /*End of Coverpage*/ /* title page */ /*title page wrapper */ .titlepage { text-align: center; margin: 0em; padding: 0em; } /*End of titlepage*/ /* toc */ /*End of toc*/ /* Copyright */ .copy { display: block; font-size: 0.5em; margin: 1em 0em 0.3em 0em; text-indent: 0em; text-align: left; } .copy2 { display: block; font-size: 0.5em; margin: 0.3em 0em 1em 0em; text-indent: 0em; text-align: left; } .copy3 { display: block; font-size: 0.5em; margin: 0.3em 0em 0.3em 0em; text-indent: 0em; text-align: left; } .printhistory { display: block; font-size: 0.5em; margin: 1em 0em 0em 0em; text-indent: 0em; text-align: left; } .isbn { display: block; font-size: 0.5em; margin: 1em 0em 0.3em 0em; text-indent: 0em; text-align: justify; } .other { display: block; font-size: 0.5em; margin: 1.5em 0em 0em 0em; text-indent: 0em; text-align: left; } .other > span { border-top:thin solid black; } /*End of Copyright */ /*Headings This is the default styling of all headings to deal with issues such as page breaks splitting headings and hyphenation issues.*/ h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside: avoid; -webkit-hyphens: none !important; hyphens: none !important; /*color:#000;*/ /* This color "black" will apply to all heads unless a color is applied to a class */ } .dedication, .forward, .chapter, .endnotes, .glossary, .publisher, .bibliography{ text-align: left; } .copyright h1, .dedication h1, .forward h1, .chapter h1, .endnotes h1, .glossary h1, .publisher h1, .bibliography h1 { font-size: 1.5em; margin: 0.2em 0em 1.5em 0em; padding: 0em 0em 0em 0em; text-align: center !important; font-weight: normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em!important; } h1.h1_1 { font-size: 1.3em; margin: 2em 0em 1.5em 0em; padding: 0em 0em 0em 0em; text-align: center !important; font-weight: normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em!important; line-height:1.6em; } span.h1_1a { font-size: 1.4em; } h1.h1_2 { font-size: 1em; margin: 0.2em 0em 2em 0em; padding: 0em 0em 0em 0em; text-align: center !important; font-weight: normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em!important; } span.h1_2a { font-size: 1.3em; } .copyright h2, .dedication h2, .forward h2, .section h2, .chapter h2, .glossary h2, .publisher h2, .titlepage h2 { font-size: 1.2em; margin: 1em 0em 0.5em 0em; font-weight:normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-align: center !important; font-weight:normal; } h2.h2_3 { font-size: 1.2em; margin: 1em 0em 0.1em 0em; padding: 0em; font-weight:normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em; text-align: left !important; } h2.h2_4 { font-size: small; margin: 1em 0em 0.1em 0em; padding: 0em; font-weight:normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em; text-align: left !important; } .copyright h3, .dedication h3, .forward h3, .section h3, .chapter h3, .glossary h3, .publisher h3, .titlepage h3 { font-size: 1em; margin: 1em 0em 0.5em 0em; font-weight:normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-align: center !important; font-weight:normal; } .copyright h4, .dedication h4, .forward h4, .section h4, .chapter h4, .glossary h4, .publisher h4, .titlepage h4 { font-size: 1em; margin: 0em; padding: 0em; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } /*End of Headings*/ /* part/section divider */ .section { text-align: left; } /*End of part/section divider */ /*Para Styles*/ /*Change below properties as required in source file*/ /*default para style with 0 indent*/ p { display: block; font-size: small; text-align: justify; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.5em; } p.bib { display: block; font-size: small; text-align: left; margin: 0.2em 0em 0.2em 3em; text-indent: -1.5em; } /*This style will leave 1st para and indent rest of the para */ p + p { text-indent: 1.5em; margin-top: 0; } /*first paragraph after h2 will not intent */ h2+p {text-indent:1.5em;} /*This style will apply no-indent style in para*/ p.noind { text-indent: 0em; margin-top: 0em; font-size: small; text-align: justify; } /*center para text*/ p.center { text-align: center !important; margin: 5em 0em 0em 0em; font-size: small; text-indent: 0em; } p.center1 { text-align: center !important; margin: 1em 0em 0em 0em; font-size: small; text-indent: 0em; } /* bibliography */ .bibliography p{ padding-left: 1em; margin-bottom: 0%; text-indent: -1em; word-wrap:break-word; } /*align para to left or right*/ .left { text-align:left; font-size: small; } .right { text-align:right; font-size: small; margin: 0.4em 0em 1.5em 0em; } /*End of Para Styles*/ /*Extract/Blockquote*/ blockquote { text-align: left !important; text-indent: 0em !important; margin: 1em 1.3em 1em 1.3em !important; word-wrap:break-word !important; padding: 0em !important; } p.ext { margin: 0.2em 0em 0.2em 0em !important; text-indent: 0em !important; text-align: left !important; } p.ext1 { margin: 0.2em 0em 0.2em 2em !important; text-indent: 0em !important; text-align: left !important; } p.ext2 { margin: 0.2em 0em 0.2em 4em !important; text-indent: 0em !important; text-align: left !important; } p.ext3 { margin: 0.2em 0em 0.2em 1.5em !important; text-indent: -1.5em !important; text-align: left !important; } p.ext4 { margin: 0.2em 0em 0.2em 3em !important; text-indent: -1.5em !important; text-align: left !important; } p.ext5 { margin: 1em 1em 1em 4.5em !important; text-indent: 0em !important; text-align: justify !important; } p.handwritten { font-style: italic; margin: .5em auto .5em auto; width: 85%; word-wrap:break-word; } /* For extracts that represent text messages, computer text, etc..: */ .code p { font-family: "Courier"; margin: 1em auto 1em auto; width: 85%; text-indent: 0; word-wrap:break-word; } /*End of Extract/Blockquote */ /* lists */ ol { margin: 0em 0 0em 0; font-size: 1em; text-align: left; text-indent:0em; margin-left:0em; } li{ margin: 0em 0 0em 0; font-size: 1em; text-align: left; text-indent:0em; margin-left:0em; } ul { margin-left: .2em 0 1em 0; } p.ola { margin: 0.3em 0em 0.3em 2.9em; font-size: small; text-align: left; text-indent:-1.1em; } p.ola1 { margin: 0.3em 0em 0.3em 2.5em; font-size: small; text-align: left; text-indent:-1.1em; } p.ola2 { margin: 0.3em 0em 0.3em 2.5em; font-size: small; text-align: left; text-indent:1.5em; } p.ola3 { margin: 0.3em 0em 0.3em 2.9em; font-size: small; text-align: left; text-indent:-1.5em; } p.ola4 { margin: 0.3em 0em 0.3em 2.9em; font-size: small; text-align: left; text-indent:1.5em; } p.ula { margin: 0.3em 1.5em 0.3em 2em; font-size: small; text-align: left; text-indent:-0.7em; } /*End of List*/ /* table */ /* tables should only be used for displaying data. Please do not use tables to layout images */ td { border: none; font-size:small; text-align: left; vertical-align: top; padding: 0.2em; } table { width: 95%; border: none; margin: 0.3em 0em 1em 0em; border-collapse:collapse; } /*End of Table*/ /*Box*/ .box { border: thin solid black; width: 90%; padding: .5em 1em .5em 1em; margin: 1em 0em 1em 0em!important; word-wrap:break-word; } /*.box2 {}*/ /*.box3 {}*/ /*.box4 {}*/ /*End of Box*/ /*Miscellaneous*/ a, a>em>b>span>b, a>span, a>b, a>b>em { text-decoration: none; } .underline { text-decoration: underline; } .smallcaps { font-variant: small-caps; text-transform: lowercase; } .dcap { line-height: 0em; font-size: 175%; } p.footnote { margin: 0.3em 0em 0.3em 0em; font-size: 0.75em; text-align: left; text-indent:0em; } p.footnote1{ margin: 0.3em 0em 0.3em 1.2em; font-size: 0.75em; text-align: left; text-indent:-1.4em; } p.line2 { border-bottom:thin solid black; text-indent: 0em; text-align: left !important; margin: 0em 10em 0.7em 0em; } p.cct { font-size: small; margin: 0.3em 0em 0.3em 2em; text-align: left; text-indent: 0em; } p.cct1 { font-size: small; margin: 1.5em 0em 0.5em 0em; text-align: center; text-indent: 0em; } p.cct2 { font-size: small; margin: 0.3em 0em 0.3em 2em; text-align: left; text-indent: -1.1em; } p.cct3 { font-size: small; margin: 0.3em 0em 0.3em 2em; text-align: left; text-indent: 0em; } p.cct4 { font-size: small; margin: 0.3em 0em 0.3em 2em; text-align: left; text-indent: -1.5em; } p.center_aa1 { text-align: center !important; font-size: small; margin-top: 2em; margin-bottom: 0em; text-indent: 0em; } p.noind_aa1 { text-indent: 0em; margin-top: 1em; font-size: small; margin-bottom: 0em; margin-left:0em; text-align: justify !important; } p.index1 { margin: 0.2em 2em 0.2em 2em !important; text-indent: -1.5em !important; text-align: left !important; } p.index2 { margin: 0.2em 2em 0.2em 3.3em !important; text-indent: -1.5em !important; text-align: left !important; } p.index3 { margin: 0.2em 0em 0.2em 0em !important; text-indent: 0em !important; text-align: left !important; } p.index4 { margin: -1.4em 10em 0.2em 10em !important; text-indent: 0em !important; text-align: right !important; } /* ***User:0#A#U=1*** */