Home | History | Annotate | Line # | Download | only in css
      1  1.1  christos @media (prefers-color-scheme: dark) {
      2  1.1  christos   /*
      3  1.1  christos                           _______
      4  1.1  christos                          /       \
      5  1.1  christos                         .==.    .==.
      6  1.1  christos                        ((  ))==((  ))
      7  1.1  christos                       / "=="    "=="\
      8  1.1  christos                      /____|| || ||___\
      9  1.1  christos          ________     ____    ________  ___    ___
     10  1.1  christos          |  ___  \   /    \   |  ___  \ |  |  /  /
     11  1.1  christos          |  |  \  \ /  /\  \  |  |  \  \|  |_/  /
     12  1.1  christos          |  |   )  /  /__\  \ |  |__/  /|  ___  \
     13  1.1  christos          |  |__/  /  ______  \|  ____  \|  |  \  \
     14  1.1  christos   _______|_______/__/ ____ \__\__|___\__\__|___\__\____
     15  1.1  christos   |  ___  \ |  ____/ /    \   |  ___  \ |  ____|  ___  \
     16  1.1  christos   |  |  \  \|  |___ /  /\  \  |  |  \  \|  |___|  |  \  \
     17  1.1  christos   |  |__/  /|  ____/  /__\  \ |  |   )  |  ____|  |__/  /
     18  1.1  christos   |  ____  \|  |__/  ______  \|  |__/  /|  |___|  ____  \
     19  1.1  christos   |__|   \__\____/__/      \__\_______/ |______|__|   \__\
     20  1.1  christos                   https://darkreader.org
     21  1.1  christos   */
     22  1.1  christos 
     23  1.1  christos   /*! Dark reader generated CSS | Licensed under MIT https://github.com/darkreader/darkreader/blob/master/LICENSE */
     24  1.1  christos 
     25  1.1  christos   /* User-Agent Style */
     26  1.1  christos   html {
     27  1.1  christos       background-color: #181a1b !important;
     28  1.1  christos   }
     29  1.1  christos   html, body, input, textarea, select, button {
     30  1.1  christos       background-color: #181a1b;
     31  1.1  christos   }
     32  1.1  christos   html, body, input, textarea, select, button {
     33  1.1  christos       border-color: #736b5e;
     34  1.1  christos       color: #e8e6e3;
     35  1.1  christos   }
     36  1.1  christos   a {
     37  1.1  christos       color: #3391ff;
     38  1.1  christos   }
     39  1.1  christos   table {
     40  1.1  christos       border-color: #545b5e;
     41  1.1  christos   }
     42  1.1  christos   ::placeholder {
     43  1.1  christos       color: #b2aba1;
     44  1.1  christos   }
     45  1.1  christos   input:-webkit-autofill,
     46  1.1  christos   textarea:-webkit-autofill,
     47  1.1  christos   select:-webkit-autofill {
     48  1.1  christos       background-color: #555b00 !important;
     49  1.1  christos       color: #e8e6e3 !important;
     50  1.1  christos   }
     51  1.1  christos   ::selection {
     52  1.1  christos       background-color: #004daa !important;
     53  1.1  christos       color: #e8e6e3 !important;
     54  1.1  christos   }
     55  1.1  christos   ::-moz-selection {
     56  1.1  christos       background-color: #004daa !important;
     57  1.1  christos       color: #e8e6e3 !important;
     58  1.1  christos   }
     59  1.1  christos   pre.man {
     60  1.1  christos     font-size: 0.9em;
     61  1.1  christos   }
     62  1.1  christos   /* Invert Style */
     63  1.1  christos   .jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"], span[data-href^="https://www.hcaptcha.com/"] > #icon, #bit-notification-bar-iframe, ::-webkit-calendar-picker-indicator {
     64  1.1  christos       filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
     65  1.1  christos   }
     66  1.1  christos 
     67  1.1  christos   /* Variables Style */
     68  1.1  christos   :root {
     69  1.1  christos      --darkreader-neutral-background: #131516;
     70  1.1  christos      --darkreader-neutral-text: #d8d4cf;
     71  1.1  christos      --darkreader-selection-background: #004daa;
     72  1.1  christos      --darkreader-selection-text: #e8e6e3;
     73  1.1  christos   }
     74  1.1  christos 
     75  1.1  christos   /* Modified CSS */
     76  1.1  christos   a:active,
     77  1.1  christos   a:hover {
     78  1.1  christos       outline-color: initial;
     79  1.1  christos   }
     80  1.1  christos   abbr[title] {
     81  1.1  christos       border-bottom-color: initial;
     82  1.1  christos   }
     83  1.1  christos   ins {
     84  1.1  christos       background-image: initial;
     85  1.1  christos       background-color: rgb(112, 112, 0);
     86  1.1  christos       text-decoration-color: initial;
     87  1.1  christos   }
     88  1.1  christos   ins,
     89  1.1  christos   mark {
     90  1.1  christos       color: rgb(232, 230, 227);
     91  1.1  christos   }
     92  1.1  christos   mark {
     93  1.1  christos       background-image: initial;
     94  1.1  christos       background-color: rgb(204, 204, 0);
     95  1.1  christos   }
     96  1.1  christos   dl,
     97  1.1  christos   ol,
     98  1.1  christos   ul {
     99  1.1  christos       list-style-image: none;
    100  1.1  christos   }
    101  1.1  christos   li {
    102  1.1  christos       list-style-image: initial;
    103  1.1  christos   }
    104  1.1  christos   img {
    105  1.1  christos       border-color: initial;
    106  1.1  christos   }
    107  1.1  christos   .chromeframe {
    108  1.1  christos       background-image: initial;
    109  1.1  christos       background-color: rgb(53, 57, 59);
    110  1.1  christos       color: rgb(232, 230, 227);
    111  1.1  christos   }
    112  1.1  christos   .ir {
    113  1.1  christos       border-color: initial;
    114  1.1  christos       background-color: transparent;
    115  1.1  christos   }
    116  1.1  christos   .visuallyhidden {
    117  1.1  christos       border-color: initial;
    118  1.1  christos   }
    119  1.1  christos   .fa-border {
    120  1.1  christos       border-color: rgb(53, 57, 59);
    121  1.1  christos   }
    122  1.1  christos   .fa-inverse {
    123  1.1  christos       color: rgb(232, 230, 227);
    124  1.1  christos   }
    125  1.1  christos   .sr-only {
    126  1.1  christos       border-color: initial;
    127  1.1  christos   }
    128  1.1  christos   .fa::before,
    129  1.1  christos   .icon::before,
    130  1.1  christos   .rst-content .admonition-title::before,
    131  1.1  christos   .rst-content .code-block-caption .headerlink::before,
    132  1.1  christos   .rst-content .eqno .headerlink::before,
    133  1.1  christos   .rst-content code.download span:first-child::before,
    134  1.1  christos   .rst-content dl dt .headerlink::before,
    135  1.1  christos   .rst-content h1 .headerlink::before,
    136  1.1  christos   .rst-content h2 .headerlink::before,
    137  1.1  christos   .rst-content h3 .headerlink::before,
    138  1.1  christos   .rst-content h4 .headerlink::before,
    139  1.1  christos   .rst-content h5 .headerlink::before,
    140  1.1  christos   .rst-content h6 .headerlink::before,
    141  1.1  christos   .rst-content p.caption .headerlink::before,
    142  1.1  christos   .rst-content p .headerlink::before,
    143  1.1  christos   .rst-content table > caption .headerlink::before,
    144  1.1  christos   .rst-content tt.download span:first-child::before,
    145  1.1  christos   .wy-dropdown .caret::before,
    146  1.1  christos   .wy-inline-validate.wy-inline-validate-danger .wy-input-context::before,
    147  1.1  christos   .wy-inline-validate.wy-inline-validate-info .wy-input-context::before,
    148  1.1  christos   .wy-inline-validate.wy-inline-validate-success .wy-input-context::before,
    149  1.1  christos   .wy-inline-validate.wy-inline-validate-warning .wy-input-context::before,
    150  1.1  christos   .wy-menu-vertical li.current > a button.toctree-expand::before,
    151  1.1  christos   .wy-menu-vertical li.on a button.toctree-expand::before,
    152  1.1  christos   .wy-menu-vertical li button.toctree-expand::before {
    153  1.1  christos       text-decoration-color: inherit;
    154  1.1  christos   }
    155  1.1  christos   .rst-content .code-block-caption a .headerlink,
    156  1.1  christos   .rst-content .eqno a .headerlink,
    157  1.1  christos   .rst-content a .admonition-title,
    158  1.1  christos   .rst-content code.download a span:first-child,
    159  1.1  christos   .rst-content dl dt a .headerlink,
    160  1.1  christos   .rst-content h1 a .headerlink,
    161  1.1  christos   .rst-content h2 a .headerlink,
    162  1.1  christos   .rst-content h3 a .headerlink,
    163  1.1  christos   .rst-content h4 a .headerlink,
    164  1.1  christos   .rst-content h5 a .headerlink,
    165  1.1  christos   .rst-content h6 a .headerlink,
    166  1.1  christos   .rst-content p.caption a .headerlink,
    167  1.1  christos   .rst-content p a .headerlink,
    168  1.1  christos   .rst-content table > caption a .headerlink,
    169  1.1  christos   .rst-content tt.download a span:first-child,
    170  1.1  christos   .wy-menu-vertical li.current > a button.toctree-expand,
    171  1.1  christos   .wy-menu-vertical li.on a button.toctree-expand,
    172  1.1  christos   .wy-menu-vertical li a button.toctree-expand,
    173  1.1  christos   a .fa,
    174  1.1  christos   a .icon,
    175  1.1  christos   a .rst-content .admonition-title,
    176  1.1  christos   a .rst-content .code-block-caption .headerlink,
    177  1.1  christos   a .rst-content .eqno .headerlink,
    178  1.1  christos   a .rst-content code.download span:first-child,
    179  1.1  christos   a .rst-content dl dt .headerlink,
    180  1.1  christos   a .rst-content h1 .headerlink,
    181  1.1  christos   a .rst-content h2 .headerlink,
    182  1.1  christos   a .rst-content h3 .headerlink,
    183  1.1  christos   a .rst-content h4 .headerlink,
    184  1.1  christos   a .rst-content h5 .headerlink,
    185  1.1  christos   a .rst-content h6 .headerlink,
    186  1.1  christos   a .rst-content p.caption .headerlink,
    187  1.1  christos   a .rst-content p .headerlink,
    188  1.1  christos   a .rst-content table > caption .headerlink,
    189  1.1  christos   a .rst-content tt.download span:first-child,
    190  1.1  christos   a .wy-menu-vertical li button.toctree-expand {
    191  1.1  christos       text-decoration-color: inherit;
    192  1.1  christos   }
    193  1.1  christos   .rst-content .admonition,
    194  1.1  christos   .rst-content .admonition-todo,
    195  1.1  christos   .rst-content .attention,
    196  1.1  christos   .rst-content .caution,
    197  1.1  christos   .rst-content .danger,
    198  1.1  christos   .rst-content .error,
    199  1.1  christos   .rst-content .hint,
    200  1.1  christos   .rst-content .important,
    201  1.1  christos   .rst-content .note,
    202  1.1  christos   .rst-content .seealso,
    203  1.1  christos   .rst-content .tip,
    204  1.1  christos   .rst-content .warning,
    205  1.1  christos   .wy-alert {
    206  1.1  christos       background-image: initial;
    207  1.1  christos       background-color: rgb(32, 35, 36);
    208  1.1  christos   }
    209  1.1  christos   .rst-content .admonition-title,
    210  1.1  christos   .wy-alert-title {
    211  1.1  christos       color: rgb(232, 230, 227);
    212  1.1  christos       background-image: initial;
    213  1.1  christos       background-color: rgb(29, 91, 131);
    214  1.1  christos   }
    215  1.1  christos   .rst-content .danger,
    216  1.1  christos   .rst-content .error,
    217  1.1  christos   .rst-content .wy-alert-danger.admonition,
    218  1.1  christos   .rst-content .wy-alert-danger.admonition-todo,
    219  1.1  christos   .rst-content .wy-alert-danger.attention,
    220  1.1  christos   .rst-content .wy-alert-danger.caution,
    221  1.1  christos   .rst-content .wy-alert-danger.hint,
    222  1.1  christos   .rst-content .wy-alert-danger.important,
    223  1.1  christos   .rst-content .wy-alert-danger.note,
    224  1.1  christos   .rst-content .wy-alert-danger.seealso,
    225  1.1  christos   .rst-content .wy-alert-danger.tip,
    226  1.1  christos   .rst-content .wy-alert-danger.warning,
    227  1.1  christos   .wy-alert.wy-alert-danger {
    228  1.1  christos       background-image: initial;
    229  1.1  christos       background-color: rgb(52, 12, 8);
    230  1.1  christos   }
    231  1.1  christos   .rst-content .danger .admonition-title,
    232  1.1  christos   .rst-content .danger .wy-alert-title,
    233  1.1  christos   .rst-content .error .admonition-title,
    234  1.1  christos   .rst-content .error .wy-alert-title,
    235  1.1  christos   .rst-content .wy-alert-danger.admonition-todo .admonition-title,
    236  1.1  christos   .rst-content .wy-alert-danger.admonition-todo .wy-alert-title,
    237  1.1  christos   .rst-content .wy-alert-danger.admonition .admonition-title,
    238  1.1  christos   .rst-content .wy-alert-danger.admonition .wy-alert-title,
    239  1.1  christos   .rst-content .wy-alert-danger.attention .admonition-title,
    240  1.1  christos   .rst-content .wy-alert-danger.attention .wy-alert-title,
    241  1.1  christos   .rst-content .wy-alert-danger.caution .admonition-title,
    242  1.1  christos   .rst-content .wy-alert-danger.caution .wy-alert-title,
    243  1.1  christos   .rst-content .wy-alert-danger.hint .admonition-title,
    244  1.1  christos   .rst-content .wy-alert-danger.hint .wy-alert-title,
    245  1.1  christos   .rst-content .wy-alert-danger.important .admonition-title,
    246  1.1  christos   .rst-content .wy-alert-danger.important .wy-alert-title,
    247  1.1  christos   .rst-content .wy-alert-danger.note .admonition-title,
    248  1.1  christos   .rst-content .wy-alert-danger.note .wy-alert-title,
    249  1.1  christos   .rst-content .wy-alert-danger.seealso .admonition-title,
    250  1.1  christos   .rst-content .wy-alert-danger.seealso .wy-alert-title,
    251  1.1  christos   .rst-content .wy-alert-danger.tip .admonition-title,
    252  1.1  christos   .rst-content .wy-alert-danger.tip .wy-alert-title,
    253  1.1  christos   .rst-content .wy-alert-danger.warning .admonition-title,
    254  1.1  christos   .rst-content .wy-alert-danger.warning .wy-alert-title,
    255  1.1  christos   .rst-content .wy-alert.wy-alert-danger .admonition-title,
    256  1.1  christos   .wy-alert.wy-alert-danger .rst-content .admonition-title,
    257  1.1  christos   .wy-alert.wy-alert-danger .wy-alert-title {
    258  1.1  christos       background-image: initial;
    259  1.1  christos       background-color: rgb(108, 22, 13);
    260  1.1  christos   }
    261  1.1  christos   .rst-content .admonition-todo,
    262  1.1  christos   .rst-content .attention,
    263  1.1  christos   .rst-content .caution,
    264  1.1  christos   .rst-content .warning,
    265  1.1  christos   .rst-content .wy-alert-warning.admonition,
    266  1.1  christos   .rst-content .wy-alert-warning.danger,
    267  1.1  christos   .rst-content .wy-alert-warning.error,
    268  1.1  christos   .rst-content .wy-alert-warning.hint,
    269  1.1  christos   .rst-content .wy-alert-warning.important,
    270  1.1  christos   .rst-content .wy-alert-warning.note,
    271  1.1  christos   .rst-content .wy-alert-warning.seealso,
    272  1.1  christos   .rst-content .wy-alert-warning.tip,
    273  1.1  christos   .wy-alert.wy-alert-warning {
    274  1.1  christos       background-image: initial;
    275  1.1  christos       background-color: rgb(82, 53, 0);
    276  1.1  christos   }
    277  1.1  christos   .rst-content .admonition-todo .admonition-title,
    278  1.1  christos   .rst-content .admonition-todo .wy-alert-title,
    279  1.1  christos   .rst-content .attention .admonition-title,
    280  1.1  christos   .rst-content .attention .wy-alert-title,
    281  1.1  christos   .rst-content .caution .admonition-title,
    282  1.1  christos   .rst-content .caution .wy-alert-title,
    283  1.1  christos   .rst-content .warning .admonition-title,
    284  1.1  christos   .rst-content .warning .wy-alert-title,
    285  1.1  christos   .rst-content .wy-alert-warning.admonition .admonition-title,
    286  1.1  christos   .rst-content .wy-alert-warning.admonition .wy-alert-title,
    287  1.1  christos   .rst-content .wy-alert-warning.danger .admonition-title,
    288  1.1  christos   .rst-content .wy-alert-warning.danger .wy-alert-title,
    289  1.1  christos   .rst-content .wy-alert-warning.error .admonition-title,
    290  1.1  christos   .rst-content .wy-alert-warning.error .wy-alert-title,
    291  1.1  christos   .rst-content .wy-alert-warning.hint .admonition-title,
    292  1.1  christos   .rst-content .wy-alert-warning.hint .wy-alert-title,
    293  1.1  christos   .rst-content .wy-alert-warning.important .admonition-title,
    294  1.1  christos   .rst-content .wy-alert-warning.important .wy-alert-title,
    295  1.1  christos   .rst-content .wy-alert-warning.note .admonition-title,
    296  1.1  christos   .rst-content .wy-alert-warning.note .wy-alert-title,
    297  1.1  christos   .rst-content .wy-alert-warning.seealso .admonition-title,
    298  1.1  christos   .rst-content .wy-alert-warning.seealso .wy-alert-title,
    299  1.1  christos   .rst-content .wy-alert-warning.tip .admonition-title,
    300  1.1  christos   .rst-content .wy-alert-warning.tip .wy-alert-title,
    301  1.1  christos   .rst-content .wy-alert.wy-alert-warning .admonition-title,
    302  1.1  christos   .wy-alert.wy-alert-warning .rst-content .admonition-title,
    303  1.1  christos   .wy-alert.wy-alert-warning .wy-alert-title {
    304  1.1  christos       background-image: initial;
    305  1.1  christos       background-color: rgb(123, 65, 14);
    306  1.1  christos   }
    307  1.1  christos   .rst-content .note,
    308  1.1  christos   .rst-content .seealso,
    309  1.1  christos   .rst-content .wy-alert-info.admonition,
    310  1.1  christos   .rst-content .wy-alert-info.admonition-todo,
    311  1.1  christos   .rst-content .wy-alert-info.attention,
    312  1.1  christos   .rst-content .wy-alert-info.caution,
    313  1.1  christos   .rst-content .wy-alert-info.danger,
    314  1.1  christos   .rst-content .wy-alert-info.error,
    315  1.1  christos   .rst-content .wy-alert-info.hint,
    316  1.1  christos   .rst-content .wy-alert-info.important,
    317  1.1  christos   .rst-content .wy-alert-info.tip,
    318  1.1  christos   .rst-content .wy-alert-info.warning,
    319  1.1  christos   .wy-alert.wy-alert-info {
    320  1.1  christos       background-image: initial;
    321  1.1  christos       background-color: rgb(32, 35, 36);
    322  1.1  christos   }
    323  1.1  christos   .rst-content .note .admonition-title,
    324  1.1  christos   .rst-content .note .wy-alert-title,
    325  1.1  christos   .rst-content .seealso .admonition-title,
    326  1.1  christos   .rst-content .seealso .wy-alert-title,
    327  1.1  christos   .rst-content .wy-alert-info.admonition-todo .admonition-title,
    328  1.1  christos   .rst-content .wy-alert-info.admonition-todo .wy-alert-title,
    329  1.1  christos   .rst-content .wy-alert-info.admonition .admonition-title,
    330  1.1  christos   .rst-content .wy-alert-info.admonition .wy-alert-title,
    331  1.1  christos   .rst-content .wy-alert-info.attention .admonition-title,
    332  1.1  christos   .rst-content .wy-alert-info.attention .wy-alert-title,
    333  1.1  christos   .rst-content .wy-alert-info.caution .admonition-title,
    334  1.1  christos   .rst-content .wy-alert-info.caution .wy-alert-title,
    335  1.1  christos   .rst-content .wy-alert-info.danger .admonition-title,
    336  1.1  christos   .rst-content .wy-alert-info.danger .wy-alert-title,
    337  1.1  christos   .rst-content .wy-alert-info.error .admonition-title,
    338  1.1  christos   .rst-content .wy-alert-info.error .wy-alert-title,
    339  1.1  christos   .rst-content .wy-alert-info.hint .admonition-title,
    340  1.1  christos   .rst-content .wy-alert-info.hint .wy-alert-title,
    341  1.1  christos   .rst-content .wy-alert-info.important .admonition-title,
    342  1.1  christos   .rst-content .wy-alert-info.important .wy-alert-title,
    343  1.1  christos   .rst-content .wy-alert-info.tip .admonition-title,
    344  1.1  christos   .rst-content .wy-alert-info.tip .wy-alert-title,
    345  1.1  christos   .rst-content .wy-alert-info.warning .admonition-title,
    346  1.1  christos   .rst-content .wy-alert-info.warning .wy-alert-title,
    347  1.1  christos   .rst-content .wy-alert.wy-alert-info .admonition-title,
    348  1.1  christos   .wy-alert.wy-alert-info .rst-content .admonition-title,
    349  1.1  christos   .wy-alert.wy-alert-info .wy-alert-title {
    350  1.1  christos       background-image: initial;
    351  1.1  christos       background-color: rgb(29, 91, 131);
    352  1.1  christos   }
    353  1.1  christos   .rst-content .hint,
    354  1.1  christos   .rst-content .important,
    355  1.1  christos   .rst-content .tip,
    356  1.1  christos   .rst-content .wy-alert-success.admonition,
    357  1.1  christos   .rst-content .wy-alert-success.admonition-todo,
    358  1.1  christos   .rst-content .wy-alert-success.attention,
    359  1.1  christos   .rst-content .wy-alert-success.caution,
    360  1.1  christos   .rst-content .wy-alert-success.danger,
    361  1.1  christos   .rst-content .wy-alert-success.error,
    362  1.1  christos   .rst-content .wy-alert-success.note,
    363  1.1  christos   .rst-content .wy-alert-success.seealso,
    364  1.1  christos   .rst-content .wy-alert-success.warning,
    365  1.1  christos   .wy-alert.wy-alert-success {
    366  1.1  christos       background-image: initial;
    367  1.1  christos       background-color: rgb(9, 66, 58);
    368  1.1  christos   }
    369  1.1  christos   .rst-content .hint .admonition-title,
    370  1.1  christos   .rst-content .hint .wy-alert-title,
    371  1.1  christos   .rst-content .important .admonition-title,
    372  1.1  christos   .rst-content .important .wy-alert-title,
    373  1.1  christos   .rst-content .tip .admonition-title,
    374  1.1  christos   .rst-content .tip .wy-alert-title,
    375  1.1  christos   .rst-content .wy-alert-success.admonition-todo .admonition-title,
    376  1.1  christos   .rst-content .wy-alert-success.admonition-todo .wy-alert-title,
    377  1.1  christos   .rst-content .wy-alert-success.admonition .admonition-title,
    378  1.1  christos   .rst-content .wy-alert-success.admonition .wy-alert-title,
    379  1.1  christos   .rst-content .wy-alert-success.attention .admonition-title,
    380  1.1  christos   .rst-content .wy-alert-success.attention .wy-alert-title,
    381  1.1  christos   .rst-content .wy-alert-success.caution .admonition-title,
    382  1.1  christos   .rst-content .wy-alert-success.caution .wy-alert-title,
    383  1.1  christos   .rst-content .wy-alert-success.danger .admonition-title,
    384  1.1  christos   .rst-content .wy-alert-success.danger .wy-alert-title,
    385  1.1  christos   .rst-content .wy-alert-success.error .admonition-title,
    386  1.1  christos   .rst-content .wy-alert-success.error .wy-alert-title,
    387  1.1  christos   .rst-content .wy-alert-success.note .admonition-title,
    388  1.1  christos   .rst-content .wy-alert-success.note .wy-alert-title,
    389  1.1  christos   .rst-content .wy-alert-success.seealso .admonition-title,
    390  1.1  christos   .rst-content .wy-alert-success.seealso .wy-alert-title,
    391  1.1  christos   .rst-content .wy-alert-success.warning .admonition-title,
    392  1.1  christos   .rst-content .wy-alert-success.warning .wy-alert-title,
    393  1.1  christos   .rst-content .wy-alert.wy-alert-success .admonition-title,
    394  1.1  christos   .wy-alert.wy-alert-success .rst-content .admonition-title,
    395  1.1  christos   .wy-alert.wy-alert-success .wy-alert-title {
    396  1.1  christos       background-image: initial;
    397  1.1  christos       background-color: rgb(21, 150, 125);
    398  1.1  christos   }
    399  1.1  christos   .rst-content .wy-alert-neutral.admonition,
    400  1.1  christos   .rst-content .wy-alert-neutral.admonition-todo,
    401  1.1  christos   .rst-content .wy-alert-neutral.attention,
    402  1.1  christos   .rst-content .wy-alert-neutral.caution,
    403  1.1  christos   .rst-content .wy-alert-neutral.danger,
    404  1.1  christos   .rst-content .wy-alert-neutral.error,
    405  1.1  christos   .rst-content .wy-alert-neutral.hint,
    406  1.1  christos   .rst-content .wy-alert-neutral.important,
    407  1.1  christos   .rst-content .wy-alert-neutral.note,
    408  1.1  christos   .rst-content .wy-alert-neutral.seealso,
    409  1.1  christos   .rst-content .wy-alert-neutral.tip,
    410  1.1  christos   .rst-content .wy-alert-neutral.warning,
    411  1.1  christos   .wy-alert.wy-alert-neutral {
    412  1.1  christos       background-image: initial;
    413  1.1  christos       background-color: rgb(27, 36, 36);
    414  1.1  christos   }
    415  1.1  christos   .rst-content .wy-alert-neutral.admonition-todo .admonition-title,
    416  1.1  christos   .rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,
    417  1.1  christos   .rst-content .wy-alert-neutral.admonition .admonition-title,
    418  1.1  christos   .rst-content .wy-alert-neutral.admonition .wy-alert-title,
    419  1.1  christos   .rst-content .wy-alert-neutral.attention .admonition-title,
    420  1.1  christos   .rst-content .wy-alert-neutral.attention .wy-alert-title,
    421  1.1  christos   .rst-content .wy-alert-neutral.caution .admonition-title,
    422  1.1  christos   .rst-content .wy-alert-neutral.caution .wy-alert-title,
    423  1.1  christos   .rst-content .wy-alert-neutral.danger .admonition-title,
    424  1.1  christos   .rst-content .wy-alert-neutral.danger .wy-alert-title,
    425  1.1  christos   .rst-content .wy-alert-neutral.error .admonition-title,
    426  1.1  christos   .rst-content .wy-alert-neutral.error .wy-alert-title,
    427  1.1  christos   .rst-content .wy-alert-neutral.hint .admonition-title,
    428  1.1  christos   .rst-content .wy-alert-neutral.hint .wy-alert-title,
    429  1.1  christos   .rst-content .wy-alert-neutral.important .admonition-title,
    430  1.1  christos   .rst-content .wy-alert-neutral.important .wy-alert-title,
    431  1.1  christos   .rst-content .wy-alert-neutral.note .admonition-title,
    432  1.1  christos   .rst-content .wy-alert-neutral.note .wy-alert-title,
    433  1.1  christos   .rst-content .wy-alert-neutral.seealso .admonition-title,
    434  1.1  christos   .rst-content .wy-alert-neutral.seealso .wy-alert-title,
    435  1.1  christos   .rst-content .wy-alert-neutral.tip .admonition-title,
    436  1.1  christos   .rst-content .wy-alert-neutral.tip .wy-alert-title,
    437  1.1  christos   .rst-content .wy-alert-neutral.warning .admonition-title,
    438  1.1  christos   .rst-content .wy-alert-neutral.warning .wy-alert-title,
    439  1.1  christos   .rst-content .wy-alert.wy-alert-neutral .admonition-title,
    440  1.1  christos   .wy-alert.wy-alert-neutral .rst-content .admonition-title,
    441  1.1  christos   .wy-alert.wy-alert-neutral .wy-alert-title {
    442  1.1  christos       color: rgb(192, 186, 178);
    443  1.1  christos       background-image: initial;
    444  1.1  christos       background-color: rgb(40, 43, 45);
    445  1.1  christos   }
    446  1.1  christos   .rst-content .wy-alert-neutral.admonition-todo a,
    447  1.1  christos   .rst-content .wy-alert-neutral.admonition a,
    448  1.1  christos   .rst-content .wy-alert-neutral.attention a,
    449  1.1  christos   .rst-content .wy-alert-neutral.caution a,
    450  1.1  christos   .rst-content .wy-alert-neutral.danger a,
    451  1.1  christos   .rst-content .wy-alert-neutral.error a,
    452  1.1  christos   .rst-content .wy-alert-neutral.hint a,
    453  1.1  christos   .rst-content .wy-alert-neutral.important a,
    454  1.1  christos   .rst-content .wy-alert-neutral.note a,
    455  1.1  christos   .rst-content .wy-alert-neutral.seealso a,
    456  1.1  christos   .rst-content .wy-alert-neutral.tip a,
    457  1.1  christos   .rst-content .wy-alert-neutral.warning a,
    458  1.1  christos   .wy-alert.wy-alert-neutral a {
    459  1.1  christos       color: rgb(84, 164, 217);
    460  1.1  christos   }
    461  1.1  christos   .wy-tray-container li {
    462  1.1  christos       background-image: initial;
    463  1.1  christos       background-color: transparent;
    464  1.1  christos       color: rgb(232, 230, 227);
    465  1.1  christos       box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px;
    466  1.1  christos   }
    467  1.1  christos   .wy-tray-container li.wy-tray-item-success {
    468  1.1  christos       background-image: initial;
    469  1.1  christos       background-color: rgb(31, 139, 77);
    470  1.1  christos   }
    471  1.1  christos   .wy-tray-container li.wy-tray-item-info {
    472  1.1  christos       background-image: initial;
    473  1.1  christos       background-color: rgb(33, 102, 148);
    474  1.1  christos   }
    475  1.1  christos   .wy-tray-container li.wy-tray-item-warning {
    476  1.1  christos       background-image: initial;
    477  1.1  christos       background-color: rgb(178, 94, 20);
    478  1.1  christos   }
    479  1.1  christos   .wy-tray-container li.wy-tray-item-danger {
    480  1.1  christos       background-image: initial;
    481  1.1  christos       background-color: rgb(162, 33, 20);
    482  1.1  christos   }
    483  1.1  christos   .btn {
    484  1.1  christos       color: rgb(232, 230, 227);
    485  1.1  christos       border-color: rgba(140, 130, 115, 0.1);
    486  1.1  christos       background-color: rgb(31, 139, 77);
    487  1.1  christos       text-decoration-color: initial;
    488  1.1  christos       box-shadow: rgba(24, 26, 27, 0.5) 0px 1px 2px -1px inset,
    489  1.1  christos       rgba(0, 0, 0, 0.1) 0px -2px 0px 0px inset;
    490  1.1  christos   }
    491  1.1  christos   .btn-hover {
    492  1.1  christos       background-image: initial;
    493  1.1  christos       background-color: rgb(37, 114, 165);
    494  1.1  christos       color: rgb(232, 230, 227);
    495  1.1  christos   }
    496  1.1  christos   .btn:hover {
    497  1.1  christos       background-image: initial;
    498  1.1  christos       background-color: rgb(35, 156, 86);
    499  1.1  christos       color: rgb(232, 230, 227);
    500  1.1  christos   }
    501  1.1  christos   .btn:focus {
    502  1.1  christos       background-image: initial;
    503  1.1  christos       background-color: rgb(35, 156, 86);
    504  1.1  christos       outline-color: initial;
    505  1.1  christos   }
    506  1.1  christos   .btn:active {
    507  1.1  christos       box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 0px 0px inset,
    508  1.1  christos       rgba(0, 0, 0, 0.1) 0px 2px 0px 0px inset;
    509  1.1  christos   }
    510  1.1  christos   .btn:visited {
    511  1.1  christos       color: rgb(232, 230, 227);
    512  1.1  christos   }
    513  1.1  christos   .btn-disabled,
    514  1.1  christos   .btn-disabled:active,
    515  1.1  christos   .btn-disabled:focus,
    516  1.1  christos   .btn-disabled:hover,
    517  1.1  christos   .btn:disabled {
    518  1.1  christos       background-image: none;
    519  1.1  christos       box-shadow: none;
    520  1.1  christos   }
    521  1.1  christos   .btn-info {
    522  1.1  christos       background-color: rgb(33, 102, 148) !important;
    523  1.1  christos   }
    524  1.1  christos   .btn-info:hover {
    525  1.1  christos       background-color: rgb(37, 114, 165) !important;
    526  1.1  christos   }
    527  1.1  christos   .btn-neutral {
    528  1.1  christos       background-color: rgb(27, 36, 36) !important;
    529  1.1  christos       color: rgb(192, 186, 178) !important;
    530  1.1  christos   }
    531  1.1  christos   .btn-neutral:hover {
    532  1.1  christos       color: rgb(192, 186, 178);
    533  1.1  christos       background-color: rgb(34, 44, 44) !important;
    534  1.1  christos   }
    535  1.1  christos   .btn-neutral:visited {
    536  1.1  christos       color: rgb(192, 186, 178) !important;
    537  1.1  christos   }
    538  1.1  christos   .btn-success {
    539  1.1  christos       background-color: rgb(31, 139, 77) !important;
    540  1.1  christos   }
    541  1.1  christos   .btn-success:hover {
    542  1.1  christos       background-color: rgb(27, 122, 68) !important;
    543  1.1  christos   }
    544  1.1  christos   .btn-danger {
    545  1.1  christos       background-color: rgb(162, 33, 20) !important;
    546  1.1  christos   }
    547  1.1  christos   .btn-danger:hover {
    548  1.1  christos       background-color: rgb(149, 30, 18) !important;
    549  1.1  christos   }
    550  1.1  christos   .btn-warning {
    551  1.1  christos       background-color: rgb(178, 94, 20) !important;
    552  1.1  christos   }
    553  1.1  christos   .btn-warning:hover {
    554  1.1  christos       background-color: rgb(165, 87, 18) !important;
    555  1.1  christos   }
    556  1.1  christos   .btn-invert {
    557  1.1  christos       background-color: rgb(26, 28, 29);
    558  1.1  christos   }
    559  1.1  christos   .btn-invert:hover {
    560  1.1  christos       background-color: rgb(35, 38, 40) !important;
    561  1.1  christos   }
    562  1.1  christos   .btn-link {
    563  1.1  christos       color: rgb(84, 164, 217);
    564  1.1  christos       box-shadow: none;
    565  1.1  christos       background-color: transparent !important;
    566  1.1  christos       border-color: transparent !important;
    567  1.1  christos   }
    568  1.1  christos   .btn-link:active,
    569  1.1  christos   .btn-link:hover {
    570  1.1  christos       box-shadow: none;
    571  1.1  christos       background-color: transparent !important;
    572  1.1  christos       color: rgb(79, 162, 216) !important;
    573  1.1  christos   }
    574  1.1  christos   .btn-link:visited {
    575  1.1  christos       color: rgb(164, 103, 188);
    576  1.1  christos   }
    577  1.1  christos   .wy-dropdown-menu {
    578  1.1  christos       background-image: initial;
    579  1.1  christos       background-color: rgb(26, 28, 29);
    580  1.1  christos       border-color: rgb(60, 65, 67);
    581  1.1  christos       box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
    582  1.1  christos   }
    583  1.1  christos   .wy-dropdown-menu > dd > a {
    584  1.1  christos       color: rgb(192, 186, 178);
    585  1.1  christos   }
    586  1.1  christos   .wy-dropdown-menu > dd > a:hover {
    587  1.1  christos       background-image: initial;
    588  1.1  christos       background-color: rgb(33, 102, 148);
    589  1.1  christos       color: rgb(232, 230, 227);
    590  1.1  christos   }
    591  1.1  christos   .wy-dropdown-menu > dd.divider {
    592  1.1  christos       border-top-color: rgb(60, 65, 67);
    593  1.1  christos   }
    594  1.1  christos   .wy-dropdown-menu > dd.call-to-action {
    595  1.1  christos       background-image: initial;
    596  1.1  christos       background-color: rgb(40, 43, 45);
    597  1.1  christos   }
    598  1.1  christos   .wy-dropdown-menu > dd.call-to-action:hover {
    599  1.1  christos       background-image: initial;
    600  1.1  christos       background-color: rgb(40, 43, 45);
    601  1.1  christos   }
    602  1.1  christos   .wy-dropdown-menu > dd.call-to-action .btn {
    603  1.1  christos       color: rgb(232, 230, 227);
    604  1.1  christos   }
    605  1.1  christos   .wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu {
    606  1.1  christos       background-image: initial;
    607  1.1  christos       background-color: rgb(26, 28, 29);
    608  1.1  christos   }
    609  1.1  christos   .wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover {
    610  1.1  christos       background-image: initial;
    611  1.1  christos       background-color: rgb(33, 102, 148);
    612  1.1  christos       color: rgb(232, 230, 227);
    613  1.1  christos   }
    614  1.1  christos   .wy-dropdown-arrow::before {
    615  1.1  christos       border-bottom-color: rgb(51, 55, 57);
    616  1.1  christos       border-left-color: transparent;
    617  1.1  christos       border-right-color: transparent;
    618  1.1  christos   }
    619  1.1  christos   fieldset,
    620  1.1  christos   legend {
    621  1.1  christos       border-color: initial;
    622  1.1  christos   }
    623  1.1  christos   label {
    624  1.1  christos       color: rgb(200, 195, 188);
    625  1.1  christos   }
    626  1.1  christos   .wy-control-group.wy-control-group-required > label::after {
    627  1.1  christos       color: rgb(233, 88, 73);
    628  1.1  christos   }
    629  1.1  christos   .wy-form-message-inline {
    630  1.1  christos       color: rgb(168, 160, 149);
    631  1.1  christos   }
    632  1.1  christos   .wy-form-message {
    633  1.1  christos       color: rgb(168, 160, 149);
    634  1.1  christos   }
    635  1.1  christos   input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    636  1.1  christos       border-color: rgb(62, 68, 70);
    637  1.1  christos       box-shadow: rgb(43, 47, 49) 0px 1px 3px inset;
    638  1.1  christos   }
    639  1.1  christos   input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
    640  1.1  christos       outline-color: initial;
    641  1.1  christos       border-color: rgb(123, 114, 101);
    642  1.1  christos   }
    643  1.1  christos   input.no-focus:focus {
    644  1.1  christos       border-color: rgb(62, 68, 70) !important;
    645  1.1  christos   }
    646  1.1  christos   input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus {
    647  1.1  christos       outline-color: rgb(13, 113, 167);
    648  1.1  christos   }
    649  1.1  christos   input[type="color"][disabled], input[type="date"][disabled], input[type="datetime-local"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
    650  1.1  christos       background-color: rgb(27, 29, 30);
    651  1.1  christos   }
    652  1.1  christos   input:focus:invalid,
    653  1.1  christos   select:focus:invalid,
    654  1.1  christos   textarea:focus:invalid {
    655  1.1  christos       color: rgb(233, 88, 73);
    656  1.1  christos       border-color: rgb(149, 31, 18);
    657  1.1  christos   }
    658  1.1  christos   input:focus:invalid:focus,
    659  1.1  christos   select:focus:invalid:focus,
    660  1.1  christos   textarea:focus:invalid:focus {
    661  1.1  christos       border-color: rgb(149, 31, 18);
    662  1.1  christos   }
    663  1.1  christos   input[type="checkbox"]:focus:invalid:focus, input[type="file"]:focus:invalid:focus, input[type="radio"]:focus:invalid:focus {
    664  1.1  christos       outline-color: rgb(149, 31, 18);
    665  1.1  christos   }
    666  1.1  christos   select,
    667  1.1  christos   textarea {
    668  1.1  christos       border-color: rgb(62, 68, 70);
    669  1.1  christos       box-shadow: rgb(43, 47, 49) 0px 1px 3px inset;
    670  1.1  christos   }
    671  1.1  christos   select {
    672  1.1  christos       border-color: rgb(62, 68, 70);
    673  1.1  christos       background-color: rgb(24, 26, 27);
    674  1.1  christos   }
    675  1.1  christos   select:focus,
    676  1.1  christos   textarea:focus {
    677  1.1  christos       outline-color: initial;
    678  1.1  christos   }
    679  1.1  christos   input[readonly],
    680  1.1  christos   select[disabled],
    681  1.1  christos   select[readonly],
    682  1.1  christos   textarea[disabled],
    683  1.1  christos   textarea[readonly] {
    684  1.1  christos       background-color: rgb(27, 29, 30);
    685  1.1  christos   }
    686  1.1  christos   .wy-checkbox,
    687  1.1  christos   .wy-radio {
    688  1.1  christos       color: rgb(192, 186, 178);
    689  1.1  christos   }
    690  1.1  christos   .wy-input-prefix .wy-input-context,
    691  1.1  christos   .wy-input-suffix .wy-input-context {
    692  1.1  christos       background-color: rgb(27, 36, 36);
    693  1.1  christos       border-color: rgb(62, 68, 70);
    694  1.1  christos       color: rgb(168, 160, 149);
    695  1.1  christos   }
    696  1.1  christos   .wy-input-suffix .wy-input-context {
    697  1.1  christos       border-left-color: initial;
    698  1.1  christos   }
    699  1.1  christos   .wy-input-prefix .wy-input-context {
    700  1.1  christos       border-right-color: initial;
    701  1.1  christos   }
    702  1.1  christos   .wy-switch::before {
    703  1.1  christos       background-image: initial;
    704  1.1  christos       background-color: rgb(53, 57, 59);
    705  1.1  christos   }
    706  1.1  christos   .wy-switch::after {
    707  1.1  christos       background-image: initial;
    708  1.1  christos       background-color: rgb(82, 88, 92);
    709  1.1  christos   }
    710  1.1  christos   .wy-switch span {
    711  1.1  christos       color: rgb(200, 195, 188);
    712  1.1  christos   }
    713  1.1  christos   .wy-switch.active::before {
    714  1.1  christos       background-image: initial;
    715  1.1  christos       background-color: rgb(24, 106, 58);
    716  1.1  christos   }
    717  1.1  christos   .wy-switch.active::after {
    718  1.1  christos       background-image: initial;
    719  1.1  christos       background-color: rgb(31, 139, 77);
    720  1.1  christos   }
    721  1.1  christos   .wy-control-group.wy-control-group-error .wy-form-message,
    722  1.1  christos   .wy-control-group.wy-control-group-error > label {
    723  1.1  christos       color: rgb(233, 88, 73);
    724  1.1  christos   }
    725  1.1  christos   .wy-control-group.wy-control-group-error input[type="color"], .wy-control-group.wy-control-group-error input[type="date"], .wy-control-group.wy-control-group-error input[type="datetime-local"], .wy-control-group.wy-control-group-error input[type="datetime"], .wy-control-group.wy-control-group-error input[type="email"], .wy-control-group.wy-control-group-error input[type="month"], .wy-control-group.wy-control-group-error input[type="number"], .wy-control-group.wy-control-group-error input[type="password"], .wy-control-group.wy-control-group-error input[type="search"], .wy-control-group.wy-control-group-error input[type="tel"], .wy-control-group.wy-control-group-error input[type="text"], .wy-control-group.wy-control-group-error input[type="time"], .wy-control-group.wy-control-group-error input[type="url"], .wy-control-group.wy-control-group-error input[type="week"],
    726  1.1  christos   .wy-control-group.wy-control-group-error textarea {
    727  1.1  christos       border-color: rgb(149, 31, 18);
    728  1.1  christos   }
    729  1.1  christos   .wy-inline-validate.wy-inline-validate-success .wy-input-context {
    730  1.1  christos       color: rgb(92, 218, 145);
    731  1.1  christos   }
    732  1.1  christos   .wy-inline-validate.wy-inline-validate-danger .wy-input-context {
    733  1.1  christos       color: rgb(233, 88, 73);
    734  1.1  christos   }
    735  1.1  christos   .wy-inline-validate.wy-inline-validate-warning .wy-input-context {
    736  1.1  christos       color: rgb(232, 138, 54);
    737  1.1  christos   }
    738  1.1  christos   .wy-inline-validate.wy-inline-validate-info .wy-input-context {
    739  1.1  christos       color: rgb(84, 164, 217);
    740  1.1  christos   }
    741  1.1  christos   .rst-content table.docutils caption,
    742  1.1  christos   .rst-content table.field-list caption,
    743  1.1  christos   .wy-table caption {
    744  1.1  christos       color: rgb(232, 230, 227);
    745  1.1  christos   }
    746  1.1  christos   .rst-content table.docutils thead,
    747  1.1  christos   .rst-content table.field-list thead,
    748  1.1  christos   .wy-table thead {
    749  1.1  christos       color: rgb(232, 230, 227);
    750  1.1  christos   }
    751  1.1  christos   .rst-content table.docutils thead th,
    752  1.1  christos   .rst-content table.field-list thead th,
    753  1.1  christos   .wy-table thead th {
    754  1.1  christos       border-bottom-color: rgb(56, 61, 63);
    755  1.1  christos   }
    756  1.1  christos   .rst-content table.docutils td,
    757  1.1  christos   .rst-content table.field-list td,
    758  1.1  christos   .wy-table td {
    759  1.1  christos       background-color: transparent;
    760  1.1  christos   }
    761  1.1  christos   .wy-table-secondary {
    762  1.1  christos       color: rgb(152, 143, 129);
    763  1.1  christos   }
    764  1.1  christos   .wy-table-tertiary {
    765  1.1  christos       color: rgb(152, 143, 129);
    766  1.1  christos   }
    767  1.1  christos   .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,
    768  1.1  christos   .wy-table-backed,
    769  1.1  christos   .wy-table-odd td,
    770  1.1  christos   .wy-table-striped tr:nth-child(2n-1) td {
    771  1.1  christos       background-color: rgb(27, 36, 36);
    772  1.1  christos   }
    773  1.1  christos   .rst-content table.docutils,
    774  1.1  christos   .wy-table-bordered-all {
    775  1.1  christos       border-color: rgb(56, 61, 63);
    776  1.1  christos   }
    777  1.1  christos   .rst-content table.docutils td,
    778  1.1  christos   .wy-table-bordered-all td {
    779  1.1  christos       border-bottom-color: rgb(56, 61, 63);
    780  1.1  christos       border-left-color: rgb(56, 61, 63);
    781  1.1  christos   }
    782  1.1  christos   .wy-table-bordered {
    783  1.1  christos       border-color: rgb(56, 61, 63);
    784  1.1  christos   }
    785  1.1  christos   .wy-table-bordered-rows td {
    786  1.1  christos       border-bottom-color: rgb(56, 61, 63);
    787  1.1  christos   }
    788  1.1  christos   .wy-table-horizontal td,
    789  1.1  christos   .wy-table-horizontal th {
    790  1.1  christos       border-bottom-color: rgb(56, 61, 63);
    791  1.1  christos   }
    792  1.1  christos   a {
    793  1.1  christos       color: rgb(84, 164, 217);
    794  1.1  christos       text-decoration-color: initial;
    795  1.1  christos   }
    796  1.1  christos   a:hover {
    797  1.1  christos       color: rgb(68, 156, 214);
    798  1.1  christos   }
    799  1.1  christos   a:visited {
    800  1.1  christos       color: rgb(164, 103, 188);
    801  1.1  christos   }
    802  1.1  christos   body {
    803  1.1  christos       color: rgb(192, 186, 178);
    804  1.1  christos       background-image: initial;
    805  1.1  christos       background-color: rgb(33, 35, 37);
    806  1.1  christos   }
    807  1.1  christos   .wy-text-strike {
    808  1.1  christos       text-decoration-color: initial;
    809  1.1  christos   }
    810  1.1  christos   .wy-text-warning {
    811  1.1  christos       color: rgb(232, 138, 54) !important;
    812  1.1  christos   }
    813  1.1  christos   a.wy-text-warning:hover {
    814  1.1  christos       color: rgb(236, 157, 87) !important;
    815  1.1  christos   }
    816  1.1  christos   .wy-text-info {
    817  1.1  christos       color: rgb(84, 164, 217) !important;
    818  1.1  christos   }
    819  1.1  christos   a.wy-text-info:hover {
    820  1.1  christos       color: rgb(79, 162, 216) !important;
    821  1.1  christos   }
    822  1.1  christos   .wy-text-success {
    823  1.1  christos       color: rgb(92, 218, 145) !important;
    824  1.1  christos   }
    825  1.1  christos   a.wy-text-success:hover {
    826  1.1  christos       color: rgb(73, 214, 133) !important;
    827  1.1  christos   }
    828  1.1  christos   .wy-text-danger {
    829  1.1  christos       color: rgb(233, 88, 73) !important;
    830  1.1  christos   }
    831  1.1  christos   a.wy-text-danger:hover {
    832  1.1  christos       color: rgb(237, 118, 104) !important;
    833  1.1  christos   }
    834  1.1  christos   .wy-text-neutral {
    835  1.1  christos       color: rgb(192, 186, 178) !important;
    836  1.1  christos   }
    837  1.1  christos   a.wy-text-neutral:hover {
    838  1.1  christos       color: rgb(176, 169, 159) !important;
    839  1.1  christos   }
    840  1.1  christos   hr {
    841  1.1  christos       border-right-color: initial;
    842  1.1  christos       border-bottom-color: initial;
    843  1.1  christos       border-left-color: initial;
    844  1.1  christos       border-top-color: rgb(56, 61, 63);
    845  1.1  christos   }
    846  1.1  christos   .rst-content code,
    847  1.1  christos   .rst-content tt,
    848  1.1  christos   code {
    849  1.1  christos       background-image: initial;
    850  1.1  christos       background-color: rgb(24, 26, 27);
    851  1.1  christos       border-color: rgb(56, 61, 63);
    852  1.1  christos       color: rgb(233, 88, 73);
    853  1.1  christos   }
    854  1.1  christos   .rst-content .section ul,
    855  1.1  christos   .rst-content .toctree-wrapper ul,
    856  1.1  christos   .rst-content section ul,
    857  1.1  christos   .wy-plain-list-disc,
    858  1.1  christos   article ul {
    859  1.1  christos       list-style-image: initial;
    860  1.1  christos   }
    861  1.1  christos   .rst-content .section ul li,
    862  1.1  christos   .rst-content .toctree-wrapper ul li,
    863  1.1  christos   .rst-content section ul li,
    864  1.1  christos   .wy-plain-list-disc li,
    865  1.1  christos   article ul li {
    866  1.1  christos       list-style-image: initial;
    867  1.1  christos   }
    868  1.1  christos   .rst-content .section ul li li,
    869  1.1  christos   .rst-content .toctree-wrapper ul li li,
    870  1.1  christos   .rst-content section ul li li,
    871  1.1  christos   .wy-plain-list-disc li li,
    872  1.1  christos   article ul li li {
    873  1.1  christos       list-style-image: initial;
    874  1.1  christos   }
    875  1.1  christos   .rst-content .section ul li li li,
    876  1.1  christos   .rst-content .toctree-wrapper ul li li li,
    877  1.1  christos   .rst-content section ul li li li,
    878  1.1  christos   .wy-plain-list-disc li li li,
    879  1.1  christos   article ul li li li {
    880  1.1  christos       list-style-image: initial;
    881  1.1  christos   }
    882  1.1  christos   .rst-content .section ul li ol li,
    883  1.1  christos   .rst-content .toctree-wrapper ul li ol li,
    884  1.1  christos   .rst-content section ul li ol li,
    885  1.1  christos   .wy-plain-list-disc li ol li,
    886  1.1  christos   article ul li ol li {
    887  1.1  christos       list-style-image: initial;
    888  1.1  christos   }
    889  1.1  christos   .rst-content .section ol,
    890  1.1  christos   .rst-content .section ol.arabic,
    891  1.1  christos   .rst-content .toctree-wrapper ol,
    892  1.1  christos   .rst-content .toctree-wrapper ol.arabic,
    893  1.1  christos   .rst-content section ol,
    894  1.1  christos   .rst-content section ol.arabic,
    895  1.1  christos   .wy-plain-list-decimal,
    896  1.1  christos   article ol {
    897  1.1  christos       list-style-image: initial;
    898  1.1  christos   }
    899  1.1  christos   .rst-content .section ol.arabic li,
    900  1.1  christos   .rst-content .section ol li,
    901  1.1  christos   .rst-content .toctree-wrapper ol.arabic li,
    902  1.1  christos   .rst-content .toctree-wrapper ol li,
    903  1.1  christos   .rst-content section ol.arabic li,
    904  1.1  christos   .rst-content section ol li,
    905  1.1  christos   .wy-plain-list-decimal li,
    906  1.1  christos   article ol li {
    907  1.1  christos       list-style-image: initial;
    908  1.1  christos   }
    909  1.1  christos   .rst-content .section ol.arabic li ul li,
    910  1.1  christos   .rst-content .section ol li ul li,
    911  1.1  christos   .rst-content .toctree-wrapper ol.arabic li ul li,
    912  1.1  christos   .rst-content .toctree-wrapper ol li ul li,
    913  1.1  christos   .rst-content section ol.arabic li ul li,
    914  1.1  christos   .rst-content section ol li ul li,
    915  1.1  christos   .wy-plain-list-decimal li ul li,
    916  1.1  christos   article ol li ul li {
    917  1.1  christos       list-style-image: initial;
    918  1.1  christos   }
    919  1.1  christos   .rst-content .wy-breadcrumbs li tt,
    920  1.1  christos   .wy-breadcrumbs li .rst-content tt,
    921  1.1  christos   .wy-breadcrumbs li code {
    922  1.1  christos       border-color: initial;
    923  1.1  christos       background-image: none;
    924  1.1  christos       background-color: initial;
    925  1.1  christos   }
    926  1.1  christos   .rst-content .wy-breadcrumbs li tt.literal,
    927  1.1  christos   .wy-breadcrumbs li .rst-content tt.literal,
    928  1.1  christos   .wy-breadcrumbs li code.literal {
    929  1.1  christos       color: rgb(192, 186, 178);
    930  1.1  christos   }
    931  1.1  christos   .wy-breadcrumbs-extra {
    932  1.1  christos       color: rgb(184, 178, 169);
    933  1.1  christos   }
    934  1.1  christos   .wy-menu a:hover {
    935  1.1  christos       text-decoration-color: initial;
    936  1.1  christos   }
    937  1.1  christos   .wy-menu-horiz li:hover {
    938  1.1  christos       background-image: initial;
    939  1.1  christos       background-color: rgba(24, 26, 27, 0.1);
    940  1.1  christos   }
    941  1.1  christos   .wy-menu-horiz li.divide-left {
    942  1.1  christos       border-left-color: rgb(119, 110, 98);
    943  1.1  christos   }
    944  1.1  christos   .wy-menu-horiz li.divide-right {
    945  1.1  christos       border-right-color: rgb(119, 110, 98);
    946  1.1  christos   }
    947  1.1  christos   .wy-menu-vertical header,
    948  1.1  christos   .wy-menu-vertical p.caption {
    949  1.1  christos       color: rgb(94, 170, 219);
    950  1.1  christos   }
    951  1.1  christos   .wy-menu-vertical li.divide-top {
    952  1.1  christos       border-top-color: rgb(119, 110, 98);
    953  1.1  christos   }
    954  1.1  christos   .wy-menu-vertical li.divide-bottom {
    955  1.1  christos       border-bottom-color: rgb(119, 110, 98);
    956  1.1  christos   }
    957  1.1  christos   .wy-menu-vertical li.current {
    958  1.1  christos       background-image: initial;
    959  1.1  christos       background-color: rgb(40, 43, 45);
    960  1.1  christos   }
    961  1.1  christos   .wy-menu-vertical li.current a {
    962  1.1  christos       color: rgb(152, 143, 129);
    963  1.1  christos       border-right-color: rgb(63, 69, 71);
    964  1.1  christos   }
    965  1.1  christos   .wy-menu-vertical li.current a:hover {
    966  1.1  christos       background-image: initial;
    967  1.1  christos       background-color: rgb(47, 51, 53);
    968  1.1  christos   }
    969  1.1  christos   .rst-content .wy-menu-vertical li tt,
    970  1.1  christos   .wy-menu-vertical li .rst-content tt,
    971  1.1  christos   .wy-menu-vertical li code {
    972  1.1  christos       border-color: initial;
    973  1.1  christos       background-image: inherit;
    974  1.1  christos       background-color: inherit;
    975  1.1  christos       color: inherit;
    976  1.1  christos   }
    977  1.1  christos   .wy-menu-vertical li button.toctree-expand {
    978  1.1  christos       color: rgb(183, 177, 168);
    979  1.1  christos       border-color: initial;
    980  1.1  christos       background-image: none;
    981  1.1  christos       background-color: initial;
    982  1.1  christos   }
    983  1.1  christos   .wy-menu-vertical li.current > a,
    984  1.1  christos   .wy-menu-vertical li.on a {
    985  1.1  christos       color: rgb(192, 186, 178);
    986  1.1  christos       background-image: initial;
    987  1.1  christos       background-color: rgb(26, 28, 29);
    988  1.1  christos       border-color: initial;
    989  1.1  christos   }
    990  1.1  christos   .wy-menu-vertical li.current > a:hover,
    991  1.1  christos   .wy-menu-vertical li.on a:hover {
    992  1.1  christos       background-image: initial;
    993  1.1  christos       background-color: rgb(26, 28, 29);
    994  1.1  christos   }
    995  1.1  christos   .wy-menu-vertical li.current > a:hover button.toctree-expand,
    996  1.1  christos   .wy-menu-vertical li.on a:hover button.toctree-expand {
    997  1.1  christos       color: rgb(152, 143, 129);
    998  1.1  christos   }
    999  1.1  christos   .wy-menu-vertical li.current > a button.toctree-expand,
   1000  1.1  christos   .wy-menu-vertical li.on a button.toctree-expand {
   1001  1.1  christos       color: rgb(200, 195, 188);
   1002  1.1  christos   }
   1003  1.1  christos   .wy-menu-vertical li.toctree-l1.current > a {
   1004  1.1  christos       border-bottom-color: rgb(63, 69, 71);
   1005  1.1  christos       border-top-color: rgb(63, 69, 71);
   1006  1.1  christos   }
   1007  1.1  christos   .wy-menu-vertical li.toctree-l2 a,
   1008  1.1  christos   .wy-menu-vertical li.toctree-l3 a,
   1009  1.1  christos   .wy-menu-vertical li.toctree-l4 a,
   1010  1.1  christos   .wy-menu-vertical li.toctree-l5 a,
   1011  1.1  christos   .wy-menu-vertical li.toctree-l6 a,
   1012  1.1  christos   .wy-menu-vertical li.toctree-l7 a,
   1013  1.1  christos   .wy-menu-vertical li.toctree-l8 a,
   1014  1.1  christos   .wy-menu-vertical li.toctree-l9 a,
   1015  1.1  christos   .wy-menu-vertical li.toctree-l10 a {
   1016  1.1  christos       color: rgb(192, 186, 178);
   1017  1.1  christos   }
   1018  1.1  christos   .wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand,
   1019  1.1  christos   .wy-menu-vertical li.toctree-l3 a:hover button.toctree-expand,
   1020  1.1  christos   .wy-menu-vertical li.toctree-l4 a:hover button.toctree-expand,
   1021  1.1  christos   .wy-menu-vertical li.toctree-l5 a:hover button.toctree-expand,
   1022  1.1  christos   .wy-menu-vertical li.toctree-l6 a:hover button.toctree-expand,
   1023  1.1  christos   .wy-menu-vertical li.toctree-l7 a:hover button.toctree-expand,
   1024  1.1  christos   .wy-menu-vertical li.toctree-l8 a:hover button.toctree-expand,
   1025  1.1  christos   .wy-menu-vertical li.toctree-l9 a:hover button.toctree-expand,
   1026  1.1  christos   .wy-menu-vertical li.toctree-l10 a:hover button.toctree-expand {
   1027  1.1  christos       color: rgb(152, 143, 129);
   1028  1.1  christos   }
   1029  1.1  christos   .wy-menu-vertical li.toctree-l2.current > a,
   1030  1.1  christos   .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
   1031  1.1  christos       background-image: initial;
   1032  1.1  christos       background-color: rgb(54, 59, 61);
   1033  1.1  christos   }
   1034  1.1  christos   .wy-menu-vertical li.toctree-l2 button.toctree-expand {
   1035  1.1  christos       color: rgb(174, 167, 156);
   1036  1.1  christos   }
   1037  1.1  christos   .wy-menu-vertical li.toctree-l3.current > a,
   1038  1.1  christos   .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
   1039  1.1  christos       background-image: initial;
   1040  1.1  christos       background-color: rgb(61, 66, 69);
   1041  1.1  christos   }
   1042  1.1  christos   .wy-menu-vertical li.toctree-l3 button.toctree-expand {
   1043  1.1  christos       color: rgb(166, 158, 146);
   1044  1.1  christos   }
   1045  1.1  christos   .wy-menu-vertical li ul li a {
   1046  1.1  christos       color: rgb(208, 204, 198);
   1047  1.1  christos   }
   1048  1.1  christos   .wy-menu-vertical a {
   1049  1.1  christos       color: rgb(208, 204, 198);
   1050  1.1  christos   }
   1051  1.1  christos   .wy-menu-vertical a:hover {
   1052  1.1  christos       background-color: rgb(57, 62, 64);
   1053  1.1  christos   }
   1054  1.1  christos   .wy-menu-vertical a:hover button.toctree-expand {
   1055  1.1  christos       color: rgb(208, 204, 198);
   1056  1.1  christos   }
   1057  1.1  christos   .wy-menu-vertical a:active {
   1058  1.1  christos       background-color: rgb(33, 102, 148);
   1059  1.1  christos       color: rgb(232, 230, 227);
   1060  1.1  christos   }
   1061  1.1  christos   .wy-menu-vertical a:active button.toctree-expand {
   1062  1.1  christos       color: rgb(232, 230, 227);
   1063  1.1  christos   }
   1064  1.1  christos   .wy-side-nav-search {
   1065  1.1  christos       background-color: rgb(33, 102, 148);
   1066  1.1  christos       color: rgb(230, 228, 225);
   1067  1.1  christos   }
   1068  1.1  christos   .wy-side-nav-search input[type="text"] {
   1069  1.1  christos       border-color: rgb(35, 111, 160);
   1070  1.1  christos   }
   1071  1.1  christos   .wy-side-nav-search img {
   1072  1.1  christos       background-color: rgb(33, 102, 148);
   1073  1.1  christos   }
   1074  1.1  christos   .wy-side-nav-search .wy-dropdown > a,
   1075  1.1  christos   .wy-side-nav-search > a {
   1076  1.1  christos       color: rgb(230, 228, 225);
   1077  1.1  christos   }
   1078  1.1  christos   .wy-side-nav-search .wy-dropdown > a:hover,
   1079  1.1  christos   .wy-side-nav-search > a:hover {
   1080  1.1  christos       background-image: initial;
   1081  1.1  christos       background-color: rgba(24, 26, 27, 0.1);
   1082  1.1  christos   }
   1083  1.1  christos   .wy-side-nav-search .wy-dropdown > a img.logo,
   1084  1.1  christos   .wy-side-nav-search > a img.logo {
   1085  1.1  christos       background-image: initial;
   1086  1.1  christos       background-color: transparent;
   1087  1.1  christos   }
   1088  1.1  christos   .wy-side-nav-search > div.version {
   1089  1.1  christos       color: rgba(232, 230, 227, 0.3);
   1090  1.1  christos   }
   1091  1.1  christos   .wy-nav .wy-menu-vertical header {
   1092  1.1  christos       color: rgb(84, 164, 217);
   1093  1.1  christos   }
   1094  1.1  christos   .wy-nav .wy-menu-vertical a {
   1095  1.1  christos       color: rgb(184, 178, 169);
   1096  1.1  christos   }
   1097  1.1  christos   .wy-nav .wy-menu-vertical a:hover {
   1098  1.1  christos       background-color: rgb(33, 102, 148);
   1099  1.1  christos       color: rgb(232, 230, 227);
   1100  1.1  christos   }
   1101  1.1  christos   .wy-body-for-nav {
   1102  1.1  christos       background-image: initial;
   1103  1.1  christos       background-color: rgb(26, 28, 29);
   1104  1.1  christos   }
   1105  1.1  christos   .wy-nav-side {
   1106  1.1  christos       color: rgb(169, 161, 150);
   1107  1.1  christos       background-image: initial;
   1108  1.1  christos       background-color: rgb(38, 41, 43);
   1109  1.1  christos   }
   1110  1.1  christos   .wy-nav-top {
   1111  1.1  christos       background-image: initial;
   1112  1.1  christos       background-color: rgb(33, 102, 148);
   1113  1.1  christos       color: rgb(232, 230, 227);
   1114  1.1  christos   }
   1115  1.1  christos   .wy-nav-top a {
   1116  1.1  christos       color: rgb(232, 230, 227);
   1117  1.1  christos   }
   1118  1.1  christos   .wy-nav-top img {
   1119  1.1  christos       background-color: rgb(33, 102, 148);
   1120  1.1  christos   }
   1121  1.1  christos   .wy-nav-content-wrap {
   1122  1.1  christos       background-image: initial;
   1123  1.1  christos       background-color: rgb(26, 28, 29);
   1124  1.1  christos   }
   1125  1.1  christos   .wy-body-mask {
   1126  1.1  christos       background-image: initial;
   1127  1.1  christos       background-color: rgba(0, 0, 0, 0.2);
   1128  1.1  christos   }
   1129  1.1  christos   footer {
   1130  1.1  christos       color: rgb(152, 143, 129);
   1131  1.1  christos   }
   1132  1.1  christos   .rst-content footer span.commit tt,
   1133  1.1  christos   footer span.commit .rst-content tt,
   1134  1.1  christos   footer span.commit code {
   1135  1.1  christos       background-image: none;
   1136  1.1  christos       background-color: initial;
   1137  1.1  christos       border-color: initial;
   1138  1.1  christos       color: rgb(152, 143, 129);
   1139  1.1  christos   }
   1140  1.1  christos   #search-results .search li {
   1141  1.1  christos       border-bottom-color: rgb(56, 61, 63);
   1142  1.1  christos   }
   1143  1.1  christos   #search-results .search li:first-child {
   1144  1.1  christos       border-top-color: rgb(56, 61, 63);
   1145  1.1  christos   }
   1146  1.1  christos   #search-results .context {
   1147  1.1  christos       color: rgb(152, 143, 129);
   1148  1.1  christos   }
   1149  1.1  christos   @media screen and (max-width: 768px) {
   1150  1.1  christos       .wy-body-for-nav {
   1151  1.1  christos           background-image: initial;
   1152  1.1  christos           background-color: rgb(26, 28, 29);
   1153  1.1  christos       }
   1154  1.1  christos   }
   1155  1.1  christos   @media screen and (min-width: 1100px) {
   1156  1.1  christos       .wy-nav-content-wrap {
   1157  1.1  christos           background-image: initial;
   1158  1.1  christos           background-color: rgba(0, 0, 0, 0.05);
   1159  1.1  christos       }
   1160  1.1  christos       .wy-nav-content {
   1161  1.1  christos           background-image: initial;
   1162  1.1  christos           background-color: rgb(26, 28, 29);
   1163  1.1  christos       }
   1164  1.1  christos   }
   1165  1.1  christos   .rst-versions {
   1166  1.1  christos       color: rgb(230, 228, 225);
   1167  1.1  christos       background-image: initial;
   1168  1.1  christos       background-color: rgb(23, 24, 25);
   1169  1.1  christos   }
   1170  1.1  christos   .rst-versions a {
   1171  1.1  christos       color: rgb(84, 164, 217);
   1172  1.1  christos       text-decoration-color: initial;
   1173  1.1  christos   }
   1174  1.1  christos   .rst-versions .rst-current-version {
   1175  1.1  christos       background-color: rgb(29, 31, 32);
   1176  1.1  christos       color: rgb(92, 218, 145);
   1177  1.1  christos   }
   1178  1.1  christos   .rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,
   1179  1.1  christos   .rst-content .eqno .rst-versions .rst-current-version .headerlink,
   1180  1.1  christos   .rst-content .rst-versions .rst-current-version .admonition-title,
   1181  1.1  christos   .rst-content code.download .rst-versions .rst-current-version span:first-child,
   1182  1.1  christos   .rst-content dl dt .rst-versions .rst-current-version .headerlink,
   1183  1.1  christos   .rst-content h1 .rst-versions .rst-current-version .headerlink,
   1184  1.1  christos   .rst-content h2 .rst-versions .rst-current-version .headerlink,
   1185  1.1  christos   .rst-content h3 .rst-versions .rst-current-version .headerlink,
   1186  1.1  christos   .rst-content h4 .rst-versions .rst-current-version .headerlink,
   1187  1.1  christos   .rst-content h5 .rst-versions .rst-current-version .headerlink,
   1188  1.1  christos   .rst-content h6 .rst-versions .rst-current-version .headerlink,
   1189  1.1  christos   .rst-content p .rst-versions .rst-current-version .headerlink,
   1190  1.1  christos   .rst-content table > caption .rst-versions .rst-current-version .headerlink,
   1191  1.1  christos   .rst-content tt.download .rst-versions .rst-current-version span:first-child,
   1192  1.1  christos   .rst-versions .rst-current-version .fa,
   1193  1.1  christos   .rst-versions .rst-current-version .icon,
   1194  1.1  christos   .rst-versions .rst-current-version .rst-content .admonition-title,
   1195  1.1  christos   .rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,
   1196  1.1  christos   .rst-versions .rst-current-version .rst-content .eqno .headerlink,
   1197  1.1  christos   .rst-versions .rst-current-version .rst-content code.download span:first-child,
   1198  1.1  christos   .rst-versions .rst-current-version .rst-content dl dt .headerlink,
   1199  1.1  christos   .rst-versions .rst-current-version .rst-content h1 .headerlink,
   1200  1.1  christos   .rst-versions .rst-current-version .rst-content h2 .headerlink,
   1201  1.1  christos   .rst-versions .rst-current-version .rst-content h3 .headerlink,
   1202  1.1  christos   .rst-versions .rst-current-version .rst-content h4 .headerlink,
   1203  1.1  christos   .rst-versions .rst-current-version .rst-content h5 .headerlink,
   1204  1.1  christos   .rst-versions .rst-current-version .rst-content h6 .headerlink,
   1205  1.1  christos   .rst-versions .rst-current-version .rst-content p .headerlink,
   1206  1.1  christos   .rst-versions .rst-current-version .rst-content table > caption .headerlink,
   1207  1.1  christos   .rst-versions .rst-current-version .rst-content tt.download span:first-child,
   1208  1.1  christos   .rst-versions .rst-current-version .wy-menu-vertical li button.toctree-expand,
   1209  1.1  christos   .wy-menu-vertical li .rst-versions .rst-current-version button.toctree-expand {
   1210  1.1  christos       color: rgb(230, 228, 225);
   1211  1.1  christos   }
   1212  1.1  christos   .rst-versions .rst-current-version.rst-out-of-date {
   1213  1.1  christos       background-color: rgb(162, 33, 20);
   1214  1.1  christos       color: rgb(232, 230, 227);
   1215  1.1  christos   }
   1216  1.1  christos   .rst-versions .rst-current-version.rst-active-old-version {
   1217  1.1  christos       background-color: rgb(192, 156, 11);
   1218  1.1  christos       color: rgb(232, 230, 227);
   1219  1.1  christos   }
   1220  1.1  christos   .rst-versions .rst-other-versions {
   1221  1.1  christos       color: rgb(152, 143, 129);
   1222  1.1  christos   }
   1223  1.1  christos   .rst-versions .rst-other-versions hr {
   1224  1.1  christos       border-right-color: initial;
   1225  1.1  christos       border-bottom-color: initial;
   1226  1.1  christos       border-left-color: initial;
   1227  1.1  christos       border-top-color: rgb(119, 111, 98);
   1228  1.1  christos   }
   1229  1.1  christos   .rst-versions .rst-other-versions dd a {
   1230  1.1  christos       color: rgb(230, 228, 225);
   1231  1.1  christos   }
   1232  1.1  christos   .rst-versions.rst-badge {
   1233  1.1  christos       border-color: initial;
   1234  1.1  christos   }
   1235  1.1  christos   .rst-content abbr[title] {
   1236  1.1  christos       text-decoration-color: initial;
   1237  1.1  christos   }
   1238  1.1  christos   .rst-content.style-external-links a.reference.external::after {
   1239  1.1  christos       color: rgb(184, 178, 169);
   1240  1.1  christos   }
   1241  1.1  christos   .rst-content div[class^="highlight"],
   1242  1.1  christos   .rst-content pre.literal-block {
   1243  1.1  christos       border-color: rgb(56, 61, 63);
   1244  1.1  christos   }
   1245  1.1  christos   .rst-content div[class^="highlight"] div[class^="highlight"], .rst-content pre.literal-block div[class^="highlight"] {
   1246  1.1  christos       border-color: initial;
   1247  1.1  christos   }
   1248  1.1  christos   .rst-content .linenodiv pre {
   1249  1.1  christos       border-right-color: rgb(54, 59, 61);
   1250  1.1  christos   }
   1251  1.1  christos   .rst-content div.highlight span.linenos {
   1252  1.1  christos       border-right-color: rgb(54, 59, 61);
   1253  1.1  christos   }
   1254  1.1  christos   .rst-content .admonition table {
   1255  1.1  christos       border-color: rgba(140, 130, 115, 0.1);
   1256  1.1  christos   }
   1257  1.1  christos   .rst-content .admonition table td,
   1258  1.1  christos   .rst-content .admonition table th {
   1259  1.1  christos       background-image: initial !important;
   1260  1.1  christos       background-color: transparent !important;
   1261  1.1  christos       border-color: rgba(140, 130, 115, 0.1) !important;
   1262  1.1  christos   }
   1263  1.1  christos   .rst-content .section ol.loweralpha,
   1264  1.1  christos   .rst-content .section ol.loweralpha > li,
   1265  1.1  christos   .rst-content .toctree-wrapper ol.loweralpha,
   1266  1.1  christos   .rst-content .toctree-wrapper ol.loweralpha > li,
   1267  1.1  christos   .rst-content section ol.loweralpha,
   1268  1.1  christos   .rst-content section ol.loweralpha > li {
   1269  1.1  christos       list-style-image: initial;
   1270  1.1  christos   }
   1271  1.1  christos   .rst-content .section ol.upperalpha,
   1272  1.1  christos   .rst-content .section ol.upperalpha > li,
   1273  1.1  christos   .rst-content .toctree-wrapper ol.upperalpha,
   1274  1.1  christos   .rst-content .toctree-wrapper ol.upperalpha > li,
   1275  1.1  christos   .rst-content section ol.upperalpha,
   1276  1.1  christos   .rst-content section ol.upperalpha > li {
   1277  1.1  christos       list-style-image: initial;
   1278  1.1  christos   }
   1279  1.1  christos   .rst-content .toc-backref {
   1280  1.1  christos       color: rgb(192, 186, 178);
   1281  1.1  christos   }
   1282  1.1  christos   .rst-content .btn:focus {
   1283  1.1  christos       outline-color: initial;
   1284  1.1  christos   }
   1285  1.1  christos   .rst-content .sidebar {
   1286  1.1  christos       background-image: initial;
   1287  1.1  christos       background-color: rgb(27, 36, 36);
   1288  1.1  christos       border-color: rgb(56, 61, 63);
   1289  1.1  christos   }
   1290  1.1  christos   .rst-content .sidebar .sidebar-title {
   1291  1.1  christos       background-image: initial;
   1292  1.1  christos       background-color: rgb(40, 43, 45);
   1293  1.1  christos   }
   1294  1.1  christos   .rst-content .highlighted {
   1295  1.1  christos       background-image: initial;
   1296  1.1  christos       background-color: rgb(192, 156, 11);
   1297  1.1  christos       box-shadow: rgb(192, 156, 11) 0px 0px 0px 2px;
   1298  1.1  christos   }
   1299  1.1  christos   html.writer-html4 .rst-content table.docutils.citation,
   1300  1.1  christos   html.writer-html4 .rst-content table.docutils.footnote {
   1301  1.1  christos       background-image: none;
   1302  1.1  christos       background-color: initial;
   1303  1.1  christos       border-color: initial;
   1304  1.1  christos   }
   1305  1.1  christos   html.writer-html4 .rst-content table.docutils.citation td,
   1306  1.1  christos   html.writer-html4 .rst-content table.docutils.citation tr,
   1307  1.1  christos   html.writer-html4 .rst-content table.docutils.footnote td,
   1308  1.1  christos   html.writer-html4 .rst-content table.docutils.footnote tr {
   1309  1.1  christos       border-color: initial;
   1310  1.1  christos       background-color: transparent !important;
   1311  1.1  christos   }
   1312  1.1  christos   .rst-content table.docutils.footnote,
   1313  1.1  christos   html.writer-html4 .rst-content table.docutils.citation,
   1314  1.1  christos   html.writer-html5 .rst-content dl.footnote {
   1315  1.1  christos       color: rgb(152, 143, 129);
   1316  1.1  christos   }
   1317  1.1  christos   .rst-content table.docutils.footnote code,
   1318  1.1  christos   .rst-content table.docutils.footnote tt,
   1319  1.1  christos   html.writer-html4 .rst-content table.docutils.citation code,
   1320  1.1  christos   html.writer-html4 .rst-content table.docutils.citation tt,
   1321  1.1  christos   html.writer-html5 .rst-content dl.footnote code,
   1322  1.1  christos   html.writer-html5 .rst-content dl.footnote tt {
   1323  1.1  christos       color: rgb(178, 172, 162);
   1324  1.1  christos   }
   1325  1.1  christos   .rst-content table.docutils th {
   1326  1.1  christos       border-color: rgb(56, 61, 63);
   1327  1.1  christos   }
   1328  1.1  christos   html.writer-html5 .rst-content table.docutils th {
   1329  1.1  christos       border-color: rgb(56, 61, 63);
   1330  1.1  christos   }
   1331  1.1  christos   .rst-content table.field-list,
   1332  1.1  christos   .rst-content table.field-list td {
   1333  1.1  christos       border-color: initial;
   1334  1.1  christos   }
   1335  1.1  christos   .rst-content code,
   1336  1.1  christos   .rst-content tt {
   1337  1.1  christos       color: rgb(232, 230, 227);
   1338  1.1  christos   }
   1339  1.1  christos   .rst-content code.literal,
   1340  1.1  christos   .rst-content tt.literal {
   1341  1.1  christos       color: rgb(233, 88, 73);
   1342  1.1  christos   }
   1343  1.1  christos   .rst-content code.xref,
   1344  1.1  christos   .rst-content tt.xref,
   1345  1.1  christos   a .rst-content code,
   1346  1.1  christos   a .rst-content tt {
   1347  1.1  christos       color: rgb(192, 186, 178);
   1348  1.1  christos   }
   1349  1.1  christos   .rst-content a code,
   1350  1.1  christos   .rst-content a tt {
   1351  1.1  christos       color: rgb(84, 164, 217);
   1352  1.1  christos   }
   1353  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) > dt,
   1354  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) > dt {
   1355  1.1  christos       background-image: initial;
   1356  1.1  christos       background-color: rgb(32, 35, 36);
   1357  1.1  christos       color: rgb(84, 164, 217);
   1358  1.1  christos       border-top-color: rgb(28, 89, 128);
   1359  1.1  christos   }
   1360  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) > dt::before,
   1361  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) > dt::before {
   1362  1.1  christos       color: rgb(109, 178, 223);
   1363  1.1  christos   }
   1364  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) > dt .headerlink,
   1365  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) > dt .headerlink {
   1366  1.1  christos       color: rgb(192, 186, 178);
   1367  1.1  christos   }
   1368  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list) > dt,
   1369  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list) > dt {
   1370  1.1  christos       border-top-color: initial;
   1371  1.1  christos       border-right-color: initial;
   1372  1.1  christos       border-bottom-color: initial;
   1373  1.1  christos       border-left-color: rgb(62, 68, 70);
   1374  1.1  christos       background-image: initial;
   1375  1.1  christos       background-color: rgb(32, 35, 37);
   1376  1.1  christos       color: rgb(178, 172, 162);
   1377  1.1  christos   }
   1378  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list) > dt .headerlink,
   1379  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list) > dt .headerlink {
   1380  1.1  christos       color: rgb(192, 186, 178);
   1381  1.1  christos   }
   1382  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,
   1383  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) code.descname,
   1384  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,
   1385  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) tt.descname,
   1386  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descclassname,
   1387  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,
   1388  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descclassname,
   1389  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname {
   1390  1.1  christos       background-color: transparent;
   1391  1.1  christos       border-color: initial;
   1392  1.1  christos   }
   1393  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) .optional,
   1394  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .optional {
   1395  1.1  christos       color: rgb(232, 230, 227);
   1396  1.1  christos   }
   1397  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) .descclassname,
   1398  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) .descname,
   1399  1.1  christos   html.writer-html4 .rst-content dl:not(.docutils) .sig-name,
   1400  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .descclassname,
   1401  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .descname,
   1402  1.1  christos   html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .sig-name {
   1403  1.1  christos       color: rgb(232, 230, 227);
   1404  1.1  christos   }
   1405  1.1  christos   .rst-content .viewcode-back,
   1406  1.1  christos   .rst-content .viewcode-link {
   1407  1.1  christos       color: rgb(92, 218, 145);
   1408  1.1  christos   }
   1409  1.1  christos   .rst-content code.download,
   1410  1.1  christos   .rst-content tt.download {
   1411  1.1  christos       background-image: inherit;
   1412  1.1  christos       background-color: inherit;
   1413  1.1  christos       color: inherit;
   1414  1.1  christos       border-color: inherit;
   1415  1.1  christos   }
   1416  1.1  christos   .rst-content .guilabel {
   1417  1.1  christos       border-color: rgb(27, 84, 122);
   1418  1.1  christos       background-image: initial;
   1419  1.1  christos       background-color: rgb(32, 35, 36);
   1420  1.1  christos   }
   1421  1.1  christos   span[id*="MathJax-Span"] {
   1422  1.1  christos       color: rgb(192, 186, 178);
   1423  1.1  christos   }
   1424  1.1  christos   td.linenos .normal {
   1425  1.1  christos       color: inherit;
   1426  1.1  christos       background-color: transparent;
   1427  1.1  christos   }
   1428  1.1  christos   span.linenos {
   1429  1.1  christos       color: inherit;
   1430  1.1  christos       background-color: transparent;
   1431  1.1  christos   }
   1432  1.1  christos   td.linenos .special {
   1433  1.1  christos       color: rgb(232, 230, 227);
   1434  1.1  christos       background-color: rgb(89, 89, 0);
   1435  1.1  christos   }
   1436  1.1  christos   span.linenos.special {
   1437  1.1  christos       color: rgb(232, 230, 227);
   1438  1.1  christos       background-color: rgb(89, 89, 0);
   1439  1.1  christos   }
   1440  1.1  christos   .highlight .hll {
   1441  1.1  christos       background-color: rgb(82, 82, 0);
   1442  1.1  christos   }
   1443  1.1  christos   .highlight {
   1444  1.1  christos       background-image: initial;
   1445  1.1  christos       background-color: rgb(61, 82, 0);
   1446  1.1  christos   }
   1447  1.1  christos   .highlight .c {
   1448  1.1  christos       color: rgb(119, 179, 195);
   1449  1.1  christos   }
   1450  1.1  christos   .highlight .err {
   1451  1.1  christos       border-color: rgb(179, 0, 0);
   1452  1.1  christos   }
   1453  1.1  christos   .highlight .k {
   1454  1.1  christos       color: rgb(126, 255, 163);
   1455  1.1  christos   }
   1456  1.1  christos   .highlight .o {
   1457  1.1  christos       color: rgb(168, 160, 149);
   1458  1.1  christos   }
   1459  1.1  christos   .highlight .ch {
   1460  1.1  christos       color: rgb(119, 179, 195);
   1461  1.1  christos   }
   1462  1.1  christos   .highlight .cm {
   1463  1.1  christos       color: rgb(119, 179, 195);
   1464  1.1  christos   }
   1465  1.1  christos   .highlight .cp {
   1466  1.1  christos       color: rgb(126, 255, 163);
   1467  1.1  christos   }
   1468  1.1  christos   .highlight .cpf {
   1469  1.1  christos       color: rgb(119, 179, 195);
   1470  1.1  christos   }
   1471  1.1  christos   .highlight .c1 {
   1472  1.1  christos       color: rgb(119, 179, 195);
   1473  1.1  christos   }
   1474  1.1  christos   .highlight .cs {
   1475  1.1  christos       color: rgb(119, 179, 195);
   1476  1.1  christos       background-color: rgb(60, 0, 0);
   1477  1.1  christos   }
   1478  1.1  christos   .highlight .gd {
   1479  1.1  christos       color: rgb(255, 92, 92);
   1480  1.1  christos   }
   1481  1.1  christos   .highlight .gr {
   1482  1.1  christos       color: rgb(255, 26, 26);
   1483  1.1  christos   }
   1484  1.1  christos   .highlight .gh {
   1485  1.1  christos       color: rgb(127, 174, 255);
   1486  1.1  christos   }
   1487  1.1  christos   .highlight .gi {
   1488  1.1  christos       color: rgb(92, 255, 92);
   1489  1.1  christos   }
   1490  1.1  christos   .highlight .go {
   1491  1.1  christos       color: rgb(200, 195, 188);
   1492  1.1  christos   }
   1493  1.1  christos   .highlight .gp {
   1494  1.1  christos       color: rgb(246, 147, 68);
   1495  1.1  christos   }
   1496  1.1  christos   .highlight .gu {
   1497  1.1  christos       color: rgb(255, 114, 255);
   1498  1.1  christos   }
   1499  1.1  christos   .highlight .gt {
   1500  1.1  christos       color: rgb(71, 160, 255);
   1501  1.1  christos   }
   1502  1.1  christos   .highlight .kc {
   1503  1.1  christos       color: rgb(126, 255, 163);
   1504  1.1  christos   }
   1505  1.1  christos   .highlight .kd {
   1506  1.1  christos       color: rgb(126, 255, 163);
   1507  1.1  christos   }
   1508  1.1  christos   .highlight .kn {
   1509  1.1  christos       color: rgb(126, 255, 163);
   1510  1.1  christos   }
   1511  1.1  christos   .highlight .kp {
   1512  1.1  christos       color: rgb(126, 255, 163);
   1513  1.1  christos   }
   1514  1.1  christos   .highlight .kr {
   1515  1.1  christos       color: rgb(126, 255, 163);
   1516  1.1  christos   }
   1517  1.1  christos   .highlight .kt {
   1518  1.1  christos       color: rgb(255, 137, 103);
   1519  1.1  christos   }
   1520  1.1  christos   .highlight .m {
   1521  1.1  christos       color: rgb(125, 222, 174);
   1522  1.1  christos   }
   1523  1.1  christos   .highlight .s {
   1524  1.1  christos       color: rgb(123, 166, 202);
   1525  1.1  christos   }
   1526  1.1  christos   .highlight .na {
   1527  1.1  christos       color: rgb(123, 166, 202);
   1528  1.1  christos   }
   1529  1.1  christos   .highlight .nb {
   1530  1.1  christos       color: rgb(126, 255, 163);
   1531  1.1  christos   }
   1532  1.1  christos   .highlight .nc {
   1533  1.1  christos       color: rgb(81, 194, 242);
   1534  1.1  christos   }
   1535  1.1  christos   .highlight .no {
   1536  1.1  christos       color: rgb(103, 177, 215);
   1537  1.1  christos   }
   1538  1.1  christos   .highlight .nd {
   1539  1.1  christos       color: rgb(178, 172, 162);
   1540  1.1  christos   }
   1541  1.1  christos   .highlight .ni {
   1542  1.1  christos       color: rgb(217, 100, 73);
   1543  1.1  christos   }
   1544  1.1  christos   .highlight .ne {
   1545  1.1  christos       color: rgb(126, 255, 163);
   1546  1.1  christos   }
   1547  1.1  christos   .highlight .nf {
   1548  1.1  christos       color: rgb(131, 186, 249);
   1549  1.1  christos   }
   1550  1.1  christos   .highlight .nl {
   1551  1.1  christos       color: rgb(137, 193, 255);
   1552  1.1  christos   }
   1553  1.1  christos   .highlight .nn {
   1554  1.1  christos       color: rgb(81, 194, 242);
   1555  1.1  christos   }
   1556  1.1  christos   .highlight .nt {
   1557  1.1  christos       color: rgb(138, 191, 249);
   1558  1.1  christos   }
   1559  1.1  christos   .highlight .nv {
   1560  1.1  christos       color: rgb(190, 103, 215);
   1561  1.1  christos   }
   1562  1.1  christos   .highlight .ow {
   1563  1.1  christos       color: rgb(126, 255, 163);
   1564  1.1  christos   }
   1565  1.1  christos   .highlight .w {
   1566  1.1  christos       color: rgb(189, 183, 175);
   1567  1.1  christos   }
   1568  1.1  christos   .highlight .mb {
   1569  1.1  christos       color: rgb(125, 222, 174);
   1570  1.1  christos   }
   1571  1.1  christos   .highlight .mf {
   1572  1.1  christos       color: rgb(125, 222, 174);
   1573  1.1  christos   }
   1574  1.1  christos   .highlight .mh {
   1575  1.1  christos       color: rgb(125, 222, 174);
   1576  1.1  christos   }
   1577  1.1  christos   .highlight .mi {
   1578  1.1  christos       color: rgb(125, 222, 174);
   1579  1.1  christos   }
   1580  1.1  christos   .highlight .mo {
   1581  1.1  christos       color: rgb(125, 222, 174);
   1582  1.1  christos   }
   1583  1.1  christos   .highlight .sa {
   1584  1.1  christos       color: rgb(123, 166, 202);
   1585  1.1  christos   }
   1586  1.1  christos   .highlight .sb {
   1587  1.1  christos       color: rgb(123, 166, 202);
   1588  1.1  christos   }
   1589  1.1  christos   .highlight .sc {
   1590  1.1  christos       color: rgb(123, 166, 202);
   1591  1.1  christos   }
   1592  1.1  christos   .highlight .dl {
   1593  1.1  christos       color: rgb(123, 166, 202);
   1594  1.1  christos   }
   1595  1.1  christos   .highlight .sd {
   1596  1.1  christos       color: rgb(123, 166, 202);
   1597  1.1  christos   }
   1598  1.1  christos   .highlight .s2 {
   1599  1.1  christos       color: rgb(123, 166, 202);
   1600  1.1  christos   }
   1601  1.1  christos   .highlight .se {
   1602  1.1  christos       color: rgb(123, 166, 202);
   1603  1.1  christos   }
   1604  1.1  christos   .highlight .sh {
   1605  1.1  christos       color: rgb(123, 166, 202);
   1606  1.1  christos   }
   1607  1.1  christos   .highlight .si {
   1608  1.1  christos       color: rgb(117, 168, 209);
   1609  1.1  christos   }
   1610  1.1  christos   .highlight .sx {
   1611  1.1  christos       color: rgb(246, 147, 68);
   1612  1.1  christos   }
   1613  1.1  christos   .highlight .sr {
   1614  1.1  christos       color: rgb(133, 182, 224);
   1615  1.1  christos   }
   1616  1.1  christos   .highlight .s1 {
   1617  1.1  christos       color: rgb(123, 166, 202);
   1618  1.1  christos   }
   1619  1.1  christos   .highlight .ss {
   1620  1.1  christos       color: rgb(188, 230, 128);
   1621  1.1  christos   }
   1622  1.1  christos   .highlight .bp {
   1623  1.1  christos       color: rgb(126, 255, 163);
   1624  1.1  christos   }
   1625  1.1  christos   .highlight .fm {
   1626  1.1  christos       color: rgb(131, 186, 249);
   1627  1.1  christos   }
   1628  1.1  christos   .highlight .vc {
   1629  1.1  christos       color: rgb(190, 103, 215);
   1630  1.1  christos   }
   1631  1.1  christos   .highlight .vg {
   1632  1.1  christos       color: rgb(190, 103, 215);
   1633  1.1  christos   }
   1634  1.1  christos   .highlight .vi {
   1635  1.1  christos       color: rgb(190, 103, 215);
   1636  1.1  christos   }
   1637  1.1  christos   .highlight .vm {
   1638  1.1  christos       color: rgb(190, 103, 215);
   1639  1.1  christos   }
   1640  1.1  christos   .highlight .il {
   1641  1.1  christos       color: rgb(125, 222, 174);
   1642  1.1  christos   }
   1643  1.1  christos   [role="tablist"] {
   1644  1.1  christos       border-bottom-color: rgb(70, 76, 79);
   1645  1.1  christos   }
   1646  1.1  christos   .sphinx-tabs-tab {
   1647  1.1  christos       color: rgb(119, 182, 226);
   1648  1.1  christos       background-color: rgba(24, 26, 27, 0); border-color: initial;
   1649  1.1  christos   }
   1650  1.1  christos   .sphinx-tabs-tab[aria-selected="true"] {
   1651  1.1  christos       border-color: rgb(70, 76, 79) rgb(70, 76, 79) rgb(48, 52, 54);
   1652  1.1  christos       background-color: rgb(24, 26, 27);
   1653  1.1  christos   }
   1654  1.1  christos   .sphinx-tabs-panel {
   1655  1.1  christos       border-right-color: rgb(70, 76, 79);
   1656  1.1  christos       border-bottom-color: rgb(70, 76, 79);
   1657  1.1  christos       border-left-color: rgb(70, 76, 79);
   1658  1.1  christos       border-top-color: initial;
   1659  1.1  christos       background-image: initial;
   1660  1.1  christos       background-color: rgb(24, 26, 27);
   1661  1.1  christos   }
   1662  1.1  christos   a.copybtn {
   1663  1.1  christos       border-color: initial;
   1664  1.1  christos   }
   1665  1.1  christos   .o-tooltip--left::after {
   1666  1.1  christos       background-image: initial;
   1667  1.1  christos       background-color: rgb(96, 104, 108);
   1668  1.1  christos       color: rgb(232, 230, 227);
   1669  1.1  christos   }
   1670  1.1  christos   @media (prefers-color-scheme: dark) {
   1671  1.1  christos       html {
   1672  1.1  christos           background-color: rgb(19, 21, 22) !important;
   1673  1.1  christos       }
   1674  1.1  christos       html,
   1675  1.1  christos       body,
   1676  1.1  christos       input,
   1677  1.1  christos       textarea,
   1678  1.1  christos       select,
   1679  1.1  christos       button {
   1680  1.1  christos           background-color: rgb(19, 21, 22);
   1681  1.1  christos       }
   1682  1.1  christos       html,
   1683  1.1  christos       body,
   1684  1.1  christos       input,
   1685  1.1  christos       textarea,
   1686  1.1  christos       select,
   1687  1.1  christos       button {
   1688  1.1  christos           border-color: rgb(106, 98, 87);
   1689  1.1  christos           color: rgb(216, 212, 207);
   1690  1.1  christos       }
   1691  1.1  christos       a {
   1692  1.1  christos           color: rgb(61, 165, 255);
   1693  1.1  christos       }
   1694  1.1  christos       table {
   1695  1.1  christos           border-color: rgb(111, 103, 91);
   1696  1.1  christos       }
   1697  1.1  christos       ::placeholder {
   1698  1.1  christos           color: rgb(178, 171, 161);
   1699  1.1  christos       }
   1700  1.1  christos       input:-webkit-autofill,
   1701  1.1  christos       textarea:-webkit-autofill,
   1702  1.1  christos       select:-webkit-autofill {
   1703  1.1  christos           background-color: rgb(68, 73, 0) !important;
   1704  1.1  christos           color: rgb(216, 212, 207) !important;
   1705  1.1  christos       }
   1706  1.1  christos       ::selection {
   1707  1.1  christos           background-color: rgb(0, 62, 136) !important;
   1708  1.1  christos           color: rgb(216, 212, 207) !important;
   1709  1.1  christos       }
   1710  1.1  christos       :root {
   1711  1.1  christos           --darkreader-neutral-background: #131516;
   1712  1.1  christos           --darkreader-text--darkreader-neutral-text: #cdc8c2;
   1713  1.1  christos           --darkreader-selection-background: #004daa;
   1714  1.1  christos           --darkreader-selection-text: #e8e6e3;
   1715  1.1  christos       }
   1716  1.1  christos       a:active,
   1717  1.1  christos       a:hover {
   1718  1.1  christos           outline-color: initial;
   1719  1.1  christos       }
   1720  1.1  christos       abbr[title] {
   1721  1.1  christos           border-bottom-color: initial;
   1722  1.1  christos       }
   1723  1.1  christos       ins {
   1724  1.1  christos           background-image: initial;
   1725  1.1  christos           background-color: rgb(90, 90, 0);
   1726  1.1  christos           text-decoration-color: initial;
   1727  1.1  christos       }
   1728  1.1  christos       ins,
   1729  1.1  christos       mark {
   1730  1.1  christos           color: rgb(216, 212, 207);
   1731  1.1  christos       }
   1732  1.1  christos       mark {
   1733  1.1  christos           background-image: initial;
   1734  1.1  christos           background-color: rgb(163, 163, 0);
   1735  1.1  christos       }
   1736  1.1  christos       dl,
   1737  1.1  christos       ol,
   1738  1.1  christos       ul {
   1739  1.1  christos           list-style-image: none;
   1740  1.1  christos       }
   1741  1.1  christos       li {
   1742  1.1  christos           list-style-image: initial;
   1743  1.1  christos       }
   1744  1.1  christos       img {
   1745  1.1  christos           border-color: initial;
   1746  1.1  christos       }
   1747  1.1  christos       .chromeframe {
   1748  1.1  christos           background-image: initial;
   1749  1.1  christos           background-color: rgb(42, 46, 47);
   1750  1.1  christos           color: rgb(216, 212, 207);
   1751  1.1  christos       }
   1752  1.1  christos       .ir {
   1753  1.1  christos           border-color: initial;
   1754  1.1  christos           background-color: transparent;
   1755  1.1  christos       }
   1756  1.1  christos       .visuallyhidden {
   1757  1.1  christos           border-color: initial;
   1758  1.1  christos       }
   1759  1.1  christos       .fa-border {
   1760  1.1  christos           border-color: rgb(122, 113, 100);
   1761  1.1  christos       }
   1762  1.1  christos       .fa-inverse {
   1763  1.1  christos           color: rgb(216, 212, 207);
   1764  1.1  christos       }
   1765  1.1  christos       .sr-only {
   1766  1.1  christos           border-color: initial;
   1767  1.1  christos       }
   1768  1.1  christos       .fa::before,
   1769  1.1  christos       .icon::before,
   1770  1.1  christos       .rst-content .admonition-title::before,
   1771  1.1  christos       .rst-content .code-block-caption .headerlink::before,
   1772  1.1  christos       .rst-content code.download span:first-child::before,
   1773  1.1  christos       .rst-content dl dt .headerlink::before,
   1774  1.1  christos       .rst-content h1 .headerlink::before,
   1775  1.1  christos       .rst-content h2 .headerlink::before,
   1776  1.1  christos       .rst-content h3 .headerlink::before,
   1777  1.1  christos       .rst-content h4 .headerlink::before,
   1778  1.1  christos       .rst-content h5 .headerlink::before,
   1779  1.1  christos       .rst-content h6 .headerlink::before,
   1780  1.1  christos       .rst-content p.caption .headerlink::before,
   1781  1.1  christos       .rst-content table > caption .headerlink::before,
   1782  1.1  christos       .rst-content tt.download span:first-child::before,
   1783  1.1  christos       .wy-dropdown .caret::before,
   1784  1.1  christos       .wy-inline-validate.wy-inline-validate-danger .wy-input-context::before,
   1785  1.1  christos       .wy-inline-validate.wy-inline-validate-info .wy-input-context::before,
   1786  1.1  christos       .wy-inline-validate.wy-inline-validate-success .wy-input-context::before,
   1787  1.1  christos       .wy-inline-validate.wy-inline-validate-warning .wy-input-context::before,
   1788  1.1  christos       .wy-menu-vertical li.current > a span.toctree-expand::before,
   1789  1.1  christos       .wy-menu-vertical li.on a span.toctree-expand::before,
   1790  1.1  christos       .wy-menu-vertical li span.toctree-expand::before {
   1791  1.1  christos           text-decoration-color: inherit;
   1792  1.1  christos       }
   1793  1.1  christos       .rst-content .code-block-caption a .headerlink,
   1794  1.1  christos       .rst-content a .admonition-title,
   1795  1.1  christos       .rst-content code.download a span:first-child,
   1796  1.1  christos       .rst-content dl dt a .headerlink,
   1797  1.1  christos       .rst-content h1 a .headerlink,
   1798  1.1  christos       .rst-content h2 a .headerlink,
   1799  1.1  christos       .rst-content h3 a .headerlink,
   1800  1.1  christos       .rst-content h4 a .headerlink,
   1801  1.1  christos       .rst-content h5 a .headerlink,
   1802  1.1  christos       .rst-content h6 a .headerlink,
   1803  1.1  christos       .rst-content p.caption a .headerlink,
   1804  1.1  christos       .rst-content table > caption a .headerlink,
   1805  1.1  christos       .rst-content tt.download a span:first-child,
   1806  1.1  christos       .wy-menu-vertical li.current > a span.toctree-expand,
   1807  1.1  christos       .wy-menu-vertical li.on a span.toctree-expand,
   1808  1.1  christos       .wy-menu-vertical li a span.toctree-expand,
   1809  1.1  christos       a .fa,
   1810  1.1  christos       a .icon,
   1811  1.1  christos       a .rst-content .admonition-title,
   1812  1.1  christos       a .rst-content .code-block-caption .headerlink,
   1813  1.1  christos       a .rst-content code.download span:first-child,
   1814  1.1  christos       a .rst-content dl dt .headerlink,
   1815  1.1  christos       a .rst-content h1 .headerlink,
   1816  1.1  christos       a .rst-content h2 .headerlink,
   1817  1.1  christos       a .rst-content h3 .headerlink,
   1818  1.1  christos       a .rst-content h4 .headerlink,
   1819  1.1  christos       a .rst-content h5 .headerlink,
   1820  1.1  christos       a .rst-content h6 .headerlink,
   1821  1.1  christos       a .rst-content p.caption .headerlink,
   1822  1.1  christos       a .rst-content table > caption .headerlink,
   1823  1.1  christos       a .rst-content tt.download span:first-child,
   1824  1.1  christos       a .wy-menu-vertical li span.toctree-expand {
   1825  1.1  christos           text-decoration-color: inherit;
   1826  1.1  christos       }
   1827  1.1  christos       .rst-content .admonition,
   1828  1.1  christos       .rst-content .admonition-todo,
   1829  1.1  christos       .rst-content .attention,
   1830  1.1  christos       .rst-content .caution,
   1831  1.1  christos       .rst-content .danger,
   1832  1.1  christos       .rst-content .error,
   1833  1.1  christos       .rst-content .hint,
   1834  1.1  christos       .rst-content .important,
   1835  1.1  christos       .rst-content .note,
   1836  1.1  christos       .rst-content .seealso,
   1837  1.1  christos       .rst-content .tip,
   1838  1.1  christos       .rst-content .warning,
   1839  1.1  christos       .wy-alert {
   1840  1.1  christos           background-image: initial;
   1841  1.1  christos           background-color: rgb(26, 28, 29);
   1842  1.1  christos       }
   1843  1.1  christos       .rst-content .admonition-title,
   1844  1.1  christos       .wy-alert-title {
   1845  1.1  christos           color: rgb(216, 212, 207);
   1846  1.1  christos           background-image: initial;
   1847  1.1  christos           background-color: rgb(23, 73, 105);
   1848  1.1  christos       }
   1849  1.1  christos       .rst-content .danger,
   1850  1.1  christos       .rst-content .error,
   1851  1.1  christos       .rst-content .wy-alert-danger.admonition,
   1852  1.1  christos       .rst-content .wy-alert-danger.admonition-todo,
   1853  1.1  christos       .rst-content .wy-alert-danger.attention,
   1854  1.1  christos       .rst-content .wy-alert-danger.caution,
   1855  1.1  christos       .rst-content .wy-alert-danger.hint,
   1856  1.1  christos       .rst-content .wy-alert-danger.important,
   1857  1.1  christos       .rst-content .wy-alert-danger.note,
   1858  1.1  christos       .rst-content .wy-alert-danger.seealso,
   1859  1.1  christos       .rst-content .wy-alert-danger.tip,
   1860  1.1  christos       .rst-content .wy-alert-danger.warning,
   1861  1.1  christos       .wy-alert.wy-alert-danger {
   1862  1.1  christos           background-image: initial;
   1863  1.1  christos           background-color: rgb(42, 10, 6);
   1864  1.1  christos       }
   1865  1.1  christos       .rst-content .danger .admonition-title,
   1866  1.1  christos       .rst-content .danger .wy-alert-title,
   1867  1.1  christos       .rst-content .error .admonition-title,
   1868  1.1  christos       .rst-content .error .wy-alert-title,
   1869  1.1  christos       .rst-content .wy-alert-danger.admonition-todo .admonition-title,
   1870  1.1  christos       .rst-content .wy-alert-danger.admonition-todo .wy-alert-title,
   1871  1.1  christos       .rst-content .wy-alert-danger.admonition .admonition-title,
   1872  1.1  christos       .rst-content .wy-alert-danger.admonition .wy-alert-title,
   1873  1.1  christos       .rst-content .wy-alert-danger.attention .admonition-title,
   1874  1.1  christos       .rst-content .wy-alert-danger.attention .wy-alert-title,
   1875  1.1  christos       .rst-content .wy-alert-danger.caution .admonition-title,
   1876  1.1  christos       .rst-content .wy-alert-danger.caution .wy-alert-title,
   1877  1.1  christos       .rst-content .wy-alert-danger.hint .admonition-title,
   1878  1.1  christos       .rst-content .wy-alert-danger.hint .wy-alert-title,
   1879  1.1  christos       .rst-content .wy-alert-danger.important .admonition-title,
   1880  1.1  christos       .rst-content .wy-alert-danger.important .wy-alert-title,
   1881  1.1  christos       .rst-content .wy-alert-danger.note .admonition-title,
   1882  1.1  christos       .rst-content .wy-alert-danger.note .wy-alert-title,
   1883  1.1  christos       .rst-content .wy-alert-danger.seealso .admonition-title,
   1884  1.1  christos       .rst-content .wy-alert-danger.seealso .wy-alert-title,
   1885  1.1  christos       .rst-content .wy-alert-danger.tip .admonition-title,
   1886  1.1  christos       .rst-content .wy-alert-danger.tip .wy-alert-title,
   1887  1.1  christos       .rst-content .wy-alert-danger.warning .admonition-title,
   1888  1.1  christos       .rst-content .wy-alert-danger.warning .wy-alert-title,
   1889  1.1  christos       .rst-content .wy-alert.wy-alert-danger .admonition-title,
   1890  1.1  christos       .wy-alert.wy-alert-danger .rst-content .admonition-title,
   1891  1.1  christos       .wy-alert.wy-alert-danger .wy-alert-title {
   1892  1.1  christos           background-image: initial;
   1893  1.1  christos           background-color: rgb(86, 18, 10);
   1894  1.1  christos       }
   1895  1.1  christos       .rst-content .admonition-todo,
   1896  1.1  christos       .rst-content .attention,
   1897  1.1  christos       .rst-content .caution,
   1898  1.1  christos       .rst-content .warning,
   1899  1.1  christos       .rst-content .wy-alert-warning.admonition,
   1900  1.1  christos       .rst-content .wy-alert-warning.danger,
   1901  1.1  christos       .rst-content .wy-alert-warning.error,
   1902  1.1  christos       .rst-content .wy-alert-warning.hint,
   1903  1.1  christos       .rst-content .wy-alert-warning.important,
   1904  1.1  christos       .rst-content .wy-alert-warning.note,
   1905  1.1  christos       .rst-content .wy-alert-warning.seealso,
   1906  1.1  christos       .rst-content .wy-alert-warning.tip,
   1907  1.1  christos       .wy-alert.wy-alert-warning {
   1908  1.1  christos           background-image: initial;
   1909  1.1  christos           background-color: rgb(66, 42, 0);
   1910  1.1  christos       }
   1911  1.1  christos       .rst-content .admonition-todo .admonition-title,
   1912  1.1  christos       .rst-content .admonition-todo .wy-alert-title,
   1913  1.1  christos       .rst-content .attention .admonition-title,
   1914  1.1  christos       .rst-content .attention .wy-alert-title,
   1915  1.1  christos       .rst-content .caution .admonition-title,
   1916  1.1  christos       .rst-content .caution .wy-alert-title,
   1917  1.1  christos       .rst-content .warning .admonition-title,
   1918  1.1  christos       .rst-content .warning .wy-alert-title,
   1919  1.1  christos       .rst-content .wy-alert-warning.admonition .admonition-title,
   1920  1.1  christos       .rst-content .wy-alert-warning.admonition .wy-alert-title,
   1921  1.1  christos       .rst-content .wy-alert-warning.danger .admonition-title,
   1922  1.1  christos       .rst-content .wy-alert-warning.danger .wy-alert-title,
   1923  1.1  christos       .rst-content .wy-alert-warning.error .admonition-title,
   1924  1.1  christos       .rst-content .wy-alert-warning.error .wy-alert-title,
   1925  1.1  christos       .rst-content .wy-alert-warning.hint .admonition-title,
   1926  1.1  christos       .rst-content .wy-alert-warning.hint .wy-alert-title,
   1927  1.1  christos       .rst-content .wy-alert-warning.important .admonition-title,
   1928  1.1  christos       .rst-content .wy-alert-warning.important .wy-alert-title,
   1929  1.1  christos       .rst-content .wy-alert-warning.note .admonition-title,
   1930  1.1  christos       .rst-content .wy-alert-warning.note .wy-alert-title,
   1931  1.1  christos       .rst-content .wy-alert-warning.seealso .admonition-title,
   1932  1.1  christos       .rst-content .wy-alert-warning.seealso .wy-alert-title,
   1933  1.1  christos       .rst-content .wy-alert-warning.tip .admonition-title,
   1934  1.1  christos       .rst-content .wy-alert-warning.tip .wy-alert-title,
   1935  1.1  christos       .rst-content .wy-alert.wy-alert-warning .admonition-title,
   1936  1.1  christos       .wy-alert.wy-alert-warning .rst-content .admonition-title,
   1937  1.1  christos       .wy-alert.wy-alert-warning .wy-alert-title {
   1938  1.1  christos           background-image: initial;
   1939  1.1  christos           background-color: rgb(98, 52, 11);
   1940  1.1  christos       }
   1941  1.1  christos       .rst-content .note,
   1942  1.1  christos       .rst-content .seealso,
   1943  1.1  christos       .rst-content .wy-alert-info.admonition,
   1944  1.1  christos       .rst-content .wy-alert-info.admonition-todo,
   1945  1.1  christos       .rst-content .wy-alert-info.attention,
   1946  1.1  christos       .rst-content .wy-alert-info.caution,
   1947  1.1  christos       .rst-content .wy-alert-info.danger,
   1948  1.1  christos       .rst-content .wy-alert-info.error,
   1949  1.1  christos       .rst-content .wy-alert-info.hint,
   1950  1.1  christos       .rst-content .wy-alert-info.important,
   1951  1.1  christos       .rst-content .wy-alert-info.tip,
   1952  1.1  christos       .rst-content .wy-alert-info.warning,
   1953  1.1  christos       .wy-alert.wy-alert-info {
   1954  1.1  christos           background-image: initial;
   1955  1.1  christos           background-color: rgb(26, 28, 29);
   1956  1.1  christos       }
   1957  1.1  christos       .rst-content .note .admonition-title,
   1958  1.1  christos       .rst-content .note .wy-alert-title,
   1959  1.1  christos       .rst-content .seealso .admonition-title,
   1960  1.1  christos       .rst-content .seealso .wy-alert-title,
   1961  1.1  christos       .rst-content .wy-alert-info.admonition-todo .admonition-title,
   1962  1.1  christos       .rst-content .wy-alert-info.admonition-todo .wy-alert-title,
   1963  1.1  christos       .rst-content .wy-alert-info.admonition .admonition-title,
   1964  1.1  christos       .rst-content .wy-alert-info.admonition .wy-alert-title,
   1965  1.1  christos       .rst-content .wy-alert-info.attention .admonition-title,
   1966  1.1  christos       .rst-content .wy-alert-info.attention .wy-alert-title,
   1967  1.1  christos       .rst-content .wy-alert-info.caution .admonition-title,
   1968  1.1  christos       .rst-content .wy-alert-info.caution .wy-alert-title,
   1969  1.1  christos       .rst-content .wy-alert-info.danger .admonition-title,
   1970  1.1  christos       .rst-content .wy-alert-info.danger .wy-alert-title,
   1971  1.1  christos       .rst-content .wy-alert-info.error .admonition-title,
   1972  1.1  christos       .rst-content .wy-alert-info.error .wy-alert-title,
   1973  1.1  christos       .rst-content .wy-alert-info.hint .admonition-title,
   1974  1.1  christos       .rst-content .wy-alert-info.hint .wy-alert-title,
   1975  1.1  christos       .rst-content .wy-alert-info.important .admonition-title,
   1976  1.1  christos       .rst-content .wy-alert-info.important .wy-alert-title,
   1977  1.1  christos       .rst-content .wy-alert-info.tip .admonition-title,
   1978  1.1  christos       .rst-content .wy-alert-info.tip .wy-alert-title,
   1979  1.1  christos       .rst-content .wy-alert-info.warning .admonition-title,
   1980  1.1  christos       .rst-content .wy-alert-info.warning .wy-alert-title,
   1981  1.1  christos       .rst-content .wy-alert.wy-alert-info .admonition-title,
   1982  1.1  christos       .wy-alert.wy-alert-info .rst-content .admonition-title,
   1983  1.1  christos       .wy-alert.wy-alert-info .wy-alert-title {
   1984  1.1  christos           background-image: initial;
   1985  1.1  christos           background-color: rgb(23, 73, 105);
   1986  1.1  christos       }
   1987  1.1  christos       .rst-content .hint,
   1988  1.1  christos       .rst-content .important,
   1989  1.1  christos       .rst-content .tip,
   1990  1.1  christos       .rst-content .wy-alert-success.admonition,
   1991  1.1  christos       .rst-content .wy-alert-success.admonition-todo,
   1992  1.1  christos       .rst-content .wy-alert-success.attention,
   1993  1.1  christos       .rst-content .wy-alert-success.caution,
   1994  1.1  christos       .rst-content .wy-alert-success.danger,
   1995  1.1  christos       .rst-content .wy-alert-success.error,
   1996  1.1  christos       .rst-content .wy-alert-success.note,
   1997  1.1  christos       .rst-content .wy-alert-success.seealso,
   1998  1.1  christos       .rst-content .wy-alert-success.warning,
   1999  1.1  christos       .wy-alert.wy-alert-success {
   2000  1.1  christos           background-image: initial;
   2001  1.1  christos           background-color: rgb(7, 53, 46);
   2002  1.1  christos       }
   2003  1.1  christos       .rst-content .hint .admonition-title,
   2004  1.1  christos       .rst-content .hint .wy-alert-title,
   2005  1.1  christos       .rst-content .important .admonition-title,
   2006  1.1  christos       .rst-content .important .wy-alert-title,
   2007  1.1  christos       .rst-content .tip .admonition-title,
   2008  1.1  christos       .rst-content .tip .wy-alert-title,
   2009  1.1  christos       .rst-content .wy-alert-success.admonition-todo .admonition-title,
   2010  1.1  christos       .rst-content .wy-alert-success.admonition-todo .wy-alert-title,
   2011  1.1  christos       .rst-content .wy-alert-success.admonition .admonition-title,
   2012  1.1  christos       .rst-content .wy-alert-success.admonition .wy-alert-title,
   2013  1.1  christos       .rst-content .wy-alert-success.attention .admonition-title,
   2014  1.1  christos       .rst-content .wy-alert-success.attention .wy-alert-title,
   2015  1.1  christos       .rst-content .wy-alert-success.caution .admonition-title,
   2016  1.1  christos       .rst-content .wy-alert-success.caution .wy-alert-title,
   2017  1.1  christos       .rst-content .wy-alert-success.danger .admonition-title,
   2018  1.1  christos       .rst-content .wy-alert-success.danger .wy-alert-title,
   2019  1.1  christos       .rst-content .wy-alert-success.error .admonition-title,
   2020  1.1  christos       .rst-content .wy-alert-success.error .wy-alert-title,
   2021  1.1  christos       .rst-content .wy-alert-success.note .admonition-title,
   2022  1.1  christos       .rst-content .wy-alert-success.note .wy-alert-title,
   2023  1.1  christos       .rst-content .wy-alert-success.seealso .admonition-title,
   2024  1.1  christos       .rst-content .wy-alert-success.seealso .wy-alert-title,
   2025  1.1  christos       .rst-content .wy-alert-success.warning .admonition-title,
   2026  1.1  christos       .rst-content .wy-alert-success.warning .wy-alert-title,
   2027  1.1  christos       .rst-content .wy-alert.wy-alert-success .admonition-title,
   2028  1.1  christos       .wy-alert.wy-alert-success .rst-content .admonition-title,
   2029  1.1  christos       .wy-alert.wy-alert-success .wy-alert-title {
   2030  1.1  christos           background-image: initial;
   2031  1.1  christos           background-color: rgb(17, 120, 100);
   2032  1.1  christos       }
   2033  1.1  christos       .rst-content .wy-alert-neutral.admonition,
   2034  1.1  christos       .rst-content .wy-alert-neutral.admonition-todo,
   2035  1.1  christos       .rst-content .wy-alert-neutral.attention,
   2036  1.1  christos       .rst-content .wy-alert-neutral.caution,
   2037  1.1  christos       .rst-content .wy-alert-neutral.danger,
   2038  1.1  christos       .rst-content .wy-alert-neutral.error,
   2039  1.1  christos       .rst-content .wy-alert-neutral.hint,
   2040  1.1  christos       .rst-content .wy-alert-neutral.important,
   2041  1.1  christos       .rst-content .wy-alert-neutral.note,
   2042  1.1  christos       .rst-content .wy-alert-neutral.seealso,
   2043  1.1  christos       .rst-content .wy-alert-neutral.tip,
   2044  1.1  christos       .rst-content .wy-alert-neutral.warning,
   2045  1.1  christos       .wy-alert.wy-alert-neutral {
   2046  1.1  christos           background-image: initial;
   2047  1.1  christos           background-color: rgb(22, 29, 29);
   2048  1.1  christos       }
   2049  1.1  christos       .rst-content .wy-alert-neutral.admonition-todo .admonition-title,
   2050  1.1  christos       .rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,
   2051  1.1  christos       .rst-content .wy-alert-neutral.admonition .admonition-title,
   2052  1.1  christos       .rst-content .wy-alert-neutral.admonition .wy-alert-title,
   2053  1.1  christos       .rst-content .wy-alert-neutral.attention .admonition-title,
   2054  1.1  christos       .rst-content .wy-alert-neutral.attention .wy-alert-title,
   2055  1.1  christos       .rst-content .wy-alert-neutral.caution .admonition-title,
   2056  1.1  christos       .rst-content .wy-alert-neutral.caution .wy-alert-title,
   2057  1.1  christos       .rst-content .wy-alert-neutral.danger .admonition-title,
   2058  1.1  christos       .rst-content .wy-alert-neutral.danger .wy-alert-title,
   2059  1.1  christos       .rst-content .wy-alert-neutral.error .admonition-title,
   2060  1.1  christos       .rst-content .wy-alert-neutral.error .wy-alert-title,
   2061  1.1  christos       .rst-content .wy-alert-neutral.hint .admonition-title,
   2062  1.1  christos       .rst-content .wy-alert-neutral.hint .wy-alert-title,
   2063  1.1  christos       .rst-content .wy-alert-neutral.important .admonition-title,
   2064  1.1  christos       .rst-content .wy-alert-neutral.important .wy-alert-title,
   2065  1.1  christos       .rst-content .wy-alert-neutral.note .admonition-title,
   2066  1.1  christos       .rst-content .wy-alert-neutral.note .wy-alert-title,
   2067  1.1  christos       .rst-content .wy-alert-neutral.seealso .admonition-title,
   2068  1.1  christos       .rst-content .wy-alert-neutral.seealso .wy-alert-title,
   2069  1.1  christos       .rst-content .wy-alert-neutral.tip .admonition-title,
   2070  1.1  christos       .rst-content .wy-alert-neutral.tip .wy-alert-title,
   2071  1.1  christos       .rst-content .wy-alert-neutral.warning .admonition-title,
   2072  1.1  christos       .rst-content .wy-alert-neutral.warning .wy-alert-title,
   2073  1.1  christos       .rst-content .wy-alert.wy-alert-neutral .admonition-title,
   2074  1.1  christos       .wy-alert.wy-alert-neutral .rst-content .admonition-title,
   2075  1.1  christos       .wy-alert.wy-alert-neutral .wy-alert-title {
   2076  1.1  christos           color: rgb(188, 182, 173);
   2077  1.1  christos           background-image: initial;
   2078  1.1  christos           background-color: rgb(32, 35, 36);
   2079  1.1  christos       }
   2080  1.1  christos       .rst-content .wy-alert-neutral.admonition-todo a,
   2081  1.1  christos       .rst-content .wy-alert-neutral.admonition a,
   2082  1.1  christos       .rst-content .wy-alert-neutral.attention a,
   2083  1.1  christos       .rst-content .wy-alert-neutral.caution a,
   2084  1.1  christos       .rst-content .wy-alert-neutral.danger a,
   2085  1.1  christos       .rst-content .wy-alert-neutral.error a,
   2086  1.1  christos       .rst-content .wy-alert-neutral.hint a,
   2087  1.1  christos       .rst-content .wy-alert-neutral.important a,
   2088  1.1  christos       .rst-content .wy-alert-neutral.note a,
   2089  1.1  christos       .rst-content .wy-alert-neutral.seealso a,
   2090  1.1  christos       .rst-content .wy-alert-neutral.tip a,
   2091  1.1  christos       .rst-content .wy-alert-neutral.warning a,
   2092  1.1  christos       .wy-alert.wy-alert-neutral a {
   2093  1.1  christos           color: rgb(94, 169, 219);
   2094  1.1  christos       }
   2095  1.1  christos       .wy-tray-container li {
   2096  1.1  christos           background-image: initial;
   2097  1.1  christos           background-color: transparent;
   2098  1.1  christos           color: rgb(216, 212, 207);
   2099  1.1  christos           box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px;
   2100  1.1  christos       }
   2101  1.1  christos       .wy-tray-container li.wy-tray-item-success {
   2102  1.1  christos           background-image: initial;
   2103  1.1  christos           background-color: rgb(25, 111, 62);
   2104  1.1  christos       }
   2105  1.1  christos       .wy-tray-container li.wy-tray-item-info {
   2106  1.1  christos           background-image: initial;
   2107  1.1  christos           background-color: rgb(26, 82, 118);
   2108  1.1  christos       }
   2109  1.1  christos       .wy-tray-container li.wy-tray-item-warning {
   2110  1.1  christos           background-image: initial;
   2111  1.1  christos           background-color: rgb(142, 75, 16);
   2112  1.1  christos       }
   2113  1.1  christos       .wy-tray-container li.wy-tray-item-danger {
   2114  1.1  christos           background-image: initial;
   2115  1.1  christos           background-color: rgb(130, 26, 16);
   2116  1.1  christos       }
   2117  1.1  christos       .btn {
   2118  1.1  christos           color: rgb(216, 212, 207);
   2119  1.1  christos           border-color: rgba(84, 91, 95, 0.1);
   2120  1.1  christos           background-color: rgb(25, 111, 62);
   2121  1.1  christos           text-decoration-color: initial;
   2122  1.1  christos           box-shadow: rgba(19, 21, 22, 0.5) 0px 1px 2px -1px inset,
   2123  1.1  christos           rgba(0, 0, 0, 0.1) 0px -2px 0px 0px inset;
   2124  1.1  christos       }
   2125  1.1  christos       .btn-hover {
   2126  1.1  christos           background-image: initial;
   2127  1.1  christos           background-color: rgb(30, 91, 132);
   2128  1.1  christos           color: rgb(216, 212, 207);
   2129  1.1  christos       }
   2130  1.1  christos       .btn:hover {
   2131  1.1  christos           background-image: initial;
   2132  1.1  christos           background-color: rgb(28, 125, 69);
   2133  1.1  christos           color: rgb(216, 212, 207);
   2134  1.1  christos       }
   2135  1.1  christos       .btn:focus {
   2136  1.1  christos           background-image: initial;
   2137  1.1  christos           background-color: rgb(28, 125, 69);
   2138  1.1  christos           outline-color: initial;
   2139  1.1  christos       }
   2140  1.1  christos       .btn:active {
   2141  1.1  christos           box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 0px 0px inset,
   2142  1.1  christos           rgba(0, 0, 0, 0.1) 0px 2px 0px 0px inset;
   2143  1.1  christos       }
   2144  1.1  christos       .btn:visited {
   2145  1.1  christos           color: rgb(216, 212, 207);
   2146  1.1  christos       }
   2147  1.1  christos       .btn-disabled,
   2148  1.1  christos       .btn-disabled:active,
   2149  1.1  christos       .btn-disabled:focus,
   2150  1.1  christos       .btn-disabled:hover,
   2151  1.1  christos       .btn:disabled {
   2152  1.1  christos           background-image: none;
   2153  1.1  christos           box-shadow: none;
   2154  1.1  christos       }
   2155  1.1  christos       .btn-info {
   2156  1.1  christos           background-color: rgb(26, 82, 118) !important;
   2157  1.1  christos       }
   2158  1.1  christos       .btn-info:hover {
   2159  1.1  christos           background-color: rgb(30, 91, 132) !important;
   2160  1.1  christos       }
   2161  1.1  christos       .btn-neutral {
   2162  1.1  christos           background-color: rgb(22, 29, 29) !important;
   2163  1.1  christos           color: rgb(188, 182, 173) !important;
   2164  1.1  christos       }
   2165  1.1  christos       .btn-neutral:hover {
   2166  1.1  christos           color: rgb(188, 182, 173);
   2167  1.1  christos           background-color: rgb(27, 35, 35) !important;
   2168  1.1  christos       }
   2169  1.1  christos       .btn-neutral:visited {
   2170  1.1  christos           color: rgb(188, 182, 173) !important;
   2171  1.1  christos       }
   2172  1.1  christos       .btn-success {
   2173  1.1  christos           background-color: rgb(25, 111, 62) !important;
   2174  1.1  christos       }
   2175  1.1  christos       .btn-success:hover {
   2176  1.1  christos           background-color: rgb(22, 98, 54) !important;
   2177  1.1  christos       }
   2178  1.1  christos       .btn-danger {
   2179  1.1  christos           background-color: rgb(130, 26, 16) !important;
   2180  1.1  christos       }
   2181  1.1  christos       .btn-danger:hover {
   2182  1.1  christos           background-color: rgb(119, 24, 14) !important;
   2183  1.1  christos       }
   2184  1.1  christos       .btn-warning {
   2185  1.1  christos           background-color: rgb(142, 75, 16) !important;
   2186  1.1  christos       }
   2187  1.1  christos       .btn-warning:hover {
   2188  1.1  christos           background-color: rgb(132, 70, 14) !important;
   2189  1.1  christos       }
   2190  1.1  christos       .btn-invert {
   2191  1.1  christos           background-color: rgb(21, 22, 23);
   2192  1.1  christos       }
   2193  1.1  christos       .btn-invert:hover {
   2194  1.1  christos           background-color: rgb(28, 31, 32) !important;
   2195  1.1  christos       }
   2196  1.1  christos       .btn-link {
   2197  1.1  christos           color: rgb(94, 169, 219);
   2198  1.1  christos           box-shadow: none;
   2199  1.1  christos           background-color: transparent !important;
   2200  1.1  christos           border-color: transparent !important;
   2201  1.1  christos       }
   2202  1.1  christos       .btn-link:active,
   2203  1.1  christos       .btn-link:hover {
   2204  1.1  christos           box-shadow: none;
   2205  1.1  christos           background-color: transparent !important;
   2206  1.1  christos           color: rgb(90, 168, 218) !important;
   2207  1.1  christos       }
   2208  1.1  christos       .btn-link:visited {
   2209  1.1  christos           color: rgb(170, 113, 192);
   2210  1.1  christos       }
   2211  1.1  christos       .wy-dropdown-menu {
   2212  1.1  christos           background-image: initial;
   2213  1.1  christos           background-color: rgb(21, 22, 23);
   2214  1.1  christos           border-color: rgb(119, 111, 98);
   2215  1.1  christos           box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
   2216  1.1  christos       }
   2217  1.1  christos       .wy-dropdown-menu > dd > a {
   2218  1.1  christos           color: rgb(188, 182, 173);
   2219  1.1  christos       }
   2220  1.1  christos       .wy-dropdown-menu > dd > a:hover {
   2221  1.1  christos           background-image: initial;
   2222  1.1  christos           background-color: rgb(26, 82, 118);
   2223  1.1  christos           color: rgb(216, 212, 207);
   2224  1.1  christos       }
   2225  1.1  christos       .wy-dropdown-menu > dd.divider {
   2226  1.1  christos           border-top-color: rgb(119, 111, 98);
   2227  1.1  christos       }
   2228  1.1  christos       .wy-dropdown-menu > dd.call-to-action {
   2229  1.1  christos           background-image: initial;
   2230  1.1  christos           background-color: rgb(32, 35, 36);
   2231  1.1  christos       }
   2232  1.1  christos       .wy-dropdown-menu > dd.call-to-action:hover {
   2233  1.1  christos           background-image: initial;
   2234  1.1  christos           background-color: rgb(32, 35, 36);
   2235  1.1  christos       }
   2236  1.1  christos       .wy-dropdown-menu > dd.call-to-action .btn {
   2237  1.1  christos           color: rgb(216, 212, 207);
   2238  1.1  christos       }
   2239  1.1  christos       .wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu {
   2240  1.1  christos           background-image: initial;
   2241  1.1  christos           background-color: rgb(21, 22, 23);
   2242  1.1  christos       }
   2243  1.1  christos       .wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover {
   2244  1.1  christos           background-image: initial;
   2245  1.1  christos           background-color: rgb(26, 82, 118);
   2246  1.1  christos           color: rgb(216, 212, 207);
   2247  1.1  christos       }
   2248  1.1  christos       .wy-dropdown-arrow::before {
   2249  1.1  christos           border-bottom-color: rgb(122, 113, 100);
   2250  1.1  christos           border-left-color: transparent;
   2251  1.1  christos           border-right-color: transparent;
   2252  1.1  christos       }
   2253  1.1  christos       fieldset,
   2254  1.1  christos       legend {
   2255  1.1  christos           border-color: initial;
   2256  1.1  christos       }
   2257  1.1  christos       label {
   2258  1.1  christos           color: rgb(193, 188, 180);
   2259  1.1  christos       }
   2260  1.1  christos       .wy-control-group.wy-control-group-required > label::after {
   2261  1.1  christos           color: rgb(234, 96, 82);
   2262  1.1  christos       }
   2263  1.1  christos       .wy-form-message-inline {
   2264  1.1  christos           color: rgb(171, 164, 153);
   2265  1.1  christos       }
   2266  1.1  christos       .wy-form-message {
   2267  1.1  christos           color: rgb(171, 164, 153);
   2268  1.1  christos       }
   2269  1.1  christos       input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
   2270  1.1  christos           border-color: rgb(118, 110, 97);
   2271  1.1  christos           box-shadow: rgb(35, 38, 39) 0px 1px 3px inset;
   2272  1.1  christos       }
   2273  1.1  christos       input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
   2274  1.1  christos           outline-color: initial;
   2275  1.1  christos           border-color: rgb(103, 96, 85);
   2276  1.1  christos       }
   2277  1.1  christos       input.no-focus:focus {
   2278  1.1  christos           border-color: rgb(118, 110, 97) !important;
   2279  1.1  christos       }
   2280  1.1  christos       input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus {
   2281  1.1  christos           outline-color: rgb(15, 126, 186);
   2282  1.1  christos       }
   2283  1.1  christos       input[type="color"][disabled], input[type="date"][disabled], input[type="datetime-local"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
   2284  1.1  christos           background-color: rgb(21, 23, 24);
   2285  1.1  christos       }
   2286  1.1  christos       input:focus:invalid,
   2287  1.1  christos       select:focus:invalid,
   2288  1.1  christos       textarea:focus:invalid {
   2289  1.1  christos           color: rgb(234, 96, 82);
   2290  1.1  christos           border-color: rgb(183, 38, 22);
   2291  1.1  christos       }
   2292  1.1  christos       input:focus:invalid:focus,
   2293  1.1  christos       select:focus:invalid:focus,
   2294  1.1  christos       textarea:focus:invalid:focus {
   2295  1.1  christos           border-color: rgb(183, 38, 22);
   2296  1.1  christos       }
   2297  1.1  christos       input[type="checkbox"]:focus:invalid:focus, input[type="file"]:focus:invalid:focus, input[type="radio"]:focus:invalid:focus {
   2298  1.1  christos           outline-color: rgb(183, 38, 22);
   2299  1.1  christos       }
   2300  1.1  christos       select,
   2301  1.1  christos       textarea {
   2302  1.1  christos           border-color: rgb(118, 110, 97);
   2303  1.1  christos           box-shadow: rgb(35, 38, 39) 0px 1px 3px inset;
   2304  1.1  christos       }
   2305  1.1  christos       select {
   2306  1.1  christos           border-color: rgb(118, 110, 97);
   2307  1.1  christos           background-color: rgb(19, 21, 22);
   2308  1.1  christos       }
   2309  1.1  christos       select:focus,
   2310  1.1  christos       textarea:focus {
   2311  1.1  christos           outline-color: initial;
   2312  1.1  christos       }
   2313  1.1  christos       input[readonly],
   2314  1.1  christos       select[disabled],
   2315  1.1  christos       select[readonly],
   2316  1.1  christos       textarea[disabled],
   2317  1.1  christos       textarea[readonly] {
   2318  1.1  christos           background-color: rgb(21, 23, 24);
   2319  1.1  christos       }
   2320  1.1  christos       .wy-checkbox,
   2321  1.1  christos       .wy-radio {
   2322  1.1  christos           color: rgb(188, 182, 173);
   2323  1.1  christos       }
   2324  1.1  christos       .wy-input-prefix .wy-input-context,
   2325  1.1  christos       .wy-input-suffix .wy-input-context {
   2326  1.1  christos           background-color: rgb(22, 29, 29);
   2327  1.1  christos           border-color: rgb(118, 110, 97);
   2328  1.1  christos           color: rgb(171, 164, 153);
   2329  1.1  christos       }
   2330  1.1  christos       .wy-input-suffix .wy-input-context {
   2331  1.1  christos           border-left-color: initial;
   2332  1.1  christos       }
   2333  1.1  christos       .wy-input-prefix .wy-input-context {
   2334  1.1  christos           border-right-color: initial;
   2335  1.1  christos       }
   2336  1.1  christos       .wy-switch::before {
   2337  1.1  christos           background-image: initial;
   2338  1.1  christos           background-color: rgb(42, 46, 47);
   2339  1.1  christos       }
   2340  1.1  christos       .wy-switch::after {
   2341  1.1  christos           background-image: initial;
   2342  1.1  christos           background-color: rgb(66, 71, 74);
   2343  1.1  christos       }
   2344  1.1  christos       .wy-switch span {
   2345  1.1  christos           color: rgb(193, 188, 180);
   2346  1.1  christos       }
   2347  1.1  christos       .wy-switch.active::before {
   2348  1.1  christos           background-image: initial;
   2349  1.1  christos           background-color: rgb(19, 85, 46);
   2350  1.1  christos       }
   2351  1.1  christos       .wy-switch.active::after {
   2352  1.1  christos           background-image: initial;
   2353  1.1  christos           background-color: rgb(25, 111, 62);
   2354  1.1  christos       }
   2355  1.1  christos       .wy-control-group.wy-control-group-error .wy-form-message,
   2356  1.1  christos       .wy-control-group.wy-control-group-error > label {
   2357  1.1  christos           color: rgb(234, 96, 82);
   2358  1.1  christos       }
   2359  1.1  christos       .wy-control-group.wy-control-group-error input[type="color"], .wy-control-group.wy-control-group-error input[type="date"], .wy-control-group.wy-control-group-error input[type="datetime-local"], .wy-control-group.wy-control-group-error input[type="datetime"], .wy-control-group.wy-control-group-error input[type="email"], .wy-control-group.wy-control-group-error input[type="month"], .wy-control-group.wy-control-group-error input[type="number"], .wy-control-group.wy-control-group-error input[type="password"], .wy-control-group.wy-control-group-error input[type="search"], .wy-control-group.wy-control-group-error input[type="tel"], .wy-control-group.wy-control-group-error input[type="text"], .wy-control-group.wy-control-group-error input[type="time"], .wy-control-group.wy-control-group-error input[type="url"], .wy-control-group.wy-control-group-error input[type="week"],
   2360  1.1  christos       .wy-control-group.wy-control-group-error textarea {
   2361  1.1  christos           border-color: rgb(183, 38, 22);
   2362  1.1  christos       }
   2363  1.1  christos       .wy-inline-validate.wy-inline-validate-success .wy-input-context {
   2364  1.1  christos           color: rgb(99, 220, 150);
   2365  1.1  christos       }
   2366  1.1  christos       .wy-inline-validate.wy-inline-validate-danger .wy-input-context {
   2367  1.1  christos           color: rgb(234, 96, 82);
   2368  1.1  christos       }
   2369  1.1  christos       .wy-inline-validate.wy-inline-validate-warning .wy-input-context {
   2370  1.1  christos           color: rgb(234, 146, 69);
   2371  1.1  christos       }
   2372  1.1  christos       .wy-inline-validate.wy-inline-validate-info .wy-input-context {
   2373  1.1  christos           color: rgb(94, 169, 219);
   2374  1.1  christos       }
   2375  1.1  christos       .rst-content table.docutils caption,
   2376  1.1  christos       .rst-content table.field-list caption,
   2377  1.1  christos       .wy-table caption {
   2378  1.1  christos           color: rgb(216, 212, 207);
   2379  1.1  christos       }
   2380  1.1  christos       .rst-content table.docutils thead,
   2381  1.1  christos       .rst-content table.field-list thead,
   2382  1.1  christos       .wy-table thead {
   2383  1.1  christos           color: rgb(216, 212, 207);
   2384  1.1  christos       }
   2385  1.1  christos       .rst-content table.docutils thead th,
   2386  1.1  christos       .rst-content table.field-list thead th,
   2387  1.1  christos       .wy-table thead th {
   2388  1.1  christos           border-bottom-color: rgb(120, 112, 99);
   2389  1.1  christos       }
   2390  1.1  christos       .rst-content table.docutils td,
   2391  1.1  christos       .rst-content table.field-list td,
   2392  1.1  christos       .wy-table td {
   2393  1.1  christos           background-color: transparent;
   2394  1.1  christos       }
   2395  1.1  christos       .wy-table-secondary {
   2396  1.1  christos           color: rgb(160, 151, 139);
   2397  1.1  christos       }
   2398  1.1  christos       .wy-table-tertiary {
   2399  1.1  christos           color: rgb(160, 151, 139);
   2400  1.1  christos       }
   2401  1.1  christos       .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,
   2402  1.1  christos       .wy-table-backed,
   2403  1.1  christos       .wy-table-odd td,
   2404  1.1  christos       .wy-table-striped tr:nth-child(2n-1) td {
   2405  1.1  christos           background-color: rgb(22, 29, 29);
   2406  1.1  christos       }
   2407  1.1  christos       .rst-content table.docutils,
   2408  1.1  christos       .wy-table-bordered-all {
   2409  1.1  christos           border-color: rgb(120, 112, 99);
   2410  1.1  christos       }
   2411  1.1  christos       .rst-content table.docutils td,
   2412  1.1  christos       .wy-table-bordered-all td {
   2413  1.1  christos           border-bottom-color: rgb(120, 112, 99);
   2414  1.1  christos           border-left-color: rgb(120, 112, 99);
   2415  1.1  christos       }
   2416  1.1  christos       .wy-table-bordered {
   2417  1.1  christos           border-color: rgb(120, 112, 99);
   2418  1.1  christos       }
   2419  1.1  christos       .wy-table-bordered-rows td {
   2420  1.1  christos           border-bottom-color: rgb(120, 112, 99);
   2421  1.1  christos       }
   2422  1.1  christos       .wy-table-horizontal td,
   2423  1.1  christos       .wy-table-horizontal th {
   2424  1.1  christos           border-bottom-color: rgb(120, 112, 99);
   2425  1.1  christos       }
   2426  1.1  christos       a {
   2427  1.1  christos           color: rgb(94, 169, 219);
   2428  1.1  christos           text-decoration-color: initial;
   2429  1.1  christos       }
   2430  1.1  christos       a:hover {
   2431  1.1  christos           color: rgb(82, 164, 217);
   2432  1.1  christos       }
   2433  1.1  christos       a:visited {
   2434  1.1  christos           color: rgb(170, 113, 192);
   2435  1.1  christos       }
   2436  1.1  christos       body {
   2437  1.1  christos           color: rgb(188, 182, 173);
   2438  1.1  christos           background-image: initial;
   2439  1.1  christos           background-color: rgb(26, 29, 30);
   2440  1.1  christos       }
   2441  1.1  christos       .wy-text-strike {
   2442  1.1  christos           text-decoration-color: initial;
   2443  1.1  christos       }
   2444  1.1  christos       .wy-text-warning {
   2445  1.1  christos           color: rgb(234, 146, 69) !important;
   2446  1.1  christos       }
   2447  1.1  christos       a.wy-text-warning:hover {
   2448  1.1  christos           color: rgb(237, 160, 92) !important;
   2449  1.1  christos       }
   2450  1.1  christos       .wy-text-info {
   2451  1.1  christos           color: rgb(94, 169, 219) !important;
   2452  1.1  christos       }
   2453  1.1  christos       a.wy-text-info:hover {
   2454  1.1  christos           color: rgb(90, 168, 218) !important;
   2455  1.1  christos       }
   2456  1.1  christos       .wy-text-success {
   2457  1.1  christos           color: rgb(99, 220, 150) !important;
   2458  1.1  christos       }
   2459  1.1  christos       a.wy-text-success:hover {
   2460  1.1  christos           color: rgb(86, 217, 142) !important;
   2461  1.1  christos       }
   2462  1.1  christos       .wy-text-danger {
   2463  1.1  christos           color: rgb(234, 96, 82) !important;
   2464  1.1  christos       }
   2465  1.1  christos       a.wy-text-danger:hover {
   2466  1.1  christos           color: rgb(237, 118, 104) !important;
   2467  1.1  christos       }
   2468  1.1  christos       .wy-text-neutral {
   2469  1.1  christos           color: rgb(188, 182, 173) !important;
   2470  1.1  christos       }
   2471  1.1  christos       a.wy-text-neutral:hover {
   2472  1.1  christos           color: rgb(177, 170, 160) !important;
   2473  1.1  christos       }
   2474  1.1  christos       hr {
   2475  1.1  christos           border-right-color: initial;
   2476  1.1  christos           border-bottom-color: initial;
   2477  1.1  christos           border-left-color: initial;
   2478  1.1  christos           border-top-color: rgb(120, 112, 99);
   2479  1.1  christos       }
   2480  1.1  christos       .rst-content code,
   2481  1.1  christos       .rst-content tt,
   2482  1.1  christos       code {
   2483  1.1  christos           background-image: initial;
   2484  1.1  christos           background-color: rgb(19, 21, 22);
   2485  1.1  christos           border-color: rgb(120, 112, 99);
   2486  1.1  christos           color: rgb(234, 96, 82);
   2487  1.1  christos       }
   2488  1.1  christos       .rst-content .section ul,
   2489  1.1  christos       .rst-content .toctree-wrapper ul,
   2490  1.1  christos       .wy-plain-list-disc,
   2491  1.1  christos       article ul {
   2492  1.1  christos           list-style-image: initial;
   2493  1.1  christos       }
   2494  1.1  christos       .rst-content .section ul li,
   2495  1.1  christos       .rst-content .toctree-wrapper ul li,
   2496  1.1  christos       .wy-plain-list-disc li,
   2497  1.1  christos       article ul li {
   2498  1.1  christos           list-style-image: initial;
   2499  1.1  christos       }
   2500  1.1  christos       .rst-content .section ul li li,
   2501  1.1  christos       .rst-content .toctree-wrapper ul li li,
   2502  1.1  christos       .wy-plain-list-disc li li,
   2503  1.1  christos       article ul li li {
   2504  1.1  christos           list-style-image: initial;
   2505  1.1  christos       }
   2506  1.1  christos       .rst-content .section ul li li li,
   2507  1.1  christos       .rst-content .toctree-wrapper ul li li li,
   2508  1.1  christos       .wy-plain-list-disc li li li,
   2509  1.1  christos       article ul li li li {
   2510  1.1  christos           list-style-image: initial;
   2511  1.1  christos       }
   2512  1.1  christos       .rst-content .section ul li ol li,
   2513  1.1  christos       .rst-content .toctree-wrapper ul li ol li,
   2514  1.1  christos       .wy-plain-list-disc li ol li,
   2515  1.1  christos       article ul li ol li {
   2516  1.1  christos           list-style-image: initial;
   2517  1.1  christos       }
   2518  1.1  christos       .rst-content .section ol,
   2519  1.1  christos       .rst-content ol.arabic,
   2520  1.1  christos       .wy-plain-list-decimal,
   2521  1.1  christos       article ol {
   2522  1.1  christos           list-style-image: initial;
   2523  1.1  christos       }
   2524  1.1  christos       .rst-content .section ol li,
   2525  1.1  christos       .rst-content ol.arabic li,
   2526  1.1  christos       .wy-plain-list-decimal li,
   2527  1.1  christos       article ol li {
   2528  1.1  christos           list-style-image: initial;
   2529  1.1  christos       }
   2530  1.1  christos       .rst-content .section ol li ul li,
   2531  1.1  christos       .rst-content ol.arabic li ul li,
   2532  1.1  christos       .wy-plain-list-decimal li ul li,
   2533  1.1  christos       article ol li ul li {
   2534  1.1  christos           list-style-image: initial;
   2535  1.1  christos       }
   2536  1.1  christos       .rst-content .wy-breadcrumbs li tt,
   2537  1.1  christos       .wy-breadcrumbs li .rst-content tt,
   2538  1.1  christos       .wy-breadcrumbs li code {
   2539  1.1  christos           border-color: initial;
   2540  1.1  christos           background-image: none;
   2541  1.1  christos           background-color: initial;
   2542  1.1  christos       }
   2543  1.1  christos       .rst-content .wy-breadcrumbs li tt.literal,
   2544  1.1  christos       .wy-breadcrumbs li .rst-content tt.literal,
   2545  1.1  christos       .wy-breadcrumbs li code.literal {
   2546  1.1  christos           color: rgb(188, 182, 173);
   2547  1.1  christos       }
   2548  1.1  christos       .wy-breadcrumbs-extra {
   2549  1.1  christos           color: rgb(182, 176, 167);
   2550  1.1  christos       }
   2551  1.1  christos       .wy-menu a:hover {
   2552  1.1  christos           text-decoration-color: initial;
   2553  1.1  christos       }
   2554  1.1  christos       .wy-menu-horiz li:hover {
   2555  1.1  christos           background-image: initial;
   2556  1.1  christos           background-color: rgba(19, 21, 22, 0.1);
   2557  1.1  christos       }
   2558  1.1  christos       .wy-menu-horiz li.divide-left {
   2559  1.1  christos           border-left-color: rgb(104, 97, 86);
   2560  1.1  christos       }
   2561  1.1  christos       .wy-menu-horiz li.divide-right {
   2562  1.1  christos           border-right-color: rgb(104, 97, 86);
   2563  1.1  christos       }
   2564  1.1  christos       .wy-menu-vertical header,
   2565  1.1  christos       .wy-menu-vertical p.caption {
   2566  1.1  christos           color: rgb(101, 173, 220);
   2567  1.1  christos       }
   2568  1.1  christos       .wy-menu-vertical li.divide-top {
   2569  1.1  christos           border-top-color: rgb(104, 97, 86);
   2570  1.1  christos       }
   2571  1.1  christos       .wy-menu-vertical li.divide-bottom {
   2572  1.1  christos           border-bottom-color: rgb(104, 97, 86);
   2573  1.1  christos       }
   2574  1.1  christos       .wy-menu-vertical li.current {
   2575  1.1  christos           background-image: initial;
   2576  1.1  christos           background-color: rgb(32, 35, 36);
   2577  1.1  christos       }
   2578  1.1  christos       .wy-menu-vertical li.current a {
   2579  1.1  christos           color: rgb(160, 151, 139);
   2580  1.1  christos           border-right-color: rgb(118, 110, 97);
   2581  1.1  christos       }
   2582  1.1  christos       .wy-menu-vertical li.current a:hover {
   2583  1.1  christos           background-image: initial;
   2584  1.1  christos           background-color: rgb(38, 41, 42);
   2585  1.1  christos       }
   2586  1.1  christos       .rst-content .wy-menu-vertical li tt,
   2587  1.1  christos       .wy-menu-vertical li .rst-content tt,
   2588  1.1  christos       .wy-menu-vertical li code {
   2589  1.1  christos           border-color: initial;
   2590  1.1  christos           background-image: inherit;
   2591  1.1  christos           background-color: inherit;
   2592  1.1  christos           color: inherit;
   2593  1.1  christos       }
   2594  1.1  christos       .wy-menu-vertical li span.toctree-expand {
   2595  1.1  christos           color: rgb(182, 175, 166);
   2596  1.1  christos       }
   2597  1.1  christos       .wy-menu-vertical li.current > a,
   2598  1.1  christos       .wy-menu-vertical li.on a {
   2599  1.1  christos           color: rgb(188, 182, 173);
   2600  1.1  christos           background-image: initial;
   2601  1.1  christos           background-color: rgb(21, 22, 23);
   2602  1.1  christos           border-color: initial;
   2603  1.1  christos       }
   2604  1.1  christos       .wy-menu-vertical li.current > a:hover,
   2605  1.1  christos       .wy-menu-vertical li.on a:hover {
   2606  1.1  christos           background-image: initial;
   2607  1.1  christos           background-color: rgb(21, 22, 23);
   2608  1.1  christos       }
   2609  1.1  christos       .wy-menu-vertical li.current > a:hover span.toctree-expand,
   2610  1.1  christos       .wy-menu-vertical li.on a:hover span.toctree-expand {
   2611  1.1  christos           color: rgb(160, 151, 139);
   2612  1.1  christos       }
   2613  1.1  christos       .wy-menu-vertical li.current > a span.toctree-expand,
   2614  1.1  christos       .wy-menu-vertical li.on a span.toctree-expand {
   2615  1.1  christos           color: rgb(193, 188, 180);
   2616  1.1  christos       }
   2617  1.1  christos       .wy-menu-vertical li.toctree-l1.current > a {
   2618  1.1  christos           border-bottom-color: rgb(118, 110, 97);
   2619  1.1  christos           border-top-color: rgb(118, 110, 97);
   2620  1.1  christos       }
   2621  1.1  christos       .wy-menu-vertical li.toctree-l2 a,
   2622  1.1  christos       .wy-menu-vertical li.toctree-l3 a,
   2623  1.1  christos       .wy-menu-vertical li.toctree-l4 a,
   2624  1.1  christos       .wy-menu-vertical li.toctree-l5 a,
   2625  1.1  christos       .wy-menu-vertical li.toctree-l6 a,
   2626  1.1  christos       .wy-menu-vertical li.toctree-l7 a,
   2627  1.1  christos       .wy-menu-vertical li.toctree-l8 a,
   2628  1.1  christos       .wy-menu-vertical li.toctree-l9 a,
   2629  1.1  christos       .wy-menu-vertical li.toctree-l10 a {
   2630  1.1  christos           color: rgb(188, 182, 173);
   2631  1.1  christos       }
   2632  1.1  christos       .wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand,
   2633  1.1  christos       .wy-menu-vertical li.toctree-l3 a:hover span.toctree-expand,
   2634  1.1  christos       .wy-menu-vertical li.toctree-l4 a:hover span.toctree-expand,
   2635  1.1  christos       .wy-menu-vertical li.toctree-l5 a:hover span.toctree-expand,
   2636  1.1  christos       .wy-menu-vertical li.toctree-l6 a:hover span.toctree-expand,
   2637  1.1  christos       .wy-menu-vertical li.toctree-l7 a:hover span.toctree-expand,
   2638  1.1  christos       .wy-menu-vertical li.toctree-l8 a:hover span.toctree-expand,
   2639  1.1  christos       .wy-menu-vertical li.toctree-l9 a:hover span.toctree-expand,
   2640  1.1  christos       .wy-menu-vertical li.toctree-l10 a:hover span.toctree-expand {
   2641  1.1  christos           color: rgb(160, 151, 139);
   2642  1.1  christos       }
   2643  1.1  christos       .wy-menu-vertical li.toctree-l2.current > a,
   2644  1.1  christos       .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
   2645  1.1  christos           background-image: initial;
   2646  1.1  christos           background-color: rgb(43, 47, 49);
   2647  1.1  christos       }
   2648  1.1  christos       .wy-menu-vertical li.toctree-l2 span.toctree-expand {
   2649  1.1  christos           color: rgb(175, 168, 158);
   2650  1.1  christos       }
   2651  1.1  christos       .wy-menu-vertical li.toctree-l3.current > a,
   2652  1.1  christos       .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
   2653  1.1  christos           background-image: initial;
   2654  1.1  christos           background-color: rgb(49, 53, 55);
   2655  1.1  christos       }
   2656  1.1  christos       .wy-menu-vertical li.toctree-l3 span.toctree-expand {
   2657  1.1  christos           color: rgb(169, 162, 151);
   2658  1.1  christos       }
   2659  1.1  christos       .wy-menu-vertical li ul li a {
   2660  1.1  christos           color: rgb(199, 194, 187);
   2661  1.1  christos       }
   2662  1.1  christos       .wy-menu-vertical a {
   2663  1.1  christos           color: rgb(199, 194, 187);
   2664  1.1  christos       }
   2665  1.1  christos       .wy-menu-vertical a:hover {
   2666  1.1  christos           background-color: rgb(46, 49, 51);
   2667  1.1  christos       }
   2668  1.1  christos       .wy-menu-vertical a:hover span.toctree-expand {
   2669  1.1  christos           color: rgb(199, 194, 187);
   2670  1.1  christos       }
   2671  1.1  christos       .wy-menu-vertical a:active {
   2672  1.1  christos           background-color: rgb(26, 82, 118);
   2673  1.1  christos           color: rgb(216, 212, 207);
   2674  1.1  christos       }
   2675  1.1  christos       .wy-menu-vertical a:active span.toctree-expand {
   2676  1.1  christos           color: rgb(216, 212, 207);
   2677  1.1  christos       }
   2678  1.1  christos       .wy-side-nav-search {
   2679  1.1  christos           background-color: rgb(26, 82, 118);
   2680  1.1  christos           color: rgb(215, 211, 206);
   2681  1.1  christos       }
   2682  1.1  christos       .wy-side-nav-search input[type="text"] {
   2683  1.1  christos           border-color: rgb(35, 112, 161);
   2684  1.1  christos       }
   2685  1.1  christos       .wy-side-nav-search img {
   2686  1.1  christos           background-color: rgb(26, 82, 118);
   2687  1.1  christos       }
   2688  1.1  christos       .wy-side-nav-search .wy-dropdown > a,
   2689  1.1  christos       .wy-side-nav-search > a {
   2690  1.1  christos           color: rgb(215, 211, 206);
   2691  1.1  christos       }
   2692  1.1  christos       .wy-side-nav-search .wy-dropdown > a:hover,
   2693  1.1  christos       .wy-side-nav-search > a:hover {
   2694  1.1  christos           background-image: initial;
   2695  1.1  christos           background-color: rgba(19, 21, 22, 0.1);
   2696  1.1  christos       }
   2697  1.1  christos       .wy-side-nav-search .wy-dropdown > a img.logo,
   2698  1.1  christos       .wy-side-nav-search > a img.logo {
   2699  1.1  christos           background-image: initial;
   2700  1.1  christos           background-color: transparent;
   2701  1.1  christos       }
   2702  1.1  christos       .wy-side-nav-search > div.version {
   2703  1.1  christos           color: rgba(216, 212, 207, 0.3);
   2704  1.1  christos       }
   2705  1.1  christos       .wy-nav .wy-menu-vertical header {
   2706  1.1  christos           color: rgb(94, 169, 219);
   2707  1.1  christos       }
   2708  1.1  christos       .wy-nav .wy-menu-vertical a {
   2709  1.1  christos           color: rgb(182, 176, 167);
   2710  1.1  christos       }
   2711  1.1  christos       .wy-nav .wy-menu-vertical a:hover {
   2712  1.1  christos           background-color: rgb(26, 82, 118);
   2713  1.1  christos           color: rgb(216, 212, 207);
   2714  1.1  christos       }
   2715  1.1  christos       .wy-body-for-nav {
   2716  1.1  christos           background-image: initial;
   2717  1.1  christos           background-color: rgb(21, 22, 23);
   2718  1.1  christos       }
   2719  1.1  christos       .wy-nav-side {
   2720  1.1  christos           color: rgb(172, 164, 154);
   2721  1.1  christos           background-image: initial;
   2722  1.1  christos           background-color: rgb(30, 33, 34);
   2723  1.1  christos       }
   2724  1.1  christos       .wy-nav-top {
   2725  1.1  christos           background-image: initial;
   2726  1.1  christos           background-color: rgb(26, 82, 118);
   2727  1.1  christos           color: rgb(216, 212, 207);
   2728  1.1  christos       }
   2729  1.1  christos       .wy-nav-top a {
   2730  1.1  christos           color: rgb(216, 212, 207);
   2731  1.1  christos       }
   2732  1.1  christos       .wy-nav-top img {
   2733  1.1  christos           background-color: rgb(26, 82, 118);
   2734  1.1  christos       }
   2735  1.1  christos       .wy-nav-content-wrap {
   2736  1.1  christos           background-image: initial;
   2737  1.1  christos           background-color: rgb(21, 22, 23);
   2738  1.1  christos       }
   2739  1.1  christos       .wy-body-mask {
   2740  1.1  christos           background-image: initial;
   2741  1.1  christos           background-color: rgba(0, 0, 0, 0.2);
   2742  1.1  christos       }
   2743  1.1  christos       footer {
   2744  1.1  christos           color: rgb(160, 151, 139);
   2745  1.1  christos       }
   2746  1.1  christos       .rst-content footer span.commit tt,
   2747  1.1  christos       footer span.commit .rst-content tt,
   2748  1.1  christos       footer span.commit code {
   2749  1.1  christos           background-image: none;
   2750  1.1  christos           background-color: initial;
   2751  1.1  christos           border-color: initial;
   2752  1.1  christos           color: rgb(160, 151, 139);
   2753  1.1  christos       }
   2754  1.1  christos       #search-results .search li {
   2755  1.1  christos           border-bottom-color: rgb(120, 112, 99);
   2756  1.1  christos       }
   2757  1.1  christos       #search-results .search li:first-child {
   2758  1.1  christos           border-top-color: rgb(120, 112, 99);
   2759  1.1  christos       }
   2760  1.1  christos       #search-results .context {
   2761  1.1  christos           color: rgb(160, 151, 139);
   2762  1.1  christos       }
   2763  1.1  christos       .wy-body-for-nav {
   2764  1.1  christos           background-image: initial;
   2765  1.1  christos           background-color: rgb(21, 22, 23);
   2766  1.1  christos       }
   2767  1.1  christos       @media screen and (min-width: 1100px) {
   2768  1.1  christos           .wy-nav-content-wrap {
   2769  1.1  christos               background-image: initial;
   2770  1.1  christos               background-color: rgba(0, 0, 0, 0.05);
   2771  1.1  christos           }
   2772  1.1  christos           .wy-nav-content {
   2773  1.1  christos               background-image: initial;
   2774  1.1  christos               background-color: rgb(21, 22, 23);
   2775  1.1  christos           }
   2776  1.1  christos       }
   2777  1.1  christos       .rst-versions {
   2778  1.1  christos           color: rgb(215, 211, 206);
   2779  1.1  christos           background-image: initial;
   2780  1.1  christos           background-color: rgb(18, 20, 20);
   2781  1.1  christos       }
   2782  1.1  christos       .rst-versions a {
   2783  1.1  christos           color: rgb(94, 169, 219);
   2784  1.1  christos           text-decoration-color: initial;
   2785  1.1  christos       }
   2786  1.1  christos       .rst-versions .rst-current-version {
   2787  1.1  christos           background-color: rgb(23, 25, 26);
   2788  1.1  christos           color: rgb(99, 220, 150);
   2789  1.1  christos       }
   2790  1.1  christos       .rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,
   2791  1.1  christos       .rst-content .rst-versions .rst-current-version .admonition-title,
   2792  1.1  christos       .rst-content code.download .rst-versions .rst-current-version span:first-child,
   2793  1.1  christos       .rst-content dl dt .rst-versions .rst-current-version .headerlink,
   2794  1.1  christos       .rst-content h1 .rst-versions .rst-current-version .headerlink,
   2795  1.1  christos       .rst-content h2 .rst-versions .rst-current-version .headerlink,
   2796  1.1  christos       .rst-content h3 .rst-versions .rst-current-version .headerlink,
   2797  1.1  christos       .rst-content h4 .rst-versions .rst-current-version .headerlink,
   2798  1.1  christos       .rst-content h5 .rst-versions .rst-current-version .headerlink,
   2799  1.1  christos       .rst-content h6 .rst-versions .rst-current-version .headerlink,
   2800  1.1  christos       .rst-content p.caption .rst-versions .rst-current-version .headerlink,
   2801  1.1  christos       .rst-content table > caption .rst-versions .rst-current-version .headerlink,
   2802  1.1  christos       .rst-content tt.download .rst-versions .rst-current-version span:first-child,
   2803  1.1  christos       .rst-versions .rst-current-version .fa,
   2804  1.1  christos       .rst-versions .rst-current-version .icon,
   2805  1.1  christos       .rst-versions .rst-current-version .rst-content .admonition-title,
   2806  1.1  christos       .rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,
   2807  1.1  christos       .rst-versions .rst-current-version .rst-content code.download span:first-child,
   2808  1.1  christos       .rst-versions .rst-current-version .rst-content dl dt .headerlink,
   2809  1.1  christos       .rst-versions .rst-current-version .rst-content h1 .headerlink,
   2810  1.1  christos       .rst-versions .rst-current-version .rst-content h2 .headerlink,
   2811  1.1  christos       .rst-versions .rst-current-version .rst-content h3 .headerlink,
   2812  1.1  christos       .rst-versions .rst-current-version .rst-content h4 .headerlink,
   2813  1.1  christos       .rst-versions .rst-current-version .rst-content h5 .headerlink,
   2814  1.1  christos       .rst-versions .rst-current-version .rst-content h6 .headerlink,
   2815  1.1  christos       .rst-versions .rst-current-version .rst-content p.caption .headerlink,
   2816  1.1  christos       .rst-versions .rst-current-version .rst-content table > caption .headerlink,
   2817  1.1  christos       .rst-versions .rst-current-version .rst-content tt.download span:first-child,
   2818  1.1  christos       .rst-versions .rst-current-version .wy-menu-vertical li span.toctree-expand,
   2819  1.1  christos       .wy-menu-vertical li .rst-versions .rst-current-version span.toctree-expand {
   2820  1.1  christos           color: rgb(215, 211, 206);
   2821  1.1  christos       }
   2822  1.1  christos       .rst-versions .rst-current-version.rst-out-of-date {
   2823  1.1  christos           background-color: rgb(130, 26, 16);
   2824  1.1  christos           color: rgb(216, 212, 207);
   2825  1.1  christos       }
   2826  1.1  christos       .rst-versions .rst-current-version.rst-active-old-version {
   2827  1.1  christos           background-color: rgb(154, 125, 9);
   2828  1.1  christos           color: rgb(216, 212, 207);
   2829  1.1  christos       }
   2830  1.1  christos       .rst-versions .rst-other-versions {
   2831  1.1  christos           color: rgb(160, 151, 139);
   2832  1.1  christos       }
   2833  1.1  christos       .rst-versions .rst-other-versions hr {
   2834  1.1  christos           border-right-color: initial;
   2835  1.1  christos           border-bottom-color: initial;
   2836  1.1  christos           border-left-color: initial;
   2837  1.1  christos           border-top-color: rgb(104, 97, 86);
   2838  1.1  christos       }
   2839  1.1  christos       .rst-versions .rst-other-versions dd a {
   2840  1.1  christos           color: rgb(215, 211, 206);
   2841  1.1  christos       }
   2842  1.1  christos       .rst-versions.rst-badge {
   2843  1.1  christos           border-color: initial;
   2844  1.1  christos       }
   2845  1.1  christos       .rst-content abbr[title] {
   2846  1.1  christos           text-decoration-color: initial;
   2847  1.1  christos       }
   2848  1.1  christos       .rst-content.style-external-links a.reference.external::after {
   2849  1.1  christos           color: rgb(182, 176, 167);
   2850  1.1  christos       }
   2851  1.1  christos       .rst-content div[class^="highlight"],
   2852  1.1  christos       .rst-content pre.literal-block {
   2853  1.1  christos           border-color: rgb(120, 112, 99);
   2854  1.1  christos       }
   2855  1.1  christos       .rst-content div[class^="highlight"] div[class^="highlight"], .rst-content pre.literal-block div[class^="highlight"] {
   2856  1.1  christos           border-color: initial;
   2857  1.1  christos       }
   2858  1.1  christos       .rst-content .linenodiv pre {
   2859  1.1  christos           border-right-color: rgb(121, 112, 99);
   2860  1.1  christos       }
   2861  1.1  christos       .rst-content .admonition table {
   2862  1.1  christos           border-color: rgba(84, 91, 95, 0.1);
   2863  1.1  christos       }
   2864  1.1  christos       .rst-content .admonition table td,
   2865  1.1  christos       .rst-content .admonition table th {
   2866  1.1  christos           background-image: initial !important;
   2867  1.1  christos           background-color: transparent !important;
   2868  1.1  christos           border-color: rgba(84, 91, 95, 0.1) !important;
   2869  1.1  christos       }
   2870  1.1  christos       .rst-content .section ol.loweralpha,
   2871  1.1  christos       .rst-content .section ol.loweralpha > li {
   2872  1.1  christos           list-style-image: initial;
   2873  1.1  christos       }
   2874  1.1  christos       .rst-content .section ol.upperalpha,
   2875  1.1  christos       .rst-content .section ol.upperalpha > li {
   2876  1.1  christos           list-style-image: initial;
   2877  1.1  christos       }
   2878  1.1  christos       .rst-content .toc-backref {
   2879  1.1  christos           color: rgb(188, 182, 173);
   2880  1.1  christos       }
   2881  1.1  christos       .rst-content .sidebar {
   2882  1.1  christos           background-image: initial;
   2883  1.1  christos           background-color: rgb(22, 29, 29);
   2884  1.1  christos           border-color: rgb(120, 112, 99);
   2885  1.1  christos       }
   2886  1.1  christos       .rst-content .sidebar .sidebar-title {
   2887  1.1  christos           background-image: initial;
   2888  1.1  christos           background-color: rgb(32, 35, 36);
   2889  1.1  christos       }
   2890  1.1  christos       .rst-content .highlighted {
   2891  1.1  christos           background-image: initial;
   2892  1.1  christos           background-color: rgb(154, 125, 9);
   2893  1.1  christos           box-shadow: rgb(154, 125, 9) 0px 0px 0px 2px;
   2894  1.1  christos       }
   2895  1.1  christos       html.writer-html4 .rst-content table.docutils.citation,
   2896  1.1  christos       html.writer-html4 .rst-content table.docutils.footnote {
   2897  1.1  christos           background-image: none;
   2898  1.1  christos           background-color: initial;
   2899  1.1  christos           border-color: initial;
   2900  1.1  christos       }
   2901  1.1  christos       html.writer-html4 .rst-content table.docutils.citation td,
   2902  1.1  christos       html.writer-html4 .rst-content table.docutils.citation tr,
   2903  1.1  christos       html.writer-html4 .rst-content table.docutils.footnote td,
   2904  1.1  christos       html.writer-html4 .rst-content table.docutils.footnote tr {
   2905  1.1  christos           border-color: initial;
   2906  1.1  christos           background-color: transparent !important;
   2907  1.1  christos       }
   2908  1.1  christos       .rst-content table.docutils.footnote,
   2909  1.1  christos       html.writer-html4 .rst-content table.docutils.citation,
   2910  1.1  christos       html.writer-html5 .rst-content dl.footnote {
   2911  1.1  christos           color: rgb(160, 151, 139);
   2912  1.1  christos       }
   2913  1.1  christos       .rst-content table.docutils.footnote code,
   2914  1.1  christos       .rst-content table.docutils.footnote tt,
   2915  1.1  christos       html.writer-html4 .rst-content table.docutils.citation code,
   2916  1.1  christos       html.writer-html4 .rst-content table.docutils.citation tt,
   2917  1.1  christos       html.writer-html5 .rst-content dl.footnote code,
   2918  1.1  christos       html.writer-html5 .rst-content dl.footnote tt {
   2919  1.1  christos           color: rgb(178, 172, 162);
   2920  1.1  christos       }
   2921  1.1  christos       .rst-content table.docutils th {
   2922  1.1  christos           border-color: rgb(120, 112, 99);
   2923  1.1  christos       }
   2924  1.1  christos       html.writer-html5 .rst-content table.docutils th {
   2925  1.1  christos           border-color: rgb(120, 112, 99);
   2926  1.1  christos       }
   2927  1.1  christos       .rst-content table.field-list,
   2928  1.1  christos       .rst-content table.field-list td {
   2929  1.1  christos           border-color: initial;
   2930  1.1  christos       }
   2931  1.1  christos       .rst-content code,
   2932  1.1  christos       .rst-content tt {
   2933  1.1  christos           color: rgb(216, 212, 207);
   2934  1.1  christos       }
   2935  1.1  christos       .rst-content code.literal,
   2936  1.1  christos       .rst-content tt.literal {
   2937  1.1  christos           color: rgb(234, 96, 82);
   2938  1.1  christos       }
   2939  1.1  christos       .rst-content code.xref,
   2940  1.1  christos       .rst-content tt.xref,
   2941  1.1  christos       a .rst-content code,
   2942  1.1  christos       a .rst-content tt {
   2943  1.1  christos           color: rgb(188, 182, 173);
   2944  1.1  christos       }
   2945  1.1  christos       .rst-content a code,
   2946  1.1  christos       .rst-content a tt {
   2947  1.1  christos           color: rgb(94, 169, 219);
   2948  1.1  christos       }
   2949  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) > dt,
   2950  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) > dt {
   2951  1.1  christos           background-image: initial;
   2952  1.1  christos           background-color: rgb(26, 28, 29);
   2953  1.1  christos           color: rgb(94, 169, 219);
   2954  1.1  christos           border-top-color: rgb(37, 119, 171);
   2955  1.1  christos       }
   2956  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) > dt::before,
   2957  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) > dt::before {
   2958  1.1  christos           color: rgb(111, 179, 223);
   2959  1.1  christos       }
   2960  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) > dt .headerlink,
   2961  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) > dt .headerlink {
   2962  1.1  christos           color: rgb(188, 182, 173);
   2963  1.1  christos       }
   2964  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list) > dt,
   2965  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list) > dt {
   2966  1.1  christos           border-top-color: initial;
   2967  1.1  christos           border-right-color: initial;
   2968  1.1  christos           border-bottom-color: initial;
   2969  1.1  christos           border-left-color: rgb(118, 110, 97);
   2970  1.1  christos           background-image: initial;
   2971  1.1  christos           background-color: rgb(26, 28, 29);
   2972  1.1  christos           color: rgb(178, 172, 162);
   2973  1.1  christos       }
   2974  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list) > dt .headerlink,
   2975  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list) > dt .headerlink {
   2976  1.1  christos           color: rgb(188, 182, 173);
   2977  1.1  christos       }
   2978  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,
   2979  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) code.descname,
   2980  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,
   2981  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) tt.descname,
   2982  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descclassname,
   2983  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,
   2984  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descclassname,
   2985  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname {
   2986  1.1  christos           background-color: transparent;
   2987  1.1  christos           border-color: initial;
   2988  1.1  christos       }
   2989  1.1  christos       html.writer-html4 .rst-content dl:not(.docutils) .optional,
   2990  1.1  christos       html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .optional {
   2991  1.1  christos           color: rgb(216, 212, 207);
   2992  1.1  christos       }
   2993  1.1  christos       .rst-content .viewcode-back,
   2994  1.1  christos       .rst-content .viewcode-link {
   2995  1.1  christos           color: rgb(99, 220, 150);
   2996  1.1  christos       }
   2997  1.1  christos       .rst-content code.download,
   2998  1.1  christos       .rst-content tt.download {
   2999  1.1  christos           background-image: inherit;
   3000  1.1  christos           background-color: inherit;
   3001  1.1  christos           color: inherit;
   3002  1.1  christos           border-color: inherit;
   3003  1.1  christos       }
   3004  1.1  christos       .rst-content .guilabel {
   3005  1.1  christos           border-color: rgb(38, 119, 172);
   3006  1.1  christos           background-image: initial;
   3007  1.1  christos           background-color: rgb(26, 28, 29);
   3008  1.1  christos       }
   3009  1.1  christos       span[id*="MathJax-Span"] {
   3010  1.1  christos           color: rgb(188, 182, 173);
   3011  1.1  christos       }
   3012  1.1  christos       td.linenos .normal {
   3013  1.1  christos           color: inherit;
   3014  1.1  christos           background-color: transparent;
   3015  1.1  christos       }
   3016  1.1  christos       span.linenos {
   3017  1.1  christos           color: inherit;
   3018  1.1  christos           background-color: transparent;
   3019  1.1  christos       }
   3020  1.1  christos       td.linenos .special {
   3021  1.1  christos           color: rgb(216, 212, 207);
   3022  1.1  christos           background-color: rgb(71, 71, 0);
   3023  1.1  christos       }
   3024  1.1  christos       span.linenos.special {
   3025  1.1  christos           color: rgb(216, 212, 207);
   3026  1.1  christos           background-color: rgb(71, 71, 0);
   3027  1.1  christos       }
   3028  1.1  christos       .highlight .hll {
   3029  1.1  christos           background-color: rgb(66, 66, 0);
   3030  1.1  christos       }
   3031  1.1  christos       .highlight {
   3032  1.1  christos           background-image: initial;
   3033  1.1  christos           background-color: rgb(49, 66, 0);
   3034  1.1  christos       }
   3035  1.1  christos       .highlight .c {
   3036  1.1  christos           color: rgb(124, 182, 197);
   3037  1.1  christos       }
   3038  1.1  christos       .highlight .err {
   3039  1.1  christos           border-color: rgb(201, 0, 0);
   3040  1.1  christos       }
   3041  1.1  christos       .highlight .k {
   3042  1.1  christos           color: rgb(114, 255, 154);
   3043  1.1  christos       }
   3044  1.1  christos       .highlight .o {
   3045  1.1  christos           color: rgb(171, 164, 153);
   3046  1.1  christos       }
   3047  1.1  christos       .highlight .ch {
   3048  1.1  christos           color: rgb(124, 182, 197);
   3049  1.1  christos       }
   3050  1.1  christos       .highlight .cm {
   3051  1.1  christos           color: rgb(124, 182, 197);
   3052  1.1  christos       }
   3053  1.1  christos       .highlight .cp {
   3054  1.1  christos           color: rgb(114, 255, 154);
   3055  1.1  christos       }
   3056  1.1  christos       .highlight .cpf {
   3057  1.1  christos           color: rgb(124, 182, 197);
   3058  1.1  christos       }
   3059  1.1  christos       .highlight .c1 {
   3060  1.1  christos           color: rgb(124, 182, 197);
   3061  1.1  christos       }
   3062  1.1  christos       .highlight .cs {
   3063  1.1  christos           color: rgb(124, 182, 197);
   3064  1.1  christos           background-color: rgb(48, 0, 0);
   3065  1.1  christos       }
   3066  1.1  christos       .highlight .gd {
   3067  1.1  christos           color: rgb(255, 90, 90);
   3068  1.1  christos       }
   3069  1.1  christos       .highlight .gr {
   3070  1.1  christos           color: rgb(255, 44, 44);
   3071  1.1  christos       }
   3072  1.1  christos       .highlight .gh {
   3073  1.1  christos           color: rgb(114, 185, 255);
   3074  1.1  christos       }
   3075  1.1  christos       .highlight .gi {
   3076  1.1  christos           color: rgb(90, 255, 90);
   3077  1.1  christos       }
   3078  1.1  christos       .highlight .go {
   3079  1.1  christos           color: rgb(193, 188, 180);
   3080  1.1  christos       }
   3081  1.1  christos       .highlight .gp {
   3082  1.1  christos           color: rgb(246, 151, 75);
   3083  1.1  christos       }
   3084  1.1  christos       .highlight .gu {
   3085  1.1  christos           color: rgb(255, 105, 255);
   3086  1.1  christos       }
   3087  1.1  christos       .highlight .gt {
   3088  1.1  christos           color: rgb(75, 173, 255);
   3089  1.1  christos       }
   3090  1.1  christos       .highlight .kc {
   3091  1.1  christos           color: rgb(114, 255, 154);
   3092  1.1  christos       }
   3093  1.1  christos       .highlight .kd {
   3094  1.1  christos           color: rgb(114, 255, 154);
   3095  1.1  christos       }
   3096  1.1  christos       .highlight .kn {
   3097  1.1  christos           color: rgb(114, 255, 154);
   3098  1.1  christos       }
   3099  1.1  christos       .highlight .kp {
   3100  1.1  christos           color: rgb(114, 255, 154);
   3101  1.1  christos       }
   3102  1.1  christos       .highlight .kr {
   3103  1.1  christos           color: rgb(114, 255, 154);
   3104  1.1  christos       }
   3105  1.1  christos       .highlight .kt {
   3106  1.1  christos           color: rgb(255, 133, 98);
   3107  1.1  christos       }
   3108  1.1  christos       .highlight .m {
   3109  1.1  christos           color: rgb(123, 222, 173);
   3110  1.1  christos       }
   3111  1.1  christos       .highlight .s {
   3112  1.1  christos           color: rgb(126, 170, 203);
   3113  1.1  christos       }
   3114  1.1  christos       .highlight .na {
   3115  1.1  christos           color: rgb(126, 170, 203);
   3116  1.1  christos       }
   3117  1.1  christos       .highlight .nb {
   3118  1.1  christos           color: rgb(114, 255, 154);
   3119  1.1  christos       }
   3120  1.1  christos       .highlight .nc {
   3121  1.1  christos           color: rgb(86, 196, 242);
   3122  1.1  christos       }
   3123  1.1  christos       .highlight .no {
   3124  1.1  christos           color: rgb(108, 180, 216);
   3125  1.1  christos       }
   3126  1.1  christos       .highlight .nd {
   3127  1.1  christos           color: rgb(178, 172, 162);
   3128  1.1  christos       }
   3129  1.1  christos       .highlight .ni {
   3130  1.1  christos           color: rgb(220, 111, 85);
   3131  1.1  christos       }
   3132  1.1  christos       .highlight .ne {
   3133  1.1  christos           color: rgb(114, 255, 154);
   3134  1.1  christos       }
   3135  1.1  christos       .highlight .nf {
   3136  1.1  christos           color: rgb(120, 189, 248);
   3137  1.1  christos       }
   3138  1.1  christos       .highlight .nl {
   3139  1.1  christos           color: rgb(121, 194, 255);
   3140  1.1  christos       }
   3141  1.1  christos       .highlight .nn {
   3142  1.1  christos           color: rgb(86, 196, 242);
   3143  1.1  christos       }
   3144  1.1  christos       .highlight .nt {
   3145  1.1  christos           color: rgb(125, 192, 248);
   3146  1.1  christos       }
   3147  1.1  christos       .highlight .nv {
   3148  1.1  christos           color: rgb(192, 108, 216);
   3149  1.1  christos       }
   3150  1.1  christos       .highlight .ow {
   3151  1.1  christos           color: rgb(114, 255, 154);
   3152  1.1  christos       }
   3153  1.1  christos       .highlight .w {
   3154  1.1  christos           color: rgb(186, 180, 171);
   3155  1.1  christos       }
   3156  1.1  christos       .highlight .mb {
   3157  1.1  christos           color: rgb(123, 222, 173);
   3158  1.1  christos       }
   3159  1.1  christos       .highlight .mf {
   3160  1.1  christos           color: rgb(123, 222, 173);
   3161  1.1  christos       }
   3162  1.1  christos       .highlight .mh {
   3163  1.1  christos           color: rgb(123, 222, 173);
   3164  1.1  christos       }
   3165  1.1  christos       .highlight .mi {
   3166  1.1  christos           color: rgb(123, 222, 173);
   3167  1.1  christos       }
   3168  1.1  christos       .highlight .mo {
   3169  1.1  christos           color: rgb(123, 222, 173);
   3170  1.1  christos       }
   3171  1.1  christos       .highlight .sa {
   3172  1.1  christos           color: rgb(126, 170, 203);
   3173  1.1  christos       }
   3174  1.1  christos       .highlight .sb {
   3175  1.1  christos           color: rgb(126, 170, 203);
   3176  1.1  christos       }
   3177  1.1  christos       .highlight .sc {
   3178  1.1  christos           color: rgb(126, 170, 203);
   3179  1.1  christos       }
   3180  1.1  christos       .highlight .dl {
   3181  1.1  christos           color: rgb(126, 170, 203);
   3182  1.1  christos       }
   3183  1.1  christos       .highlight .sd {
   3184  1.1  christos           color: rgb(126, 170, 203);
   3185  1.1  christos       }
   3186  1.1  christos       .highlight .s2 {
   3187  1.1  christos           color: rgb(126, 170, 203);
   3188  1.1  christos       }
   3189  1.1  christos       .highlight .se {
   3190  1.1  christos           color: rgb(126, 170, 203);
   3191  1.1  christos       }
   3192  1.1  christos       .highlight .sh {
   3193  1.1  christos           color: rgb(126, 170, 203);
   3194  1.1  christos       }
   3195  1.1  christos       .highlight .si {
   3196  1.1  christos           color: rgb(120, 172, 210);
   3197  1.1  christos       }
   3198  1.1  christos       .highlight .sx {
   3199  1.1  christos           color: rgb(246, 151, 75);
   3200  1.1  christos       }
   3201  1.1  christos       .highlight .sr {
   3202  1.1  christos           color: rgb(129, 182, 223);
   3203  1.1  christos       }
   3204  1.1  christos       .highlight .s1 {
   3205  1.1  christos           color: rgb(126, 170, 203);
   3206  1.1  christos       }
   3207  1.1  christos       .highlight .ss {
   3208  1.1  christos           color: rgb(186, 229, 123);
   3209  1.1  christos       }
   3210  1.1  christos       .highlight .bp {
   3211  1.1  christos           color: rgb(114, 255, 154);
   3212  1.1  christos       }
   3213  1.1  christos       .highlight .fm {
   3214  1.1  christos           color: rgb(120, 189, 248);
   3215  1.1  christos       }
   3216  1.1  christos       .highlight .vc {
   3217  1.1  christos           color: rgb(192, 108, 216);
   3218  1.1  christos       }
   3219  1.1  christos       .highlight .vg {
   3220  1.1  christos           color: rgb(192, 108, 216);
   3221  1.1  christos       }
   3222  1.1  christos       .highlight .vi {
   3223  1.1  christos           color: rgb(192, 108, 216);
   3224  1.1  christos       }
   3225  1.1  christos       .highlight .vm {
   3226  1.1  christos           color: rgb(192, 108, 216);
   3227  1.1  christos       }
   3228  1.1  christos       .highlight .il {
   3229  1.1  christos           color: rgb(123, 222, 173);
   3230  1.1  christos       }
   3231  1.1  christos       [role="tablist"] {
   3232  1.1  christos           border-bottom-color: rgb(115, 107, 95);
   3233  1.1  christos       }
   3234  1.1  christos       .sphinx-tabs-tab {
   3235  1.1  christos           color: rgb(118, 181, 226);
   3236  1.1  christos           background-color: rgba(19, 21, 22, 0); border-color: initial;
   3237  1.1  christos       }
   3238  1.1  christos       .sphinx-tabs-tab[aria-selected="true"] {
   3239  1.1  christos           border-color: rgb(115, 107, 95) rgb(115, 107, 95) rgb(123, 114, 101);
   3240  1.1  christos           background-color: rgb(19, 21, 22);
   3241  1.1  christos       }
   3242  1.1  christos       .sphinx-tabs-panel {
   3243  1.1  christos           border-right-color: rgb(115, 107, 95);
   3244  1.1  christos           border-bottom-color: rgb(115, 107, 95);
   3245  1.1  christos           border-left-color: rgb(115, 107, 95);
   3246  1.1  christos           border-top-color: initial;
   3247  1.1  christos           background-image: initial;
   3248  1.1  christos           background-color: rgb(19, 21, 22);
   3249  1.1  christos       }
   3250  1.1  christos       .rst-other-versions a {
   3251  1.1  christos           border-color: initial;
   3252  1.1  christos       }
   3253  1.1  christos       .ethical-sidebar .ethical-image-link,
   3254  1.1  christos       .ethical-footer .ethical-image-link {
   3255  1.1  christos           border-color: initial;
   3256  1.1  christos       }
   3257  1.1  christos       .ethical-sidebar,
   3258  1.1  christos       .ethical-footer {
   3259  1.1  christos           background-color: rgb(27, 29, 30);
   3260  1.1  christos           border-color: rgb(118, 110, 97);
   3261  1.1  christos           color: rgb(211, 208, 202);
   3262  1.1  christos       }
   3263  1.1  christos       .ethical-sidebar ul {
   3264  1.1  christos           list-style-image: initial;
   3265  1.1  christos       }
   3266  1.1  christos       .ethical-sidebar ul li {
   3267  1.1  christos           background-color: rgb(4, 62, 97);
   3268  1.1  christos           color: rgb(216, 212, 207);
   3269  1.1  christos       }
   3270  1.1  christos       .ethical-sidebar a,
   3271  1.1  christos       .ethical-sidebar a:visited,
   3272  1.1  christos       .ethical-sidebar a:hover,
   3273  1.1  christos       .ethical-sidebar a:active,
   3274  1.1  christos       .ethical-footer a,
   3275  1.1  christos       .ethical-footer a:visited,
   3276  1.1  christos       .ethical-footer a:hover,
   3277  1.1  christos       .ethical-footer a:active {
   3278  1.1  christos           color: rgb(211, 208, 202);
   3279  1.1  christos           text-decoration-color: initial !important;
   3280  1.1  christos           border-bottom-color: initial !important;
   3281  1.1  christos       }
   3282  1.1  christos       .ethical-callout a {
   3283  1.1  christos           color: rgb(166, 159, 147) !important;
   3284  1.1  christos           text-decoration-color: initial !important;
   3285  1.1  christos       }
   3286  1.1  christos       .ethical-fixedfooter {
   3287  1.1  christos           background-color: rgb(27, 29, 30);
   3288  1.1  christos           border-top-color: rgb(117, 109, 96);
   3289  1.1  christos           color: rgb(188, 182, 173);
   3290  1.1  christos       }
   3291  1.1  christos       .ethical-fixedfooter .ethical-text::before {
   3292  1.1  christos           background-color: rgb(49, 112, 51);
   3293  1.1  christos           color: rgb(216, 212, 207);
   3294  1.1  christos       }
   3295  1.1  christos       .ethical-fixedfooter .ethical-callout {
   3296  1.1  christos           color: rgb(171, 164, 153);
   3297  1.1  christos       }
   3298  1.1  christos       .ethical-fixedfooter a,
   3299  1.1  christos       .ethical-fixedfooter a:hover,
   3300  1.1  christos       .ethical-fixedfooter a:active,
   3301  1.1  christos       .ethical-fixedfooter a:visited {
   3302  1.1  christos           color: rgb(188, 182, 173);
   3303  1.1  christos           text-decoration-color: initial;
   3304  1.1  christos       }
   3305  1.1  christos       .ethical-rtd .ethical-sidebar {
   3306  1.1  christos           color: rgb(182, 176, 167);
   3307  1.1  christos       }
   3308  1.1  christos       .ethical-alabaster a.ethical-image-link {
   3309  1.1  christos           border-color: initial !important;
   3310  1.1  christos       }
   3311  1.1  christos       .ethical-dark-theme .ethical-sidebar {
   3312  1.1  christos           background-color: rgb(46, 50, 52);
   3313  1.1  christos           border-color: rgb(114, 106, 93);
   3314  1.1  christos           color: rgb(189, 183, 174) !important;
   3315  1.1  christos       }
   3316  1.1  christos       .ethical-dark-theme a,
   3317  1.1  christos       .ethical-dark-theme a:visited {
   3318  1.1  christos           color: rgb(205, 200, 194) !important;
   3319  1.1  christos           border-bottom-color: initial !important;
   3320  1.1  christos       }
   3321  1.1  christos       .ethical-dark-theme .ethical-callout a {
   3322  1.1  christos           color: rgb(182, 176, 167) !important;
   3323  1.1  christos       }
   3324  1.1  christos       .keep-us-sustainable {
   3325  1.1  christos           border-color: rgb(104, 158, 45);
   3326  1.1  christos       }
   3327  1.1  christos       .keep-us-sustainable a,
   3328  1.1  christos       .keep-us-sustainable a:hover,
   3329  1.1  christos       .keep-us-sustainable a:visited {
   3330  1.1  christos           text-decoration-color: initial;
   3331  1.1  christos       }
   3332  1.1  christos       .wy-nav-side .keep-us-sustainable {
   3333  1.1  christos           color: rgb(182, 176, 167);
   3334  1.1  christos       }
   3335  1.1  christos       .wy-nav-side .keep-us-sustainable a {
   3336  1.1  christos           color: rgb(209, 205, 199);
   3337  1.1  christos       }
   3338  1.1  christos       [data-ea-publisher].loaded a,
   3339  1.1  christos       [data-ea-type].loaded a {
   3340  1.1  christos           text-decoration-color: initial;
   3341  1.1  christos       }
   3342  1.1  christos       [data-ea-publisher].loaded .ea-content,
   3343  1.1  christos       [data-ea-type].loaded .ea-content {
   3344  1.1  christos           background-image: initial;
   3345  1.1  christos           background-color: rgba(0, 0, 0, 0.03);
   3346  1.1  christos           color: rgb(181, 174, 164);
   3347  1.1  christos       }
   3348  1.1  christos       [data-ea-publisher].loaded .ea-content a:link,
   3349  1.1  christos       [data-ea-type].loaded .ea-content a:link {
   3350  1.1  christos           color: rgb(181, 174, 164);
   3351  1.1  christos       }
   3352  1.1  christos       [data-ea-publisher].loaded .ea-content a:visited,
   3353  1.1  christos       [data-ea-type].loaded .ea-content a:visited {
   3354  1.1  christos           color: rgb(181, 174, 164);
   3355  1.1  christos       }
   3356  1.1  christos       [data-ea-publisher].loaded .ea-content a:hover,
   3357  1.1  christos       [data-ea-type].loaded .ea-content a:hover {
   3358  1.1  christos           color: rgb(192, 186, 178);
   3359  1.1  christos       }
   3360  1.1  christos       [data-ea-publisher].loaded .ea-content a:active,
   3361  1.1  christos       [data-ea-type].loaded .ea-content a:active {
   3362  1.1  christos           color: rgb(192, 186, 178);
   3363  1.1  christos       }
   3364  1.1  christos       [data-ea-publisher].loaded .ea-content a strong,
   3365  1.1  christos       [data-ea-publisher].loaded .ea-content a b,
   3366  1.1  christos       [data-ea-type].loaded .ea-content a strong,
   3367  1.1  christos       [data-ea-type].loaded .ea-content a b {
   3368  1.1  christos           color: rgb(64, 180, 248);
   3369  1.1  christos       }
   3370  1.1  christos       [data-ea-publisher].loaded .ea-callout a:link,
   3371  1.1  christos       [data-ea-type].loaded .ea-callout a:link {
   3372  1.1  christos           color: rgb(169, 162, 151);
   3373  1.1  christos       }
   3374  1.1  christos       [data-ea-publisher].loaded .ea-callout a:visited,
   3375  1.1  christos       [data-ea-type].loaded .ea-callout a:visited {
   3376  1.1  christos           color: rgb(169, 162, 151);
   3377  1.1  christos       }
   3378  1.1  christos       [data-ea-publisher].loaded .ea-callout a:hover,
   3379  1.1  christos       [data-ea-type].loaded .ea-callout a:hover {
   3380  1.1  christos           color: rgb(181, 174, 164);
   3381  1.1  christos       }
   3382  1.1  christos       [data-ea-publisher].loaded .ea-callout a:active,
   3383  1.1  christos       [data-ea-type].loaded .ea-callout a:active {
   3384  1.1  christos           color: rgb(181, 174, 164);
   3385  1.1  christos       }
   3386  1.1  christos       [data-ea-publisher].loaded .ea-callout a strong,
   3387  1.1  christos       [data-ea-publisher].loaded .ea-callout a b,
   3388  1.1  christos       [data-ea-type].loaded .ea-callout a strong,
   3389  1.1  christos       [data-ea-type].loaded .ea-callout a b {
   3390  1.1  christos           color: rgb(64, 180, 248);
   3391  1.1  christos       }
   3392  1.1  christos       [data-ea-publisher].loaded.dark .ea-content,
   3393  1.1  christos       [data-ea-type].loaded.dark .ea-content {
   3394  1.1  christos           background-image: initial;
   3395  1.1  christos           background-color: rgba(19, 21, 22, 0.05);
   3396  1.1  christos           color: rgb(200, 196, 189);
   3397  1.1  christos       }
   3398  1.1  christos       [data-ea-publisher].loaded.dark .ea-content a:link,
   3399  1.1  christos       [data-ea-type].loaded.dark .ea-content a:link {
   3400  1.1  christos           color: rgb(200, 196, 189);
   3401  1.1  christos       }
   3402  1.1  christos       [data-ea-publisher].loaded.dark .ea-content a:visited,
   3403  1.1  christos       [data-ea-type].loaded.dark .ea-content a:visited {
   3404  1.1  christos           color: rgb(200, 196, 189);
   3405  1.1  christos       }
   3406  1.1  christos       [data-ea-publisher].loaded.dark .ea-content a:hover,
   3407  1.1  christos       [data-ea-type].loaded.dark .ea-content a:hover {
   3408  1.1  christos           color: rgb(212, 208, 202);
   3409  1.1  christos       }
   3410  1.1  christos       [data-ea-publisher].loaded.dark .ea-content a:active,
   3411  1.1  christos       [data-ea-type].loaded.dark .ea-content a:active {
   3412  1.1  christos           color: rgb(212, 208, 202);
   3413  1.1  christos       }
   3414  1.1  christos       [data-ea-publisher].loaded.dark .ea-content a strong,
   3415  1.1  christos       [data-ea-publisher].loaded.dark .ea-content a b,
   3416  1.1  christos       [data-ea-type].loaded.dark .ea-content a strong,
   3417  1.1  christos       [data-ea-type].loaded.dark .ea-content a b {
   3418  1.1  christos           color: rgb(85, 188, 249);
   3419  1.1  christos       }
   3420  1.1  christos       [data-ea-publisher].loaded.dark .ea-callout a:link,
   3421  1.1  christos       [data-ea-type].loaded.dark .ea-callout a:link {
   3422  1.1  christos           color: rgb(189, 184, 175);
   3423  1.1  christos       }
   3424  1.1  christos       [data-ea-publisher].loaded.dark .ea-callout a:visited,
   3425  1.1  christos       [data-ea-type].loaded.dark .ea-callout a:visited {
   3426  1.1  christos           color: rgb(189, 184, 175);
   3427  1.1  christos       }
   3428  1.1  christos       [data-ea-publisher].loaded.dark .ea-callout a:hover,
   3429  1.1  christos       [data-ea-type].loaded.dark .ea-callout a:hover {
   3430  1.1  christos           color: rgb(200, 196, 189);
   3431  1.1  christos       }
   3432  1.1  christos       [data-ea-publisher].loaded.dark .ea-callout a:active,
   3433  1.1  christos       [data-ea-type].loaded.dark .ea-callout a:active {
   3434  1.1  christos           color: rgb(200, 196, 189);
   3435  1.1  christos       }
   3436  1.1  christos       [data-ea-publisher].loaded.dark .ea-callout a strong,
   3437  1.1  christos       [data-ea-publisher].loaded.dark .ea-callout a b,
   3438  1.1  christos       [data-ea-type].loaded.dark .ea-callout a strong,
   3439  1.1  christos       [data-ea-type].loaded.dark .ea-callout a b {
   3440  1.1  christos           color: rgb(85, 188, 249);
   3441  1.1  christos       }
   3442  1.1  christos       @media (prefers-color-scheme: dark) {
   3443  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-content,
   3444  1.1  christos           [data-ea-type].loaded.adaptive .ea-content {
   3445  1.1  christos               background-image: initial;
   3446  1.1  christos               background-color: rgba(19, 21, 22, 0.05);
   3447  1.1  christos               color: rgb(200, 196, 189);
   3448  1.1  christos           }
   3449  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-content a:link,
   3450  1.1  christos           [data-ea-type].loaded.adaptive .ea-content a:link {
   3451  1.1  christos               color: rgb(200, 196, 189);
   3452  1.1  christos           }
   3453  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-content a:visited,
   3454  1.1  christos           [data-ea-type].loaded.adaptive .ea-content a:visited {
   3455  1.1  christos               color: rgb(200, 196, 189);
   3456  1.1  christos           }
   3457  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-content a:hover,
   3458  1.1  christos           [data-ea-type].loaded.adaptive .ea-content a:hover {
   3459  1.1  christos               color: rgb(212, 208, 202);
   3460  1.1  christos           }
   3461  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-content a:active,
   3462  1.1  christos           [data-ea-type].loaded.adaptive .ea-content a:active {
   3463  1.1  christos               color: rgb(212, 208, 202);
   3464  1.1  christos           }
   3465  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-content a strong,
   3466  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-content a b,
   3467  1.1  christos           [data-ea-type].loaded.adaptive .ea-content a strong,
   3468  1.1  christos           [data-ea-type].loaded.adaptive .ea-content a b {
   3469  1.1  christos               color: rgb(85, 188, 249);
   3470  1.1  christos           }
   3471  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-callout a:link,
   3472  1.1  christos           [data-ea-type].loaded.adaptive .ea-callout a:link {
   3473  1.1  christos               color: rgb(189, 184, 175);
   3474  1.1  christos           }
   3475  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-callout a:visited,
   3476  1.1  christos           [data-ea-type].loaded.adaptive .ea-callout a:visited {
   3477  1.1  christos               color: rgb(189, 184, 175);
   3478  1.1  christos           }
   3479  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-callout a:hover,
   3480  1.1  christos           [data-ea-type].loaded.adaptive .ea-callout a:hover {
   3481  1.1  christos               color: rgb(200, 196, 189);
   3482  1.1  christos           }
   3483  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-callout a:active,
   3484  1.1  christos           [data-ea-type].loaded.adaptive .ea-callout a:active {
   3485  1.1  christos               color: rgb(200, 196, 189);
   3486  1.1  christos           }
   3487  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-callout a strong,
   3488  1.1  christos           [data-ea-publisher].loaded.adaptive .ea-callout a b,
   3489  1.1  christos           [data-ea-type].loaded.adaptive .ea-callout a strong,
   3490  1.1  christos           [data-ea-type].loaded.adaptive .ea-callout a b {
   3491  1.1  christos               color: rgb(85, 188, 249);
   3492  1.1  christos           }
   3493  1.1  christos       }
   3494  1.1  christos       [data-ea-publisher].loaded .ea-content,
   3495  1.1  christos       [data-ea-type].loaded .ea-content {
   3496  1.1  christos           border-color: initial;
   3497  1.1  christos           box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
   3498  1.1  christos       }
   3499  1.1  christos       [data-ea-publisher].loaded.raised .ea-content,
   3500  1.1  christos       [data-ea-type].loaded.raised .ea-content {
   3501  1.1  christos           border-color: initial;
   3502  1.1  christos           box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
   3503  1.1  christos       }
   3504  1.1  christos       [data-ea-publisher].loaded.bordered .ea-content,
   3505  1.1  christos       [data-ea-type].loaded.bordered .ea-content {
   3506  1.1  christos           border-color: rgba(84, 91, 95, 0.04);
   3507  1.1  christos           box-shadow: none;
   3508  1.1  christos       }
   3509  1.1  christos       [data-ea-publisher].loaded.bordered.dark .ea-content,
   3510  1.1  christos       [data-ea-type].loaded.bordered.dark .ea-content {
   3511  1.1  christos           border-color: rgba(123, 114, 101, 0.07);
   3512  1.1  christos       }
   3513  1.1  christos       @media (prefers-color-scheme: dark) {
   3514  1.1  christos           [data-ea-publisher].loaded.bordered.adaptive .ea-content,
   3515  1.1  christos           [data-ea-type].loaded.bordered.adaptive .ea-content {
   3516  1.1  christos               border-color: rgba(123, 114, 101, 0.07);
   3517  1.1  christos           }
   3518  1.1  christos       }
   3519  1.1  christos       [data-ea-publisher].loaded.flat .ea-content,
   3520  1.1  christos       [data-ea-type].loaded.flat .ea-content {
   3521  1.1  christos           border-color: initial;
   3522  1.1  christos           box-shadow: none;
   3523  1.1  christos       }
   3524  1.1  christos       .vimvixen-hint {
   3525  1.1  christos           background-color: rgb(98, 66, 0) !important;
   3526  1.1  christos           border-color: rgb(170, 138, 15) !important;
   3527  1.1  christos           color: rgb(237, 221, 175) !important;
   3528  1.1  christos       }
   3529  1.1  christos       #edge-translate-panel-body {
   3530  1.1  christos           color: var(--darkreader-text--darkreader-neutral-text) !important;
   3531  1.1  christos       }
   3532  1.1  christos   }
   3533  1.1  christos   @media (prefers-color-scheme: light) {
   3534  1.1  christos       .wy-menu-vertical li.toctree-l2.current a,
   3535  1.1  christos       .wy-menu-vertical li.toctree-l3.current a {
   3536  1.1  christos           background-color: rgb(54, 59, 61);
   3537  1.1  christos       }
   3538  1.1  christos   }
   3539  1.1  christos   .rst-other-versions a {
   3540  1.1  christos       border-color: initial;
   3541  1.1  christos   }
   3542  1.1  christos   .ethical-sidebar .ethical-image-link,
   3543  1.1  christos   .ethical-footer .ethical-image-link {
   3544  1.1  christos       border-color: initial;
   3545  1.1  christos   }
   3546  1.1  christos   .ethical-sidebar,
   3547  1.1  christos   .ethical-footer {
   3548  1.1  christos       background-color: rgb(34, 36, 38);
   3549  1.1  christos       border-color: rgb(62, 68, 70);
   3550  1.1  christos       color: rgb(226, 223, 219);
   3551  1.1  christos   }
   3552  1.1  christos   .ethical-sidebar ul {
   3553  1.1  christos       list-style-image: initial;
   3554  1.1  christos   }
   3555  1.1  christos   .ethical-sidebar ul li {
   3556  1.1  christos       background-color: rgb(5, 77, 121);
   3557  1.1  christos       color: rgb(232, 230, 227);
   3558  1.1  christos   }
   3559  1.1  christos   .ethical-sidebar a,
   3560  1.1  christos   .ethical-sidebar a:visited,
   3561  1.1  christos   .ethical-sidebar a:hover,
   3562  1.1  christos   .ethical-sidebar a:active,
   3563  1.1  christos   .ethical-footer a,
   3564  1.1  christos   .ethical-footer a:visited,
   3565  1.1  christos   .ethical-footer a:hover,
   3566  1.1  christos   .ethical-footer a:active {
   3567  1.1  christos       color: rgb(226, 223, 219);
   3568  1.1  christos       text-decoration-color: initial !important;
   3569  1.1  christos       border-bottom-color: initial !important;
   3570  1.1  christos   }
   3571  1.1  christos   .ethical-callout a {
   3572  1.1  christos       color: rgb(161, 153, 141) !important;
   3573  1.1  christos       text-decoration-color: initial !important;
   3574  1.1  christos   }
   3575  1.1  christos   .ethical-fixedfooter {
   3576  1.1  christos       background-color: rgb(34, 36, 38);
   3577  1.1  christos       border-top-color: rgb(66, 72, 74);
   3578  1.1  christos       color: rgb(192, 186, 178);
   3579  1.1  christos   }
   3580  1.1  christos   .ethical-fixedfooter .ethical-text::before {
   3581  1.1  christos       background-color: rgb(61, 140, 64);
   3582  1.1  christos       color: rgb(232, 230, 227);
   3583  1.1  christos   }
   3584  1.1  christos   .ethical-fixedfooter .ethical-callout {
   3585  1.1  christos       color: rgb(168, 160, 149);
   3586  1.1  christos   }
   3587  1.1  christos   .ethical-fixedfooter a,
   3588  1.1  christos   .ethical-fixedfooter a:hover,
   3589  1.1  christos   .ethical-fixedfooter a:active,
   3590  1.1  christos   .ethical-fixedfooter a:visited {
   3591  1.1  christos       color: rgb(192, 186, 178);
   3592  1.1  christos       text-decoration-color: initial;
   3593  1.1  christos   }
   3594  1.1  christos   .ethical-rtd .ethical-sidebar {
   3595  1.1  christos       color: rgb(184, 178, 169);
   3596  1.1  christos   }
   3597  1.1  christos   .ethical-alabaster a.ethical-image-link {
   3598  1.1  christos       border-color: initial !important;
   3599  1.1  christos   }
   3600  1.1  christos   .ethical-dark-theme .ethical-sidebar {
   3601  1.1  christos       background-color: rgb(58, 62, 65);
   3602  1.1  christos       border-color: rgb(75, 81, 84);
   3603  1.1  christos       color: rgb(193, 188, 180) !important;
   3604  1.1  christos   }
   3605  1.1  christos   .ethical-dark-theme a,
   3606  1.1  christos   .ethical-dark-theme a:visited {
   3607  1.1  christos       color: rgb(216, 213, 208) !important;
   3608  1.1  christos       border-bottom-color: initial !important;
   3609  1.1  christos   }
   3610  1.1  christos   .ethical-dark-theme .ethical-callout a {
   3611  1.1  christos       color: rgb(184, 178, 169) !important;
   3612  1.1  christos   }
   3613  1.1  christos   .keep-us-sustainable {
   3614  1.1  christos       border-color: rgb(87, 133, 38);
   3615  1.1  christos   }
   3616  1.1  christos   .keep-us-sustainable a,
   3617  1.1  christos   .keep-us-sustainable a:hover,
   3618  1.1  christos   .keep-us-sustainable a:visited {
   3619  1.1  christos       text-decoration-color: initial;
   3620  1.1  christos   }
   3621  1.1  christos   .wy-nav-side .keep-us-sustainable {
   3622  1.1  christos       color: rgb(184, 178, 169);
   3623  1.1  christos   }
   3624  1.1  christos   .wy-nav-side .keep-us-sustainable a {
   3625  1.1  christos       color: rgb(222, 219, 215);
   3626  1.1  christos   }
   3627  1.1  christos 
   3628  1.1  christos   /* Override Style */
   3629  1.1  christos   .vimvixen-hint {
   3630  1.1  christos       background-color: #7b5300 !important;
   3631  1.1  christos       border-color: #d8b013 !important;
   3632  1.1  christos       color: #f3e8c8 !important;
   3633  1.1  christos   }
   3634  1.1  christos   ::placeholder {
   3635  1.1  christos       opacity: 0.5 !important;
   3636  1.1  christos   }
   3637  1.1  christos   a[href="https://coinmarketcap.com/"] > svg[width="94"][height="16"] > path {
   3638  1.1  christos       fill: var(--darkreader-neutral-text) !important;
   3639  1.1  christos   }
   3640  1.1  christos   #edge-translate-panel-body,
   3641  1.1  christos   .MuiTypography-body1 {
   3642  1.1  christos       color: var(--darkreader-neutral-text) !important;
   3643  1.1  christos   }
   3644  1.1  christos   gr-main-header {
   3645  1.1  christos       background-color: #0f3a48 !important;
   3646  1.1  christos   }
   3647  1.1  christos   embed[type="application/pdf"] { filter: invert(100%) contrast(90%); }
   3648  1.1  christos }
   3649