@charset "UTF-8";

bridgehead { display: block; font-weight: bold;}
note { display: block; }
noteref { display: inline; vertical-align: sup;}

section, h, label, l, code, separator, di { display: block; }
section, h,  label, l, code, di { unicode-bidi: embed }

summary, standby { display: none }
code  { font-family: monospace; white-space: pre }
separator { border: 1px inset }
h { display: block; font-weight: bolder; }

body h { font-size: 2em; margin: .67em 0;}

section h { font-size: 1.5em; margin: .83em 0; }

section section h { font-size: 1.17em; margin: 1em 0; }

section section section h, p, blockquote, ul, ol, dl { margin: 1.33em 0; }

section section section section h { font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}

section section section section section h { font-size: .67em; margin: 2.33em 0; }

@media print {
  h             { page-break-after: avoid; page-break-inside: avoid }
  blockc        { page-break-inside: avoid }
}


/* inherited elements */

html, body, div, p, quote, pre, ol, ul, dl, dt, dd
                { display: block }
li              { display: list-item }
head, link, meta
                { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { padding: 8px; line-height: 1.2 }
p, quote, ol, ul, dl
                { margin: 1.33em 0 }
strong          { font-weight: bolder }
blockquote      { margin-left: 4em; margin-right: 4em }
cite, em, var, address
                { font-style: italic }
pre code, kbd, samp
                { font-family: monospace }
pre             { white-space: pre }
sub, sup        { font-size: smaller }
sub             { vertical-align: sub }
sup             { vertical-align: super }
ol, ul, dd      { margin-left: 4em }
ol              { list-style-type: decimal }
ol ul, ul ol, ul ul, ol ol
                { margin-top: 0; margin-bottom: 0 }

abbr[title]     { border-bottom: dotted 1px }
*[href]         { text-decoration: underline; color: blue; }
:focus          { outline: thin dotted invert }

/* Hover effects should be default */

*[href]:visited { color: #b7f } /* A little lighter than traditionally */
*[href]:hover   { color: red }

/* begin bidirectionality settings (do not change) */

*[dir="ltr"]    { direction: ltr; unicode-bidi: embed }
*[dir="rtl"]    { direction: rtl; unicode-bidi: embed }
*[dir="lro"]    { direction: ltr; unicode-bidi: bidi-override }
*[dir="rlo"]    { direction: rtl; unicode-bidi: bidi-override }

/* block-level elements */
body, div, p, quote, pre, ol, ul, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, td, th,
col, colgroup, caption, object, summary, standby, blockcode
                { unicode-bidi: embed }
/* end bidi settings */

@media print {
  h                { page-break-after: avoid; page-break-inside: avoid }
  blockquote, pre
                { page-break-inside: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
