/* BoD Standard CSS, Flowable Books, Version 2.0 */ /* Copyright page *************************************************************/ p.cpytxt-top /* New style added for Copy Right with Top Space */ { text-indent: 0; margin-top: 3em; margin-bottom: 0; font-size: 85% } p.cpytxt-a /*New style added for Copy Right*/ { text-indent: 0; margin-top: 1em; margin-bottom: 0; font-size: 85% } /* Table of Contents **********************************************************/ /* simple paragraphs **************************************/ /* simple ordered and unordered lists *********************/ ul.disc { list-style-type: disc; margin-top: 0; margin-bottom: 0 } ul.none { margin-top: 0; margin-bottom: 0; list-style-type: none } li.li-b { margin-top: 1em; margin-bottom: 0; font-size: 100%; text-align: left } /* complex hierarchies for toc creation ************************************/ li.tocpart-top /* New style added for Toc Part with Top Space */ { margin-top: 1em; margin-bottom: 0; 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: 3em; margin-bottom: 2em; font-size: 140%; text-indent: 0 } h3.h3 { text-align: center; margin-top: 2em; margin-bottom: 1em; font-size: 120%; text-indent: 0 } h2.h2-top /*New style added for Heading with Top Space*/ { text-align: center; margin-top: 2em; margin-bottom: 0; font-size: 120%; text-indent: 0 } /* Paragraph Styles *****************************************************/ p { widows: 2; orphans: 2 } p.normal { margin-top: 0; margin-bottom: 0; font-size: 100%; text-indent: 0 } p.normal-top /* New style added for Para with Top Space */ { margin-top: 1em; margin-bottom: 0; font-size: 100%; text-indent: 0 } p.center-top /* New style added for Para center with Top Space */ { text-align: center; margin-top: 1em; margin-bottom: 0; font-size: 100%; text-indent: 0 } p.indent /* New style added for Para Indented */ { text-indent: 1em; margin-top: 0; margin-bottom: 0; font-size: 100% } p.center { text-align: center; margin-top: 0; margin-bottom: 0; font-size: 100%; text-indent: 0 } p.normal-top-b /*New style added for Para with Top Space*/ { margin-top: 0; margin-bottom: 0; font-size: 100%; page-break-before: always; padding-top: 3em; text-indent: 0 } p.center-top-a /*New style added for Para center with Top Space*/ { text-align: center; margin-top: 3em; margin-bottom: 0; font-size: 100%; text-indent: 0 } /* Complex Chapter Level Style Definitions *************************************************************/ /* Images *****************************************************/ div.image /*div to enclose img tags*/ { text-align: center; margin-top: 1em; margin-bottom: 0; text-indent: 0 } img { max-width: 100%; max-height: 100%; margin: 0 } /*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 *****************************************************/ p.footnote { margin-top: 0.5em; margin-bottom: 0; font-size: 90%; text-indent: 0 } /* Character Styles *****************************************************/ /* Coloured characters */ /* Images as Drop Caps */ /* use this Style*/ /* Small Caps*/ /* Line Styles *********************************************************/ a { text-decoration: none } tr.Row_Style1 { vertical-align: top; padding-top: 0; padding-bottom: 0 } tr.Row_Style2 { vertical-align: top; padding-top: 0; padding-bottom: 0 } td.Col_Style1 { padding: 0.2em; vertical-align: top } div.C136 { font-size: 130% } span.dropcap { font-weight: bold; font-size: 2.8em; float: left; line-height: 0.99em; margin-right: 0.025em; margin-bottom: -0.25em } li.tocpart-a /*Newly Added Class*/ { margin-top: 0.3em; margin-bottom: 0; font-size: 100%; text-align: left; margin-left: 1.5em } li.li-b-a /*Newly Added Class*/ { margin-top: 0; margin-bottom: 0; font-size: 100%; text-align: left } span.underline { text-decoration: underline } @media amzn-kf8 { span.dropcap { font-weight: normal; font-size: 320%; float: left; margin-top: -0.3225em; margin-bottom: -0.3445em } }