1/*
2:Author: Chad Skeeters
3:Contact: cskeeters@nciinc.com
4
5Stylesheet for use with Docutils/rst2html.
6*/
7
8html {
9  font-size: 100%;
10  -webkit-text-size-adjust: 100%;
11      -ms-text-size-adjust: 100%;
12}
13
14a:focus {
15  outline: thin dotted #333;
16  outline: 5px auto -webkit-focus-ring-color;
17  outline-offset: -2px;
18}
19
20a:hover,
21a:active {
22  outline: 0;
23}
24
25sub,
26sup {
27  position: relative;
28  font-size: 75%;
29  line-height: 0;
30  vertical-align: baseline;
31}
32
33sup {
34  top: -0.5em;
35}
36
37sub {
38  bottom: -0.25em;
39}
40
41img {
42  width: auto\9;
43  height: auto;
44  max-width: 100%;
45  vertical-align: middle;
46  border: 0;
47  -ms-interpolation-mode: bicubic;
48}
49
50@media print {
51  * {
52    color: #000 !important;
53    text-shadow: none !important;
54    background: transparent !important;
55    box-shadow: none !important;
56  }
57  a,
58  a:visited {
59    text-decoration: underline;
60  }
61  a[href]:after {
62    content: " (" attr(href) ")";
63  }
64  abbr[title]:after {
65    content: " (" attr(title) ")";
66  }
67  .ir a:after,
68  a[href^="javascript:"]:after,
69  a[href^="#"]:after {
70    content: "";
71  }
72  pre,
73  blockquote {
74    border: 1px solid #999;
75    page-break-inside: avoid;
76  }
77  thead {
78    display: table-header-group;
79  }
80  tr,
81  img {
82    page-break-inside: avoid;
83  }
84  img {
85    max-width: 100% !important;
86  }
87  @page  {
88    margin: 0.5cm;
89  }
90  h1 {
91    page-break-before:always;
92  }
93  h1.title {
94    page-break-before:avoid;
95  }
96  p,
97  h2,
98  h3 {
99    orphans: 3;
100    widows: 3;
101  }
102  h2,
103  h3 {
104    page-break-after: avoid;
105  }
106}
107
108body {
109  margin: 40px;
110  margin-right: auto;
111  margin-left: auto;
112  width: 700px;
113  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
114  font-size: 14px;
115  line-height: 20px;
116  color: #333333;
117  background-color: #ffffff;
118}
119
120a {
121  color: #0088cc;
122  text-decoration: none;
123}
124
125a:hover,
126a:focus {
127  color: #005580;
128  text-decoration: underline;
129}
130
131.img-rounded {
132  -webkit-border-radius: 6px;
133     -moz-border-radius: 6px;
134          border-radius: 6px;
135}
136
137.img-polaroid {
138  padding: 4px;
139  background-color: #fff;
140  border: 1px solid #ccc;
141  border: 1px solid rgba(0, 0, 0, 0.2);
142  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
143     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
144          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
145}
146
147p {
148  margin: 0 0 10px;
149}
150
151small {
152  font-size: 85%;
153}
154
155strong {
156  font-weight: bold;
157}
158
159em {
160  font-style: italic;
161}
162
163cite {
164  font-style: normal;
165}
166
167h1,
168h2,
169h3,
170h4,
171h5,
172h6 {
173  font-family: inherit;
174  font-weight: bold;
175  line-height: 20px;
176  color: inherit;
177  text-rendering: optimizelegibility;
178}
179h1 {
180  font-size: 2em;
181  padding-bottom:.2em;
182  border-bottom:1px solid grey;
183}
184h1.title {
185  padding-bottom:1em;
186  border-bottom:0px;
187}
188h2 {
189  font-size: 1.5em;
190}
191
192h3 {
193  font-size: 1.3em;
194  font-family:Georgia, serif;
195  font-style:italic;
196  /*font-weight:normal;*/
197}
198
199h4 {
200  font-size: 1.3em;
201}
202
203h5 {
204  font-size: 1.2em;
205}
206
207h6 {
208  font-size: 1.1em;
209}
210
211ul,
212ol {
213  padding: 0;
214  margin: 0 0 10px 25px;
215}
216
217ul ul,
218ul ol,
219ol ol,
220ol ul {
221  margin-bottom: 0;
222}
223
224li {
225  line-height: 20px;
226}
227
228dl {
229  margin-bottom: 20px;
230}
231
232dt,
233dd {
234  line-height: 20px;
235}
236
237dt {
238  font-weight: bold;
239}
240
241dd {
242  margin-left: 10px;
243}
244
245hr {
246  margin: 20px 0;
247  border: 0;
248  border-top: 1px solid #eeeeee;
249  border-bottom: 1px solid #ffffff;
250}
251
252abbr[title],
253abbr[data-original-title] {
254  cursor: help;
255  border-bottom: 1px dotted #999999;
256}
257
258abbr.initialism {
259  font-size: 90%;
260  text-transform: uppercase;
261}
262
263blockquote {
264  padding: 0 0 0 15px;
265  margin: 0 0 20px;
266  border-left: 5px solid #eeeeee;
267}
268
269blockquote p {
270  margin-bottom: 0;
271  font-size: 17.5px;
272  font-weight: 300;
273  line-height: 1.25;
274}
275
276q:before,
277q:after,
278blockquote:before,
279blockquote:after {
280  content: "";
281}
282
283address {
284  display: block;
285  margin-bottom: 20px;
286  font-style: normal;
287  line-height: 20px;
288}
289
290code,
291pre {
292  padding: 0 3px 2px;
293  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
294  font-size: 12px;
295  color: #333333;
296  -webkit-border-radius: 3px;
297     -moz-border-radius: 3px;
298          border-radius: 3px;
299}
300
301code {
302  padding: 2px 4px;
303  color: #d14;
304  white-space: nowrap;
305  background-color: #f7f7f9;
306  border: 1px solid #e1e1e8;
307}
308
309pre {
310  display: block;
311  padding: 9.5px;
312  margin: 0 0 10px;
313  font-size: 13px;
314  line-height: 20px;
315  word-break: break-all;
316  word-wrap: break-word;
317  white-space: pre;
318  white-space: pre-wrap;
319  background-color: #f5f5f5;
320  border: 1px solid #ccc;
321  border: 1px solid rgba(0, 0, 0, 0.15);
322  -webkit-border-radius: 4px;
323     -moz-border-radius: 4px;
324          border-radius: 4px;
325}
326
327pre.prettyprint {
328  margin-bottom: 20px;
329}
330
331pre code {
332  padding: 0;
333  color: inherit;
334  white-space: pre;
335  white-space: pre-wrap;
336  background-color: transparent;
337  border: 0;
338}
339
340.pre-scrollable {
341  max-height: 340px;
342  overflow-y: scroll;
343}
344
345table {
346  max-width: 100%;
347  background-color: transparent;
348  border-collapse: collapse;
349  border-spacing: 0;
350}
351
352.table {
353  width: 100%;
354  margin-bottom: 20px;
355}
356
357.table th,
358.table td {
359  padding: 8px;
360  line-height: 20px;
361  text-align: left;
362  vertical-align: top;
363  border-top: 1px solid #dddddd;
364}
365
366.table th {
367  font-weight: bold;
368}
369
370.table thead th {
371  vertical-align: bottom;
372}
373
374.table caption + thead tr:first-child th,
375.table caption + thead tr:first-child td,
376.table colgroup + thead tr:first-child th,
377.table colgroup + thead tr:first-child td,
378.table thead:first-child tr:first-child th,
379.table thead:first-child tr:first-child td {
380  border-top: 0;
381}
382
383.table tbody + tbody {
384  border-top: 2px solid #dddddd;
385}
386
387.table .table {
388  background-color: #ffffff;
389}
390
391.table-condensed th,
392.table-condensed td {
393  padding: 4px 5px;
394}
395
396.table-bordered {
397  border: 1px solid #dddddd;
398  border-collapse: separate;
399  *border-collapse: collapse;
400  border-left: 0;
401  -webkit-border-radius: 4px;
402     -moz-border-radius: 4px;
403          border-radius: 4px;
404}
405
406.table-bordered th,
407.table-bordered td {
408  border-left: 1px solid #dddddd;
409}
410
411.table-bordered caption + thead tr:first-child th,
412.table-bordered caption + tbody tr:first-child th,
413.table-bordered caption + tbody tr:first-child td,
414.table-bordered colgroup + thead tr:first-child th,
415.table-bordered colgroup + tbody tr:first-child th,
416.table-bordered colgroup + tbody tr:first-child td,
417.table-bordered thead:first-child tr:first-child th,
418.table-bordered tbody:first-child tr:first-child th,
419.table-bordered tbody:first-child tr:first-child td {
420  border-top: 0;
421}
422
423.table-bordered thead:first-child tr:first-child > th:first-child,
424.table-bordered tbody:first-child tr:first-child > td:first-child,
425.table-bordered tbody:first-child tr:first-child > th:first-child {
426  -webkit-border-top-left-radius: 4px;
427          border-top-left-radius: 4px;
428  -moz-border-radius-topleft: 4px;
429}
430
431.table-bordered thead:first-child tr:first-child > th:last-child,
432.table-bordered tbody:first-child tr:first-child > td:last-child,
433.table-bordered tbody:first-child tr:first-child > th:last-child {
434  -webkit-border-top-right-radius: 4px;
435          border-top-right-radius: 4px;
436  -moz-border-radius-topright: 4px;
437}
438
439.table-bordered thead:last-child tr:last-child > th:first-child,
440.table-bordered tbody:last-child tr:last-child > td:first-child,
441.table-bordered tbody:last-child tr:last-child > th:first-child,
442.table-bordered tfoot:last-child tr:last-child > td:first-child,
443.table-bordered tfoot:last-child tr:last-child > th:first-child {
444  -webkit-border-bottom-left-radius: 4px;
445          border-bottom-left-radius: 4px;
446  -moz-border-radius-bottomleft: 4px;
447}
448
449.table-bordered thead:last-child tr:last-child > th:last-child,
450.table-bordered tbody:last-child tr:last-child > td:last-child,
451.table-bordered tbody:last-child tr:last-child > th:last-child,
452.table-bordered tfoot:last-child tr:last-child > td:last-child,
453.table-bordered tfoot:last-child tr:last-child > th:last-child {
454  -webkit-border-bottom-right-radius: 4px;
455          border-bottom-right-radius: 4px;
456  -moz-border-radius-bottomright: 4px;
457}
458
459.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
460  -webkit-border-bottom-left-radius: 0;
461          border-bottom-left-radius: 0;
462  -moz-border-radius-bottomleft: 0;
463}
464
465.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
466  -webkit-border-bottom-right-radius: 0;
467          border-bottom-right-radius: 0;
468  -moz-border-radius-bottomright: 0;
469}
470
471.table-bordered caption + thead tr:first-child th:first-child,
472.table-bordered caption + tbody tr:first-child td:first-child,
473.table-bordered colgroup + thead tr:first-child th:first-child,
474.table-bordered colgroup + tbody tr:first-child td:first-child {
475  -webkit-border-top-left-radius: 4px;
476          border-top-left-radius: 4px;
477  -moz-border-radius-topleft: 4px;
478}
479
480.table-bordered caption + thead tr:first-child th:last-child,
481.table-bordered caption + tbody tr:first-child td:last-child,
482.table-bordered colgroup + thead tr:first-child th:last-child,
483.table-bordered colgroup + tbody tr:first-child td:last-child {
484  -webkit-border-top-right-radius: 4px;
485          border-top-right-radius: 4px;
486  -moz-border-radius-topright: 4px;
487}
488
489.table-striped tbody > tr:nth-child(odd) > td,
490.table-striped tbody > tr:nth-child(odd) > th {
491  background-color: #f9f9f9;
492}
493
494.table-hover tbody tr:hover > td,
495.table-hover tbody tr:hover > th {
496  background-color: #f5f5f5;
497}
498
499table td[class*="span"],
500table th[class*="span"],
501.row-fluid table td[class*="span"],
502.row-fluid table th[class*="span"] {
503  display: table-cell;
504  float: none;
505  margin-left: 0;
506}
507
508.hero-unit {
509  padding: 60px;
510  margin-bottom: 30px;
511  font-size: 18px;
512  font-weight: 200;
513  line-height: 30px;
514  color: inherit;
515  background-color: #eeeeee;
516  -webkit-border-radius: 6px;
517     -moz-border-radius: 6px;
518          border-radius: 6px;
519}
520
521.hero-unit h1 {
522  margin-bottom: 0;
523  font-size: 60px;
524  line-height: 1;
525  letter-spacing: -1px;
526  color: inherit;
527}
528
529.hero-unit li {
530  line-height: 30px;
531}
532
533
534/* rst2html default used to remove borders from tables and images */
535.borderless, table.borderless td, table.borderless th {
536  border: 0 }
537
538table.borderless td, table.borderless th {
539  /* Override padding for "table.docutils td" with "! important".
540     The right padding separates the table cells. */
541  padding: 0 0.5em 0 0 ! important }
542
543.first {
544  /* Override more specific margin styles with "! important". */
545  margin-top: 0 ! important }
546
547.last, .with-subtitle {
548  margin-bottom: 0 ! important }
549
550.hidden {
551  display: none }
552
553a.toc-backref {
554  text-decoration: none ;
555  color: black }
556
557blockquote.epigraph {
558  margin: 2em 5em ; }
559
560dl.docutils dd {
561  margin-bottom: 0.5em }
562
563object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
564  overflow: hidden;
565}
566
567/* Uncomment (and remove this text!) to get bold-faced definition list terms
568dl.docutils dt {
569  font-weight: bold }
570*/
571
572div.abstract {
573  margin: 2em 5em }
574
575div.abstract p.topic-title {
576  font-weight: bold ;
577  text-align: center }
578
579div.admonition, div.attention, div.caution, div.danger, div.error,
580div.hint, div.important, div.note, div.tip, div.warning {
581  margin: 2em ;
582  border: medium outset ;
583  padding: 1em }
584
585div.note, div.warning {
586  margin:1.5em 0px;
587  border: none;
588}
589
590div.note p.admonition-title,
591div.warning p.admonition-title
592{
593  display:none;
594}
595
596/* Clearfix
597 * http://css-tricks.com/snippets/css/clear-fix/
598 */
599
600div.note:after,
601div.warning:after {
602  content:"";
603  display:table;
604  clear:both;
605}
606
607div.note p:before,
608div.warning p:before {
609  display:block;
610  float:left;
611  font-size:4em;
612  line-height:1em;
613  margin-right:20px;
614  margin-left: 0em;
615  margin-top:-10px;
616  content:'\0270D'; /*handwriting*/
617}
618
619div.warning p:before {
620  content:'\026A0'; /*warning*/
621}
622
623div.admonition p.admonition-title, div.hint p.admonition-title,
624div.important p.admonition-title, div.note p.admonition-title,
625div.tip p.admonition-title {
626  font-weight: bold ;
627  font-family: sans-serif }
628
629div.attention p.admonition-title, div.caution p.admonition-title,
630div.danger p.admonition-title, div.error p.admonition-title,
631div.warning p.admonition-title, .code .error {
632  color: red ;
633  font-weight: bold ;
634  font-family: sans-serif }
635
636/* Uncomment (and remove this text!) to get reduced vertical space in
637   compound paragraphs.
638div.compound .compound-first, div.compound .compound-middle {
639  margin-bottom: 0.5em }
640
641div.compound .compound-last, div.compound .compound-middle {
642  margin-top: 0.5em }
643*/
644
645div.dedication {
646  margin: 2em 5em ;
647  text-align: center ;
648  font-style: italic }
649
650div.dedication p.topic-title {
651  font-weight: bold ;
652  font-style: normal }
653
654div.figure {
655  margin-left: 2em ;
656  margin-right: 2em }
657
658div.footer, div.header {
659  clear: both;
660  font-size: smaller }
661
662div.line-block {
663  display: block ;
664  margin-top: 1em ;
665  margin-bottom: 1em }
666
667div.line-block div.line-block {
668  margin-top: 0 ;
669  margin-bottom: 0 ;
670  margin-left: 1.5em }
671
672div.sidebar {
673  margin: 0 0 0.5em 1em ;
674  border: medium outset ;
675  padding: 1em ;
676  background-color: #ffffee ;
677  width: 40% ;
678  float: right ;
679  clear: right }
680
681div.sidebar p.rubric {
682  font-family: sans-serif ;
683  font-size: medium }
684
685div.system-messages {
686  margin: 5em }
687
688div.system-messages h1 {
689  color: red }
690
691div.system-message {
692  border: medium outset ;
693  padding: 1em }
694
695div.system-message p.system-message-title {
696  color: red ;
697  font-weight: bold }
698
699div.topic {
700  margin: 2em }
701
702h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
703h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
704  margin-top: 0.4em }
705
706h1.title {
707  text-align: center }
708
709h2.subtitle {
710  text-align: center }
711
712hr.docutils {
713  width: 75% }
714
715img.align-left, .figure.align-left, object.align-left {
716  clear: left ;
717  float: left ;
718  margin-right: 1em }
719
720img.align-right, .figure.align-right, object.align-right {
721  clear: right ;
722  float: right ;
723  margin-left: 1em }
724
725img.align-center, .figure.align-center, object.align-center {
726  display: block;
727  margin-left: auto;
728  margin-right: auto;
729}
730
731.align-left {
732  text-align: left }
733
734.align-center {
735  clear: both ;
736  text-align: center }
737
738.align-right {
739  text-align: right }
740
741/* reset inner alignment in figures */
742div.align-right {
743  text-align: inherit }
744
745/* div.align-center * { */
746/*   text-align: left } */
747
748ol.simple, ul.simple {
749  margin-bottom: 1em }
750
751ol.arabic {
752  list-style: decimal }
753
754ol.loweralpha {
755  list-style: lower-alpha }
756
757ol.upperalpha {
758  list-style: upper-alpha }
759
760ol.lowerroman {
761  list-style: lower-roman }
762
763ol.upperroman {
764  list-style: upper-roman }
765
766p.attribution {
767  text-align: right ;
768  margin-left: 50% }
769
770p.caption {
771  font-style: italic }
772
773p.credits {
774  font-style: italic ;
775  font-size: smaller }
776
777p.label {
778  white-space: nowrap }
779
780p.rubric {
781  font-weight: bold ;
782  font-size: larger ;
783  color: maroon ;
784  text-align: center }
785
786p.sidebar-title {
787  font-family: sans-serif ;
788  font-weight: bold ;
789  font-size: larger }
790
791p.sidebar-subtitle {
792  font-family: sans-serif ;
793  font-weight: bold }
794
795p.topic-title {
796  font-weight: bold }
797
798pre.address {
799  margin-bottom: 0 ;
800  margin-top: 0 ;
801  font: inherit }
802
803pre.literal-block, pre.doctest-block, pre.math, pre.code {
804  margin-left: 2em ;
805  margin-right: 2em }
806
807pre.code .ln { color: grey; } /* line numbers */
808pre.code, code { background-color: #eeeeee }
809pre.code .comment, code .comment { color: #5C6576 }
810pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
811pre.code .literal.string, code .literal.string { color: #0C5404 }
812pre.code .name.builtin, code .name.builtin { color: #352B84 }
813pre.code .deleted, code .deleted { background-color: #DEB0A1}
814pre.code .inserted, code .inserted { background-color: #A3D289}
815
816span.classifier {
817  font-family: sans-serif ;
818  font-style: oblique }
819
820span.classifier-delimiter {
821  font-family: sans-serif ;
822  font-weight: bold }
823
824span.interpreted {
825  font-family: sans-serif }
826
827span.option {
828  white-space: nowrap }
829
830span.pre {
831  white-space: pre }
832
833span.problematic {
834  color: red }
835
836span.section-subtitle {
837  /* font-size relative to parent (h1..h6 element) */
838  font-size: 80% }
839
840table.citation {
841  border-left: solid 1px gray;
842  margin-left: 1px }
843
844table.docinfo {
845  margin: 2em 4em }
846
847table.docutils {
848  margin-top: 0.5em ;
849  margin-bottom: 0.5em }
850
851table.footnote {
852  border-left: solid 1px black;
853  margin-left: 1px }
854
855table.docutils td, table.docutils th,
856table.docinfo td, table.docinfo th {
857  padding-left: 0.5em ;
858  padding-right: 0.5em ;
859  vertical-align: top }
860
861table.docutils th.field-name, table.docinfo th.docinfo-name {
862  font-weight: bold ;
863  text-align: left ;
864  white-space: nowrap ;
865  padding-left: 0 }
866
867h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
868h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
869  font-size: 100% }
870
871ul.auto-toc {
872  list-style-type: none }
873
874.code .pygments-hll { background-color: #ffffcc }
875.code .pygments-c { color: #60a0b0; font-style: italic } /* Comment */
876.code .pygments-err { border: 1px solid #FF0000 } /* Error */
877.code .pygments-k { color: #007020; font-weight: bold } /* Keyword */
878.code .pygments-o { color: #666666 } /* Operator */
879.code .pygments-cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
880.code .pygments-cp { color: #007020 } /* Comment.Preproc */
881.code .pygments-c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
882.code .pygments-cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
883.code .pygments-gd { color: #A00000 } /* Generic.Deleted */
884.code .pygments-ge { font-style: italic } /* Generic.Emph */
885.code .pygments-gr { color: #FF0000 } /* Generic.Error */
886.code .pygments-gh { color: #000080; font-weight: bold } /* Generic.Heading */
887.code .pygments-gi { color: #00A000 } /* Generic.Inserted */
888.code .pygments-go { color: #888888 } /* Generic.Output */
889.code .pygments-gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
890.code .pygments-gs { font-weight: bold } /* Generic.Strong */
891.code .pygments-gu { color: #800080; font-weight: bold } /* Generic.Subheading */
892.code .pygments-gt { color: #0044DD } /* Generic.Traceback */
893.code .pygments-kc { color: #007020; font-weight: bold } /* Keyword.Constant */
894.code .pygments-kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
895.code .pygments-kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
896.code .pygments-kp { color: #007020 } /* Keyword.Pseudo */
897.code .pygments-kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
898.code .pygments-kt { color: #902000 } /* Keyword.Type */
899.code .pygments-m { color: #40a070 } /* Literal.Number */
900.code .pygments-s { color: #4070a0 } /* Literal.String */
901.code .pygments-na { color: #4070a0 } /* Name.Attribute */
902.code .pygments-nb { color: #007020 } /* Name.Builtin */
903.code .pygments-nc { color: #0e84b5; font-weight: bold } /* Name.Class */
904.code .pygments-no { color: #60add5 } /* Name.Constant */
905.code .pygments-nd { color: #555555; font-weight: bold } /* Name.Decorator */
906.code .pygments-ni { color: #d55537; font-weight: bold } /* Name.Entity */
907.code .pygments-ne { color: #007020 } /* Name.Exception */
908.code .pygments-nf { color: #06287e } /* Name.Function */
909.code .pygments-nl { color: #002070; font-weight: bold } /* Name.Label */
910.code .pygments-nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
911.code .pygments-nt { color: #062873; font-weight: bold } /* Name.Tag */
912.code .pygments-nv { color: #bb60d5 } /* Name.Variable */
913.code .pygments-ow { color: #007020; font-weight: bold } /* Operator.Word */
914.code .pygments-w { color: #bbbbbb } /* Text.Whitespace */
915.code .pygments-mf { color: #40a070 } /* Literal.Number.Float */
916.code .pygments-mh { color: #40a070 } /* Literal.Number.Hex */
917.code .pygments-mi { color: #40a070 } /* Literal.Number.Integer */
918.code .pygments-mo { color: #40a070 } /* Literal.Number.Oct */
919.code .pygments-sb { color: #4070a0 } /* Literal.String.Backtick */
920.code .pygments-sc { color: #4070a0 } /* Literal.String.Char */
921.code .pygments-sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
922.code .pygments-s2 { color: #4070a0 } /* Literal.String.Double */
923.code .pygments-se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
924.code .pygments-sh { color: #4070a0 } /* Literal.String.Heredoc */
925.code .pygments-si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
926.code .pygments-sx { color: #c65d09 } /* Literal.String.Other */
927.code .pygments-sr { color: #235388 } /* Literal.String.Regex */
928.code .pygments-s1 { color: #4070a0 } /* Literal.String.Single */
929.code .pygments-ss { color: #517918 } /* Literal.String.Symbol */
930.code .pygments-bp { color: #007020 } /* Name.Builtin.Pseudo */
931.code .pygments-vc { color: #bb60d5 } /* Name.Variable.Class */
932.code .pygments-vg { color: #bb60d5 } /* Name.Variable.Global */
933.code .pygments-vi { color: #bb60d5 } /* Name.Variable.Instance */
934.code .pygments-il { color: #40a070 } /* Literal.Number.Integer.Long */
935