/*Page Margins*/ @page { margin-bottom: 1em; margin-left: 1em; margin-right: 1em; margin-top: 1em; } figure{margin: 1.5em 0em 1.5em 0em;page-break-inside:avoid;text-align:center;} a, a>i, a>span, a>b, a>sub, a>sup{ text-decoration:none; color:inherit!important; } /*End of Page Margins*/ /*Image*/ /*Image wrapper */ .image { text-align: center; margin: 1em 0 .5em 0; vertical-align:middle; } .image1 { text-align: left; margin: 1em 0 1em 0; vertical-align:middle; } .image2 { text-align: center; margin: 20% 0 1em 0; vertical-align:middle; } /*Image caption with div image class */ .image 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*/ .titlepg { font-size:180%; text-align:center; margin-top:2.5em; margin-bottom:1.5em; } .author { font-size:110%; text-align:center; margin-top:1.5em; margin-bottom:10em; } .subtit { font-size:100%; text-align:center; margin-top:1.5em; margin-bottom:2em; } /* title page */ /*title page wrapper */ .titlepage { margin: 0em; } /*End of titlepage*/ /* toc */ .toc > h1 { text-align: center; font-size: 1.5em; font-weight:normal; margin: 2em 0 1em 0; } /*End of toc*/ /* Copyright */ .copy { display: block; font-size: 0.8em; margin-top: 1em; margin-bottom: 0em; text-align: left; text-indent: 0em; margin-left: 0%; margin-right: 0%; text-align:justify; } .copy2 { font-size: 0.8em; margin-top: 1em; margin-bottom: 0em; text-align: justify; text-indent: 0em; margin-left: 0%; margin-right: 0%; } .copy2a { font-size: 0.8em; margin-top: 0em; margin-bottom: 0em; text-align: justify; text-indent: 0em; margin-left: 0%; margin-right: 0%; } .copy1 { font-size: 1em; margin-left: 2em; } .isbn { display: block; font-size: 0.5em; margin-top: 1em; margin-bottom: 0.1em; text-align: center; text-indent: 0em; margin-left: 1em; margin-right: 1em; } /*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: 2em 18% 3em 18%; padding: .2em 0 0 0; text-align: center; font-weight:normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .copyright h2, .dedication h2, .forward h2, .section h2, .chapter h2, .glossary h2, .publisher h2, .titlepage h2 { font-size: 1em; margin: 1.5em 0 0.8em 0em; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-align: left; text-indent:0em } .copyright h3, .dedication h3, .forward h3, .section h3, .chapter h3, .glossary h3, .publisher h3, .titlepage h3 { font-size: 1em; margin-left:1.5em; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-align: left; text-indent:-1.5em; } .copyright h4, .dedication h4, .forward h4, .section h4, .chapter h4, .glossary h4, .publisher h4, .titlepage h4 { font-size: 1em; margin: 1.2em 0 0.5em 0; padding: 0em; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; text-align: left; } /*End of Headings*/ /* part/section divider */ .section { text-align: center; margin: 8% auto auto auto; padding: 2em 0 3em 0; } .section h1 { font-size: 2em; text-align: center; margin: 20% 0em .5em 0em; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .section h2 { font-size: 1.4em; text-align: center; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } /*End of part/section divider */ /*Para Styles*/ /*Change below properties as required in source file*/ /*default para style with 0 indent*/ p { text-indent: 1.5em; margin: 0.2em 0 0 0em; word-wrap:break-word; text-align: justify; } .hang{ margin-top:2em; text-indent: 0em; margin-bottom:0em; } /*This style will leave 1st para and indent rest of the para */ /*first paragraph after h2 will not intent */ /*This style will apply no-indent style in para*/ p.noind { text-indent: 0em; margin-top: 1em; text-align:justify; } p.noind1{ text-indent:0em; margin-top: 5em; } p.noind2 { text-indent: 0em; margin-top: 2em; } p.noind3{ text-indent: 0em; margin-top: 2em; margin-left:10%; margin-right:10%; } span.gg1{ font-size:1.2em; } .ind{ text-indent: 1.5em; margin-top: 1em; } /*center para text*/ p.center { font-size:1em; text-align: center !important; text-indent: 0 !important; margin: 1.5em 15% 1em 15%; word-wrap:break-word; } p.center1 { text-align: center !important; text-indent: 0 !important; margin: 30% 0 1em 0; word-wrap:break-word; } p.center2 { text-align: center !important; text-indent: 0 !important; margin: 1.5em 15% 1em 15%; font-size:1.2em; word-wrap:break-word; font-weight:bold; } /* bibliography */ .bibliography p{ padding-left: 1em; margin-bottom: 0%; text-indent: -1em; word-wrap:break-word; text-align:justify; } /*align para to left or right*/ /*End of Para Styles*/ p.cct{ text-align:center; text-indent:0em; margin-left:0em; margin-top:1em; } /*Extract/Blockquote*/ /* 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: .7em 0 1em 1em; text-align:justify; } ul { margin: .7em 0 1em 0; text-align:justify; } /*End of List*/ /* table */ /* tables should only be used for displaying data. Please do not use tables to layout images */ table#pz4-1{ border-collapse:collapse; border:hidden; font-size:0.8em; } /*End of Table*/ /*Box*/ .box1 { background-color: #e8e8e8; border: thin solid black; width: 80%; padding: .5em 1em .5em 1em; margin: 1em !important; word-wrap:break-word; } /*.box2 {}*/ /*.box3 {}*/ /*.box4 {}*/ /*End of Box*/ /*Miscellaneous*/ .underline { text-decoration: underline; } .smallcaps { font-variant: small-caps; text-transform: lowercase; } span.dcap{ display: inline; padding-top: 2px; float: left; line-height: .5em; font-size: 40pt; margin-right: .05em; } .right{ text-align:right; margin-top:1em; } .cover{max-height: 100%;text-align:center;margin: 0em 0em 0em 0em;} .navlist { list-style-type: none; } .block{display: block;} .block1{display: block;height:1.2em;} .imagel{margin: 1em 0 .5em 0;page-break-inside:avoid;text-align:left;} .imagel1{margin: 0;page-break-inside:avoid;text-align:left;} .imagel2{margin: 0;page-break-inside:avoid;text-align:center;} blockquote{ display:block; margin:0; } p.s1 { text-indent: 0em;margin-top:4em; } p.s2 { text-indent: 0em;margin-top:1em; } p.s3 { text-indent:-1em;margin-left:1em;margin-top:1em; } p.s4 { margin-top:20%; } .toc h1.s5 { text-align:right;margin-bottom:1em;margin-right:0em;font-size:1.2em; } h1.s5 { text-align:right;margin-bottom:1em;margin-right:0em;font-size:1.2em; } h2.s5 { text-align:right;margin-bottom:1em;margin-right:0em;font-size:1.2em; } h1.s6 { text-align:right;margin-bottom:1em;margin-right:0em;font-size:1.2em;font-weight:bold; } p.s7 { text-indent: 0em;margin-left:1em; } p.s8 { text-indent: 0em;margin-top:1em; } p.s9 { text-indent: 0em;margin-top:1.5em; } h1.s10 { text-align:left;margin-bottom:1em;margin-left:1em;font-size:1.4em; } h2.s10 { text-align:left;margin-bottom:1em;margin-left:1em;font-size:1.4em; } p.s11 { text-indent: 0em;margin-top:1.5em; } p.s12 { text-indent:-1em;margin-left:2em;margin-right:2em;margin-top:1.5em; } p.s13 { margin-left:2em;margin-right:2em; } h1.s14 { text-align:right;margin-bottom:1em;margin-right:0em;font-size:1.2em; } p.s15 { margin-top:1.5em; } p.s16 { text-indent: 0em;margin-top:1.5em;margin-left:1.5em; } p.s17 { text-indent: 0em;margin-top:1.5em;margin-left:1.5em; } .s18 { text-indent: 0em;margin:1.5em 2em 1em 2em; } p.s19 { text-indent: 0em; } h1.s20 { text-align:right;margin-bottom:3em;margin-right:0em;font-size:1.2em; } h2.s20 { text-align:right;margin-bottom:3em;margin-right:0em;font-size:1.2em; } p.s21 { text-align:center;margin-top:0em; } .olt { list-style-type: none; }