/* BoD Standard CSS, Flowable Books, Version 2.0 */ /* Top Level Style Definitions ***********************************************************************************************************/ body /* Book Level Style Definitions *********************************************************************************************************/ /* Copyright page *************************************************************/ p.cpytxt { text-align:justify; 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:justify; margin-top:1em; margin-bottom:0px; font-size:85%; text-indent:0px; } /* Table of Contents **********************************************************/ /* simple paragraphs **************************************/ /* simple ordered and unordered lists *********************/ ul.disc { list-style-type: disc; text-align:justify } /* complex hierarchies for toc creation ************************************/ li.tocpart-top /* New style added for Toc Part with Top Space */ { margin-top: 0.3em; margin-bottom: 0em; text-align: left; text-indent: 0em; } /* 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:left; } h3.h3 { margin-top:3em; margin-bottom:0px; font-size:110%; text-indent:0px; text-align:left; } /* Paragraph Styles *****************************************************/ p { widows:2; orphans:2; } p.normal { text-align:justify; 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.indent /* New style added for Para Indented */ { text-align:justify; margin-top:0px; margin-bottom:0px; font-size:100%; text-indent:1em; } p.center { margin-top:0px; margin-bottom:0px; font-size:100%; text-align:center; text-indent:0px; } p.center-top-a /*New style added for Para center with Top Space*/ { text-align:center; margin-top:1em; 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 *****************************************************/ 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 *****************************************************/ /* Character Styles *****************************************************/ /* Coloured characters */ /* Images as Drop Caps */ /* use this Style*/ /* Small Caps*/ /* Line Styles *********************************************************/ a { text-decoration: none; } table.table1 { margin-bottom:1em; margin-top:1em; } tr.Row_Style9 { vertical-align:top; padding-top:0em; padding-bottom:0em; } tr.Row_Style10 { vertical-align:top; padding-top:0em; padding-bottom:0em; } tr.Row_Style7 { vertical-align:top; padding-top:0em; padding-bottom:0.375em; } tr.Row_Style5 { vertical-align:top; padding-top:0.375em; padding-bottom:0.375em; } tr.Row_Style8 { vertical-align:top; padding-top:0.375em; padding-bottom:0em; } tr.Row_Style12 { vertical-align:top; padding-top:0em; padding-bottom:0.375em; } tr.Row_Style6 { vertical-align:top; padding-top:0.375em; padding-bottom:0.375em; } tr.Row_Style4 { vertical-align:top; padding-top:0.375em; padding-bottom:0em; } 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; } tr.Row_Style11 { vertical-align:top; padding-top:0em; padding-bottom:0em; } td.Col_Style8 { padding-right:1em; padding-left:0.3em; } td.Col_Style2 { padding-left:0em; padding-right:0em; } td.Col_Style3 { padding-left:0em; } td.Col_Style5 { padding-right:0.125em; } td.Col_Style6 { padding-left:0.125em; } td.Col_Style4 { padding-right:1.375em; } td.Col_Style1 { padding-left:1.375em; } td.Col_Style7 { padding-right:3em; background-color:#e9edf4; border-bottom:solid 1px #ffffff; border-right:solid 1px #ffffff; padding-left:0.3em; } div.image /*Newly Added Class*/ { text-align:center; margin-top:1em; margin-bottom:0px; text-indent:0px; } h3.h3-a /*Newly Added Class*/ { margin-top:3em; margin-bottom:0px; font-size:110%; text-align:center; text-indent:0px; }span.underline { text-decoration: underline; } ul.none { list-style-type:none; }