/* BoD Standard CSS, Flowable Books, Version 2.0 */ /* Copyright page *************************************************************/ p.cpytxt-top /* New style added for Copy Right with Top Space */ { } p.cpytxt-a /*New style added for Copy Right*/ { text-align:center; margin-top:3em; margin-bottom:0px; font-size:85%; text-indent:0px; } p.cpytxt-b /*New style added for Copy Right*/ { text-align:center; margin-top:0px; 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; } ul.none { margin-top: 0em; margin-bottom: 0em; list-style-type: none; } li.li-b { margin-top:0px; margin-bottom:0px; font-size:100%; } /* complex hierarchies for toc creation ************************************/ li.tocpart-top /* New style added for Toc Part with Top Space */ { margin-top: 1em; margin-bottom: 0.5em; 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:0px; font-size:150%; text-indent:0px; } /* Paragraph Styles *****************************************************/ p { widows:2; orphans:2; } p.noindent /* New style added for flush left para */ { text-align:justify; margin-top:0px; 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:1em; margin-bottom:0px; font-size:100%; text-indent:0px; } p.indent-a /*New style added for Para Indented*/ { text-align:justify; text-indent:1em; margin-top:0px; margin-bottom:0px; font-size:100%; } p.indent-b /*New style added for Para Indented*/ { text-align:justify; text-indent:1.25em; margin-top:0px; margin-bottom:0px; font-size:100%; } /* 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: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 *****************************************************/ /* Character Styles *****************************************************/ /* Coloured characters */ /* Images as Drop Caps */ /* use this Style*/ /* Small Caps*/ /* Line Styles *********************************************************/ a { text-decoration: none; } table.table1 { margin-top:1em; margin-bottom:1em; } tr.Row_Style5 { vertical-align:top; padding-top:0em; padding-bottom:0em; } tr.Row_Style4 { vertical-align:top; padding-top:0em; padding-bottom:0em; } tr.Row_Style2 { vertical-align:top; padding-top:0em; padding-bottom:0em; } tr.Row_Style6 { vertical-align:top; padding-top:0em; 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; } td.Col_Style3 { padding-right:1.75em; vertical-align:top; } td.Col_Style2 { padding-left:1.75em; vertical-align:top; } td.Col_Style1 { padding-right:1.25em; vertical-align:top; } td.Col_Style4 { padding-left:1.25em; vertical-align:top; } p.cpytxt-c /*Newly Added Class*/ { text-align:center; margin-top:1em; margin-bottom:0px; font-size:85%; text-indent:0px; } h2.h2a /*Newly Added Class*/ { text-align:center; margin-top:3em; margin-bottom:2em; font-size:150%; text-indent:0px; } p.right-b /*Newly Added Class*/ { text-align:right; margin-top:0px; margin-bottom:1em; font-size:100%; text-indent:0px; } li.tocpart-top-a /*Newly Added Class*/ { margin-top: 0.2em; margin-bottom: 0em; font-size:100%; text-align:left; margin-left:1.5em; }span.underline { text-decoration: underline; } @media amzn-kf8 { span.dropcap { font-weight:bold; font-size: 2.9em; float: left; line-height:0.99em; margin-right: 0.025em; margin-bottom:-0.25em; } }