/* BoD Standard CSS, Flowable Books, Version 2.0 */ /* Top Level Style Definitions ***********************************************************************************************************/ body /* Book Level Style Definitions *********************************************************************************************************/ /* Copyright page *************************************************************/ p.cpytxt { margin-top:0px; margin-bottom:0px; font-size:85%; text-indent:0px; text-align:left; } p.cpytxt-top /* New style added for Copy Right with Top Space */ { margin-top:3em; margin-bottom:0px; font-size:85%; text-indent:0px; text-align:left; } /* Table of Contents **********************************************************/ /* simple paragraphs **************************************/ /* simple ordered and unordered lists *********************/ ul.disc { list-style-type: disc; } ul.none { list-style-type:none; } /* complex hierarchies for toc creation ************************************/ h1.toc-part { text-align:center; margin-top:3em; margin-bottom:1.1em; font-size:120%; text-indent:0px; } li.tocpart-top /* New style added for Toc Part with Top Space */ { margin-top:0.1em; margin-bottom:0px; font-size:100%; text-indent:0px; text-align:left; } /* 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:2em; margin-bottom:0px; font-size:120%; text-indent:0px; } h3.h3 { margin-top:1em; margin-bottom:0px; font-size:120%; text-indent:0px; text-align:left; } h4.h4 { text-align:center; margin-bottom:0px; font-size:120%; text-indent:0px; } /* Paragraph Styles *****************************************************/ p { widows:2; orphans:2; } p.normal { text-align:justify; margin-left:2em; margin-top:0px; margin-bottom:0px; font-size:100%; text-indent:0px; } p.normal-top /* New style added for Para with Top Space */ { text-align:justify; margin-top:1em; margin-bottom:0px; font-size:100%; text-indent:0px; } p.center-top /* New style added for Para center with Top Space */ { text-align:center; margin-top:3em; margin-bottom:0px; font-size:100%; text-indent:0px; } p.indent /* New style added for Para Indented */ { text-align:justify; text-indent:1em; margin-top:0px; margin-bottom:0px; font-size:100%; } p.left-top /* New style added for Para left with Top Space */ { margin-top:1em; margin-bottom:0px; font-size:100%; text-indent:0px; text-align:left; } p.center { text-align:center; margin-top:0px; margin-bottom:0px; font-size:100%; text-indent:0px; } p.left { margin-top:0px; margin-bottom:0px; font-size:100%; text-indent:0px; text-align:left; } p.right { margin-top:0px; margin-bottom:0px; font-size:100%; text-align:right; text-indent:0px; } p.caption /* match PDF Style*/ { text-align:center; margin-top:0px; margin-bottom:1em; font-size:90%; text-indent:0px; } /* Complex Chapter Level Style Definitions *************************************************************/ /* Images *****************************************************/ img { margin: 0px auto; } div.group /*div to keep elements together, e.g. images and cations, quote and quote author, etc*/ { page-break-inside: avoid; } /*Caption in small size */ p.hanging /* New style added for Para left with Hanging */ { text-align:justify; text-indent:-2.1em; margin-left:2.1em; margin-top:0px; margin-bottom:0px; font-size:100%; } /* Tables *****************************************************/ /* 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 *****************************************************/ /* Footnotes *****************************************************/ p.footnote { text-align:justify; margin-top:0px; margin-bottom:0px; font-size:90%; text-indent:0px; } /* Character Styles *****************************************************/ /* Coloured characters */ /* Drop Cap classes */ /* use this Style*/ /* Images as Drop Caps */ /* use this Style*/ /* Small Caps*/ /* Line Styles *********************************************************/ a { text-decoration: none; } div.C370 { border:solid 1px; padding-left:1em; margin-top:3em; padding-bottom:1em; } div.C376 { border:solid 1px; margin-top:3em; margin-bottom:1em; padding-left:1em; padding-right:1em; } p.cpytxt-top-a /*Newly Added Class*/ { margin-top:1em; margin-bottom:0px; font-size:85%; text-indent:0px; text-align:left; } div.image /*Newly Added Class*/ { text-align:center; margin-top:1em; margin-bottom:1em; text-indent:0px; } span.underline { text-decoration: underline; }