/* BoD Standard CSS, Flowable Books, Version 2.0 */ /* Top Level Style Definitions ***********************************************************************************************************/ body /* Book Level Style Definitions *********************************************************************************************************/ /* Copyright page *************************************************************/ /* Table of Contents **********************************************************/ /* simple paragraphs **************************************/ li.toc { text-align:center; margin-top:0.5em; margin-bottom:0px; font-size:100%; text-indent:0px; } /* simple ordered and unordered lists *********************/ /* complex hierarchies for toc creation ************************************/ /* 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:1em; font-size:120%; text-indent:0px; } /* Paragraph Styles *****************************************************/ p { widows:2; orphans:2; } 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.indent-top-a /* New style added for Para indent with Top Space */ { text-align:justify; text-indent:1em; margin-top:1em; margin-bottom:0px; font-size:100%; } p.noindent /* New style added for flush left para */ { text-align:justify; margin-top:1em; margin-bottom:0px; font-size:100%; text-indent:0px; } p.noindent-top /* New style added for flush left para with top space */ { text-align:justify; margin-top:3em; margin-bottom:0px; font-size:90%; text-indent:0px; } /* Complex Chapter Level Style Definitions *************************************************************/ /* Images *****************************************************/ img { max-width:100%; max-height:100%; margin: 0px auto; } /*Caption in small size */ /* Tables *****************************************************/ table { border-collapse: collapse; margin-top:1em; margin-bottom:0em; width: 100%; } td { -webkit-hyphens: auto !important; adobe-hyphenate: auto; hyphens: auto; } div.table { display:inline-block; } /* 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; text-indent:1em; margin-top:0px; margin-bottom:0px; font-size:90%; } /* 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; } table.table1 { margin-top:2em; margin-bottom:0px; font-size:85%; } tr.Row_Style1 { vertical-align:top; padding-top:0em; padding-bottom:0em; } tr.Row_Style3 { vertical-align:top; padding-top:0em; padding-bottom:0em; } tr.Row_Style2 { vertical-align:top; padding-top:0em; padding-bottom:0em; } td.Col_Style1 { padding-right:1em; vertical-align:top; } span.underline { text-decoration: underline; } p.toc { text-align:center; margin-top:0.5em; margin-bottom:0px; font-size:100%; text-indent:0px; } ul.none { list-style-type:none; }