/* BoD Standard CSS, Flowable Books, Version 2.0 */ /* Copyright page *************************************************************/ p.cpytxt { text-align:center; margin-top:3em; margin-bottom:0px; font-size:85%; text-indent:0px; } /* Table of Contents **********************************************************/ /* simple paragraphs **************************************/ /* simple ordered and unordered lists *********************/ ul.none { margin-top: 0px; margin-bottom: 0px; list-style-type: none; } /* complex hierarchies for toc creation ************************************/ li.tocpart-top /* New style added for Toc Part with Top Space */ { text-align:left; margin-top:0.3em; margin-bottom:0px; font-size:100%; text-indent:0px; } li.tocpart-topz { text-align:left; margin-top:2em; margin-bottom:0px; font-size:100%; text-indent:0px; } /* Basic Chapter Level Style Definitions *************************************************************/ /* Headings *******************************************************************/ /* Headings should be left aligned or centered ******/ h1, h2, h3, h4 , h5, h6 { -webkit-hyphens: none; hyphens: none; adobe-hyphenate: none; text-align:left; page-break-after: avoid; } h2.h2 { text-align:center; margin-top:3em; margin-bottom:0px; font-size:130%; text-indent:0px; } h3.h3 { text-align:center; margin-top:3em; margin-bottom:0px; font-size:130%; text-indent:0px; } h2.h2-bottom /* New style added for Heading with Bottom Space */ { text-align:center; margin-top:1em; margin-bottom:0px; font-size:130%; text-indent:0px; } /* Paragraph Styles *****************************************************/ p { widows:2; orphans:2; } p.indent /* New style added for Para Indented */ { text-align:right; margin-top:1em; margin-bottom:0px; font-size:100%; text-indent:0px; } p.indent-top-a /* New style added for Para indent with Top Space */ { text-align:right; margin-top:0px; margin-bottom:0px; font-size:100%; text-indent:0px; } p.right-top /* New style added for Para right with Top Space */ { text-align:justify; text-indent:1em; margin-top:0px; margin-bottom:0px; font-size:100%; } p.normal-bottom-b /*New style added for Para with Bottom Space*/ { text-align:center; margin-top:3em; margin-bottom:0px; font-size:100%; text-indent:0px; } p.center-bottom-a /*New style added for Para center with Bottom Space*/ { text-align:justify; text-indent:1em; margin-top:1em; margin-bottom:0px; font-size:100%; } p.center-bottom-b /*New style added for Para center with Bottom Space*/ { text-align:justify; margin-top:3em; margin-bottom:0px; font-size:100%; text-indent:0px; } p.indent-top-b /*New style added for Para indent with Top Space*/ { text-align:justify; margin-top:1em; margin-bottom:0px; font-size:100%; text-indent:0px; } /* Complex Chapter Level Style Definitions *************************************************************/ /* Images *****************************************************/ div.image /*div to enclose img tags*/ { text-align:center; margin-top:1em; margin-bottom:1em; text-indent:0px; } img { margin: 0px; } /*Caption in small size */ /* Tables *****************************************************/ table { border-collapse: collapse; margin-top:1em; margin-bottom:1em; width: 100%; page-break-inside: avoid; } td { padding:0.2em; } /* Classes for tables and footnotes on different devices via media query */ div.tablequery { display:inline-block; } img.tablequery { display:none; } p.tablequery_img { display:none; } p.tablequery_html { display:inline-block; } /* Boxes, lines and pullquotes *****************************************************/ /* Lists *****************************************************/ ul { text-align:left; } ul.none { list-style-type: none; } /* Footnotes *****************************************************/ /* Character Styles *****************************************************/ /* Coloured characters */ /* Images as Drop Caps */ /* use this Style*/ /* Small Caps*/ /* Line Styles *********************************************************/ a { text-decoration: none; } div.C121 { margin-left:3em; } span.dropcap { font-weight:bold; font-size: 2.9em; float: left; line-height:0.99em; margin-right: 0.025em; margin-bottom:-0.25em; } li.tocpart-topa /*Newly Added Class*/ { text-align:left; margin-top:0.3em; margin-bottom:0px; font-size:100%; text-indent:0px; margin-left:2em; } p.cpytxta /*Newly Added Class*/ { text-align:center; margin-top:1em; margin-bottom:0px; font-size:85%; text-indent:0px; } p.cpytxtb /*Newly Added Class*/ { text-align:center; margin-top:0px; margin-bottom:0px; font-size:85%; text-indent:0px; }span.underline { text-decoration: underline; } @media all{ span.dropcap { font-weight:normal; font-size:320%; float:left; margin-top:-0.3225em; margin-bottom:-0.3445em; } }