@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!important; margin: 0em; } div.image1 { text-align: center!important; margin: 1em 0em 0.2em 0em; } div.image2 { text-align: center!important; 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%; } div.image2 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:1.3em 0em 0.2em 0em; text-indent:0em; text-align:left; color:#3c4e09!important; } .copy1 { display:block; font-size:1.2em; margin:2em 0em 1.5em 0em; text-indent:0em; text-align:left; color:#3c4e09!important; } .copy2 { display:block; font-size:0.5em; margin:0.2em 0em 0.2em 0em; text-indent:0em; text-align:left; color:#3c4e09!important; } .isbn { display:block; font-size:0.5em; margin:1.3em 0em 0.2em 0em; text-indent:0em; text-align:left; color:#3c4e09!important; } .isbn1 { display:block; font-size:0.5em; margin:0.2em 0em 0.2em 0em; text-indent:0em; text-align:left; color:#3c4e09!important; } .other { display: block; font-size: 0.5em; margin: 1.3em 0em 0.2em 0em; text-align: left; text-indent: 0em; color:#3c4e09!important; } .other1 { display: block; font-size: 0.5em; margin: 0.2em 0em 0.2em 0em; text-align: left; text-indent: 0em; color:#3c4e09!important; } /*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 10% 0em 10%; padding: 0em 0em 0em 0em; text-align: center !important; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em!important; } h1.h1_1 { font-size:1.7em; margin:0.2em 10% 1.8em 10%!important; padding: 0em 0em 0em 0em; text-align: center !important; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em!important; color:#56691b!important; } h1.h1_2 { text-align: center !important; font-size: small; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; font-weight:normal; } h1.h1_3 { font-size:1.7em; margin:2.5em 10% 1.5em 10%!important; padding: 0em 0em 0em 0em; text-align: center !important; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em!important; color:#56691b!important; } h1.h1_4 { font-size:1.7em; margin:0.2em 10% 1.3em 10%!important; padding: 0em 0em 0em 0em; text-align: center !important; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-indent: 0em!important; color:#56691b!important; } span.h1_5 { font-size:0.8em; } .copyright h2, .dedication h2, .forward h2, .section h2, .chapter h2, .glossary h2, .publisher h2, .titlepage h2 { font-size: 1.2em; margin: 1.5em 10% 0.5em 10%; font-weight:normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-align: center !important; text-indent: 0em!important; } h2.h2_1 { font-size: 1em!important; margin: 1em 0em 0.2em 0em!important; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-align: left !important; text-indent: 0em!important; color:#3c4e09!important; font-weight:normal; } .copyright h3, .dedication h3, .forward h3, .section h3, .chapter h3, .glossary h3, .publisher h3, .titlepage h3 { font-size: 1em; margin: 1em 0em 0.3em 0em; font-weight:normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-align: left !important; font-weight:normal; } .copyright h4, .dedication h4, .forward h4, .section h4, .chapter h4, .glossary h4, .publisher h4, .titlepage h4 { font-size: small; margin: 1em 0em 0.3em 0em; padding: 0em; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } /*End of Headings*/ /* part/section divider */ .section { text-align: center; } /*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: left; margin-top: 0.1em; margin-bottom: 0.1em; 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: 1.2em 0em 0.2em 0em; font-size: small; text-align: justify; } p.noind1 { text-indent: 0em; margin-top: 1em; font-size: small; margin-bottom: 0em; margin-left:0em; text-align: justify!important; } p.noind2 { text-indent: 0em; margin: 1.2em 0em 0.2em 0em; font-size: small; text-align: justify; color:#3c4e09!important; } /*center para text*/ p.center { text-align: center !important; margin:0.2em 10% 0.2em 10%!important; font-size: small!important; text-indent: 0em!important; } p.center1 { text-align: center !important; margin:1em 10% 1em 10%!important; font-size: 1em!important; text-indent: 0em!important; color:#3c4e09!important; } p.center2 { text-align: center !important; margin:0.5em 10% 0.5em 10%!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } p.center3 { text-align: center !important; margin:1em 5% 1em 5%!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } p.center4_1 { text-align: center !important; margin:1.5em 5% 0.2em 5%!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } p.center4_2 { text-align: center !important; margin:0.2em 5% 1.5em 5%!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } p.center4 { text-align: center !important; margin:1.5em 1% 1em 1%!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } p.center5 { text-align: center !important; margin:1em 0em 1.5em 0em!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } p.center6 { text-align: center !important; margin:1em 2% 1.5em 2%!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } p.center7 { text-align: center !important; margin:1em 5% 1.5em 5%!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } p.center8 { text-align: center !important; margin:1em 1% 1em 1%!important; font-size: small!important; text-indent: 0em!important; color:#3c4e09!important; } /* bibliography */ .bibliography p{ padding-left: 1em; margin-bottom: 0%; text-indent: -1em; word-wrap:break-word; } /*align para to left or right*/ .left { margin: 0.5em 10% 0.5em 10% !important; text-indent: 0em !important; text-align: left !important; } .right { margin: 0.5em 0em 0.5em 0em !important; text-indent: 0em !important; text-align: right !important; } /*End of Para Styles*/ /*Extract/Blockquote*/ blockquote { text-align: left !important; text-indent: 0em !important; margin:1.3em 0em 1.3em 1em !important; word-wrap:break-word !important; padding: 0em !important; } /* For extracts that represent text messages, computer text, etc..: */ .code p { font-family: "Courier"; margin: 0.8em auto 0.8em auto; width: 85%; text-indent: 1.5em; 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; } /*End of List*/ /* table */ /* tables should only be used for displaying data. Please do not use tables to layout images */ td { border: thin solid black!important; font-size:small; vertical-align: top; padding: 1.5em; } table { width: 95%; border: thin solid black!important; margin: 1em 0em 1em 0em; border-collapse:collapse; text-align: left!important; } table.table1 { width:auto!important; font-size:small; border: thin solid #9ba76c!important; margin:0.5em 0em 0.2em 0em!important; border-collapse:collapse!important; } table.table1 td { padding:0.5em 0.5em 0.5em 0.5em!important; vertical-align:middle!important; text-align:center; border: thin solid #9ba76c!important; width:20%; } /*End of Table*/ /*Box*/ .box { border: thin solid black; width: auto; padding: .3em 0.8em .3em 0.8em; margin: 1.5em 1.5em 1.5em 1.5em!important; word-wrap:break-word; } /*.box2 {}*/ /*.box3 {}*/ /*.box4 {}*/ /*End of Box*/ /*Miscellaneous*/ a, a>span, a>b, a>b>em, a>em, a>b>span, a>i{ text-decoration: none; color:inherit!important; } .underline { text-decoration: underline; } .smallcaps { font-variant: small-caps; text-transform: lowercase; } .dcap1 { display:inline; padding-top:5px; float:left; line-height:.5em; font-size:28pt; margin-right:.05em; color:#4f642d!important; } p.cct { font-size: small; margin:1em 0em 0.2em 0em; text-align: left!important; text-indent: 0em; color:#3c4e09!important; } p.cct1 { font-size: 1.05em; margin:1.8em 0em 1.2em 0em; text-align: left!important; text-indent: 0em; color:#4f642d!important; } p.index1 { text-align: left !important; margin:0.2em 0em 0.2em 1.5em!important; font-size: small!important; text-indent: -1.5em!important; } p.index2 { text-align: left !important; margin:0.2em 0em 0.2em 2.5em!important; font-size: small!important; text-indent: -1.5em!important; } /* ***User:0#A#U=0*** */