/* BoD Standard CSS, Flowable Books, Version 2.0 */ /* Top Level Style Definitions ***********************************************************************************************************/ body /* Book Level Style Definitions *********************************************************************************************************/ /* Copyright page *************************************************************/ p.cpytxt { text-align:center; margin-top:0px; margin-bottom:0px; font-size:85%; text-indent:0px; } p.cpytxt-top /* New style added for Copy Right with Top Space */ { 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 *********************/ /* complex hierarchies for toc creation ************************************/ h1.toc-part { text-align:center; margin-top:3em; margin-bottom:1em; font-size:130%; text-indent:0px; } li.tocpart-top /* New style added for Toc Part with Top Space */ { margin-top:1.1em; margin-bottom:0px; font-size:100%; 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:0px; margin-bottom:0px; font-size:130%; text-indent:0px; } /* Paragraph Styles *****************************************************/ p { widows:2; orphans:2; } 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:1em; 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.center { text-align:center; margin-top:0px; margin-bottom:0px; font-size:100%; text-indent:0px; } /* Complex Chapter Level Style Definitions *************************************************************/ /* Images *****************************************************/ img { max-width:100%; max-height:100%; margin: 0px; } /*Caption in small size */ /* 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 *****************************************************/ /* Character Styles *****************************************************/ /* Coloured characters */ /* Images as Drop Caps */ /* use this Style*/ /* Small Caps*/ /* Line Styles *********************************************************/ a { text-decoration: none; } div.C29 { color:#9965FF; padding-top:3em; } div.C36 { color:#FF6500; padding-top:3em; } div.C39 { color:#FFCC00; padding-top:3em; } div.C41 { color:#6F2F9F; padding-top:3em; } div.C42 { color:#32CC32; padding-top:3em; } div.C47 { color:#9932FF; padding-top:3em; } div.C48 { color:#008080; padding-top:3em; } div.C49 { color:#FF65FF; padding-top:3em; } div.C51 { color:#0065FF; padding-top:3em; } div.C52 { color:#FF32CC; padding-top:3em; } p.cpytxt-top-a /*Newly Added Class*/ { text-align:center; margin-top:1em; margin-bottom:0px; font-size:85%; text-indent:0px; } li.tocpart-top-a /*Newly Added Class*/ { margin-top:.2em; margin-bottom:0px; font-size:100%; text-align:left; }span.underline { text-decoration: underline; } ul.none{ list-style-type:none; }