@media screen and (min-width: 767px) {
  .outline-2, .outline-3, .outline-4 {
      margin-left: 16px;
  }
  .outline-2>h2, .outline-3>h3, .outline-4>h4 {
      margin-left: -16px;
  }
}

/* org-mode code block */
.org-src-container > pre.src:before,
.org-src-container > pre > code.src:before /* e.g. 2017-10-29-windows-emacs-ess-coding-system */
{
  display: inline;
  position: absolute;
  left: 0px;
  top: -17px;
  color: #ffffff;
  background-color: #396c9f;
  padding: 1px 7px 0 9px;
  border: 0;
  font-size: 13px;
  line-height: 16px
}
/* org-mode code block */
.org-src-container > pre {
  margin-top: 38px;
  position: relative;
  overflow: visible;
  padding: 8px;
}

.org-src-container .src-diff:before { content: 'Diff'; }
.org-src-container .src-haxe:before { content: 'Haxe'; }
.org-src-container .src-swift:before { content: 'Swift'; }
.org-src-container .src-org:before { content: 'Org mode'; }
.org-src-container .src-asymptote:before { content: 'Asymptote'; }
.org-src-container .src-awk:before { content: 'Awk'; }
.org-src-container .src-C:before { content: 'C'; }
.org-src-container .src-c:before { content: 'C'; }
.org-src-container .src-clojure:before { content: 'Clojure'; }
.org-src-container .src-css:before { content: 'CSS'; }
.org-src-container .src-D:before { content: 'D'; }
.org-src-container .src-ditaa:before { content: 'ditaa'; }
.org-src-container .src-dot:before { content: 'Graphviz'; }
.org-src-container .src-calc:before { content: 'Emacs Calc'; }
.org-src-container .src-emacs-lisp:before { content: 'Emacs Lisp'; }
.org-src-container .src-elisp:before { content: 'Emacs Lisp'; }
.org-src-container .src-fortran:before { content: 'Fortran'; }
.org-src-container .src-gnuplot:before { content: 'gnuplot'; }
.org-src-container .src-haskell:before { content: 'Haskell'; }
.org-src-container .src-hledger:before { content: 'hledger'; }
.org-src-container .src-java:before { content: 'Java'; }
.org-src-container .src-js:before { content: 'Javascript'; }
.org-src-container .src-javascript:before { content: 'Javascript'; }
.org-src-container .src-latex:before { content: 'LaTeX'; }
.org-src-container .src-ledger:before { content: 'Ledger'; }
.org-src-container .src-lisp:before { content: 'Lisp'; }
.org-src-container .src-lilypond:before { content: 'Lilypond'; }
.org-src-container .src-lua:before { content: 'Lua'; }
.org-src-container .src-matlab:before { content: 'MATLAB'; }
.org-src-container .src-mscgen:before { content: 'Mscgen'; }
.org-src-container .src-ocaml:before { content: 'Objective Caml'; }
.org-src-container .src-octave:before { content: 'Octave'; }
.org-src-container .src-oz:before { content: 'OZ'; }
.org-src-container .src-plantuml:before { content: 'Plantuml'; }
.org-src-container .src-processing:before { content: 'Processing.js'; }
.org-src-container .src-python:before { content: 'Python'; }
.org-src-container .src-R:before { content: 'R'; }
.org-src-container .src-ruby:before { content: 'Ruby'; }
.org-src-container .src-sass:before { content: 'Sass'; }
.org-src-container .src-scheme:before { content: 'Scheme'; }
.org-src-container .src-screen:before { content: 'Gnu Screen'; }
.org-src-container .src-sed:before { content: 'Sed'; }
.org-src-container .src-sh:before { content: 'shell'; }
.org-src-container .src-sql:before { content: 'SQL'; }
.org-src-container .src-sqlite:before { content: 'SQLite'; }
.org-src-container .src-forth:before { content: 'Forth'; }
.org-src-container .src-io:before { content: 'IO'; }
.org-src-container .src-J:before { content: 'J'; }
.org-src-container .src-makefile:before { content: 'Makefile'; }
.org-src-container .src-maxima:before { content: 'Maxima'; }
.org-src-container .src-perl:before { content: 'Perl'; }
.org-src-container .src-picolisp:before { content: 'Pico Lisp'; }
.org-src-container .src-scala:before { content: 'Scala'; }
.org-src-container .src-shell:before { content: 'Shell Script'; }
.org-src-container .src-ebnf2ps:before { content: 'ebfn2ps'; }
.org-src-container .src-cpp:before  { content: 'C++'; }
.org-src-container .src-abc:before  { content: 'ABC'; }
.org-src-container .src-coq:before  { content: 'Coq'; }
.org-src-container .src-groovy:before  { content: 'Groovy'; }
.org-src-container .src-bash:before  { content: 'bash'; }
.org-src-container .src-csh:before  { content: 'csh'; }
.org-src-container .src-ash:before  { content: 'ash'; }
.org-src-container .src-dash:before  { content: 'dash'; }
.org-src-container .src-ksh:before  { content: 'ksh'; }
.org-src-container .src-mksh:before  { content: 'mksh'; }
.org-src-container .src-posh:before  { content: 'posh'; }
.org-src-container .src-ada:before { content: 'Ada'; }
.org-src-container .src-asm:before { content: 'Assembler'; }
.org-src-container .src-caml:before { content: 'Caml'; }
.org-src-container .src-delphi:before { content: 'Delphi'; }
.org-src-container .src-html:before { content: 'HTML'; }
.org-src-container .src-idl:before { content: 'IDL'; }
.org-src-container .src-mercury:before { content: 'Mercury'; }
.org-src-container .src-metapost:before { content: 'MetaPost'; }
.org-src-container .src-modula-2:before { content: 'Modula-2'; }
.org-src-container .src-pascal:before { content: 'Pascal'; }
.org-src-container .src-ps:before { content: 'PostScript'; }
.org-src-container .src-prolog:before { content: 'Prolog'; }
.org-src-container .src-simula:before { content: 'Simula'; }
.org-src-container .src-tcl:before { content: 'tcl'; }
.org-src-container .src-tex:before { content: 'TeX'; }
.org-src-container .src-plain-tex:before { content: 'Plain TeX'; }
.org-src-container .src-verilog:before { content: 'Verilog'; }
.org-src-container .src-vhdl:before { content: 'VHDL'; }
.org-src-container .src-xml:before { content: 'XML'; }
.org-src-container .src-nxml:before { content: 'XML'; }
.org-src-container .src-conf:before { content: 'Configuration File'; }
.org-src-container .src-powershell:before { content: 'PowerShell'; }
.org-src-container .src-bison:before { content: 'Bison'; }


/* diff */
/*
.org-src-container>pre.src-diff,
.org-src-container>pre>code.src-diff
{
    white-space: normal;
}
.org-src-container>pre.src-diff>.org-diff-indicator-added,
.org-src-container>pre.src-diff>.org-diff-indicator-removed,
.org-src-container>pre>code.src-diff>.org-diff-indicator-added,
.org-src-container>pre>code.src-diff>.org-diff-indicator-removed
{
    display: none;
}
.org-src-container>pre.src-diff>.org-diff-hunk-header,
.org-src-container>pre.src-diff>.org-diff-context,
.org-src-container>pre.src-diff>.org-diff-added,
.org-src-container>pre.src-diff>.org-diff-removed,
.org-src-container>pre>code.src-diff>.org-diff-hunk-header,
.org-src-container>pre>code.src-diff>.org-diff-context,
.org-src-container>pre>code.src-diff>.org-diff-added,
.org-src-container>pre>code.src-diff>.org-diff-removed
{
    white-space: pre-wrap;
    display: block;
}
.org-src-container>pre.src-diff>.org-diff-added:before,
.org-src-container>pre>code.src-diff>.org-diff-added:before
{
    content: '+'
}
.org-src-container>pre.src-diff>.org-diff-removed:before,
.org-src-container>pre>code.src-diff>.org-diff-removed:before
{
    content: '-'
}
*/


/* based from dichromacy theme */

      .org-anything-apt-installed {
        /* anything-apt-installed */
        color: #00ff00;
      }
      .org-anything-bmkext-file {
        /* anything-bmkext-file */
        color: #00b2ee;
      }
      .org-anything-bmkext-gnus {
        /* anything-bmkext-gnus */
        color: #ff00ff;
      }
      .org-anything-bmkext-info {
        /* anything-bmkext-info */
        color: #00ff00;
      }
      .org-anything-bmkext-man {
        /* anything-bmkext-man */
        color: #8b5a00;
      }
      .org-anything-bmkext-no--file {
        /* anything-bmkext-no-file */
        color: #bebebe;
      }
      .org-anything-bmkext-w3m {
        /* anything-bmkext-w3m */
        color: #ffff00;
      }
      .org-anything-bookmarks-su {
        /* anything-bookmarks-su-face */
        color: #ff0000;
      }
      .org-anything-dir-heading {
        /* anything-dir-heading */
        color: #0000ff;
        background-color: #ffc0cb;
      }
      .org-anything-dir-priv {
        /* anything-dir-priv */
        color: #8b0000;
        background-color: #d3d3d3;
      }
      .org-anything-dired-symlink {
        /* anything-dired-symlink-face */
        color: #ff8c00;
      }
      .org-anything-emms-playlist {
        /* anything-emms-playlist */
        color: #008b45;
        text-decoration: underline;
      }
      .org-anything-file-name {
        /* anything-file-name */
        color: #0000ff;
      }
      .org-anything-gentoo-match {
        /* anything-gentoo-match-face */
        color: #ff0000;
      }
      .org-anything-header {
        /* anything-header */
        color: #e5e5e5;
        background-color: #333333;
      }
      .org-anything-isearch-match {
        /* anything-isearch-match */
        background-color: #ffff00;
      }
      .org-anything-overlay-line {
        /* anything-overlay-line-face */
        background-color: #8b3a3a;
        text-decoration: underline;
      }
      .org-anything-visible-mark {
        /* anything-visible-mark */
        color: #000000;
        background-color: #00ff00;
      }
      .org-anything-w3m-bookmarks {
        /* anything-w3m-bookmarks-face */
        color: #00ffff;
        text-decoration: underline;
      }
      .org-bat-label {
        /* bat-label-face */
        font-weight: bold;
      }
      .org-bold {
        /* bold */
        font-weight: bold;
      }
      .org-bold-italic {
        /* bold-italic */
        font-weight: bold;
        font-style: italic;
      }
      .org-bookmark-menu-bookmark {
        /* bookmark-menu-bookmark */
        font-weight: bold;
      }
      .org-bookmark-menu-heading {
        /* bookmark-menu-heading */
        color: #54c1ff;
        font-weight: bold;
      }
      .org-border {
      }
      .org-buffer-menu-buffer {
        /* buffer-menu-buffer */
        font-weight: bold;
      }
      .org-builtin {
        /* font-lock-builtin-face */
        color: #3fc1ff;
      }
      .org-button {
        /* button */
        color: #00bfff;
        text-decoration: underline;
      }
      .org-c-annotation {
        /* c-annotation-face */
        color: #f3a194;
        /*font-weight: bold;*/
      }
      .org-c-nonbreakable-space {
        /* c-nonbreakable-space-face */
        color: #000000;
        background-color: #ffffff;
        font-weight: bold;
        font-style: italic;
      }
      .org-calc-nonselected {
        /* calc-nonselected-face */
        color: #b3b3b3;
        font-style: italic;
      }
      .org-calc-selected {
        /* calc-selected-face */
        font-weight: bold;
      }
      .org-calendar-month-header {
        /* calendar-month-header */
        color: #f3a194;
      }
      .org-calendar-today {
        /* calendar-today */
        text-decoration: underline;
      }
      .org-calendar-weekday-header {
        /* calendar-weekday-header */
        color: #f3a194;
        font-weight: bold;
      }
      .org-calendar-weekend-header {
        /* calendar-weekend-header */
        color: #1bdf57;
        font-style: italic;
      }
      .org-change-log-acknowledgment {
        /* change-log-acknowledgment */
        color: #1bdf57;
        font-style: italic;
      }
      .org-change-log-conditionals {
        /* change-log-conditionals */
        color: #e69f00;
        font-weight: bold;
      }
      .org-change-log-date {
        /* change-log-date */
        color: #a6f7ca;
      }
      .org-change-log-email {
        /* change-log-email */
        color: #e69f00;
        font-weight: bold;
      }
      .org-change-log-file {
        /* change-log-file */
        color: #f3a194;
      }
      .org-change-log-function {
        /* change-log-function */
        color: #e69f00;
        font-weight: bold;
      }
      .org-change-log-list {
        /* change-log-list */
        color: #00abde;
      }
      .org-change-log-name {
        /* change-log-name */
        color: #f3a194;
        font-weight: bold;
      }
      .org-comint-highlight-input {
        /* comint-highlight-input */
        font-weight: bold;
      }
      .org-comint-highlight-prompt {
        /* comint-highlight-prompt */
        color: #54c1ff;
        font-weight: bold;
      }
      .org-comment {
        /* font-lock-comment-face */
        color: #1bdf57;
      }
      .org-comment-delimiter {
        /* font-lock-comment-delimiter-face */
        color: #1bdf57;
      }
      .org-compilation-column-number {
        /* compilation-column-number */
        color: #a6f7ca;
      }
      .org-compilation-error {
        /* compilation-error */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-compilation-info {
        /* compilation-info */
        color: #1bdf57;
      }
      .org-compilation-line-number {
        /* compilation-line-number */
        color: #00abde;
      }
      .org-compilation-mode-line-exit {
        /* compilation-mode-line-exit */
        color: #228b22;
        font-weight: bold;
      }
      .org-compilation-mode-line-fail {
        /* compilation-mode-line-fail */
        color: #ff0000;
        font-weight: bold;
        font-style: italic;
      }
      .org-compilation-mode-line-run {
        /* compilation-mode-line-run */
        color: #e69f00;
      }
      .org-compilation-warning {
        /* compilation-warning */
        color: #e69f00;
      }
      .org-completions-annotations {
        /* completions-annotations */
        font-style: italic;
      }
      .org-completions-common-part {
      }
      .org-completions-first-difference {
        /* completions-first-difference */
        font-weight: bold;
      }
      .org-constant {
        /* font-lock-constant-face */
        color: #f3a194;
        /*font-weight: bold;*/
      }
      .org-css-property {
        /* css-property */
        color: #e69f00;
        font-weight: bold;
      }
      .org-css-selector {
        /* css-selector */
        color: #f3a194;
      }
      .org-cursor {
        /* cursor */
        background-color: #000000;
      }
      .org-custom-button {
        /* custom-button */
        color: #000000;
        background-color: #d3d3d3;
      }
      .org-custom-button-mouse {
        /* custom-button-mouse */
        color: #000000;
        background-color: #e5e5e5;
      }
      .org-custom-button-pressed {
        /* custom-button-pressed */
        color: #000000;
        background-color: #d3d3d3;
      }
      .org-custom-button-pressed-unraised {
        /* custom-button-pressed-unraised */
        color: #ee82ee;
        text-decoration: underline;
      }
      .org-custom-button-unraised {
        /* custom-button-unraised */
        text-decoration: underline;
      }
      .org-custom-changed {
        /* custom-changed */
        color: #ffffff;
        background-color: #0000ff;
      }
      .org-custom-comment {
        /* custom-comment */
        background-color: #696969;
      }
      .org-custom-comment-tag {
        /* custom-comment-tag */
        color: #cccccc;
      }
      .org-custom-documentation {
      }
      .org-custom-face-tag {
        /* custom-face-tag */
        color: #add8e6;
        font-weight: bold;
      }
      .org-custom-group-subtitle {
        /* custom-group-subtitle */
        font-weight: bold;
      }
      .org-custom-group-tag {
        /* custom-group-tag */
        color: #add8e6;
        font-size: 120%;
        font-weight: bold;
      }
      .org-custom-group-tag-1 {
        /* custom-group-tag-1 */
        color: #ffc0cb;
        font-size: 120%;
        font-weight: bold;
      }
      .org-custom-invalid {
        /* custom-invalid */
        color: #ffff00;
        background-color: #ff0000;
      }
      .org-custom-link {
        /* custom-link */
        color: #00bfff;
        text-decoration: underline;
      }
      .org-custom-modified {
        /* custom-modified */
        color: #ffffff;
        background-color: #0000ff;
      }
      .org-custom-rogue {
        /* custom-rogue */
        color: #ffc0cb;
        background-color: #000000;
      }
      .org-custom-saved {
        /* custom-saved */
        text-decoration: underline;
      }
      .org-custom-set {
        /* custom-set */
        color: #0000ff;
        background-color: #ffffff;
      }
      .org-custom-state {
        /* custom-state */
        color: #32cd32;
      }
      .org-custom-themed {
        /* custom-themed */
        color: #ffffff;
        background-color: #0000ff;
      }
      .org-custom-variable-button {
        /* custom-variable-button */
        font-weight: bold;
        text-decoration: underline;
      }
      .org-custom-variable-tag {
        /* custom-variable-tag */
        color: #add8e6;
        font-weight: bold;
      }
      .org-custom-visibility {
        /* custom-visibility */
        color: #00bfff;
        font-size: 80%;
        text-decoration: underline;
      }
      .org-diary {
        /* diary */
        color: #ffff00;
      }
      .org-diary-anniversary {
        /* diary-anniversary */
        color: #00abde;
      }
      .org-diary-button {
      }
      .org-diary-time {
        /* diary-time */
        color: #e69f00;
        font-weight: bold;
      }
      .org-diff-added {
        /* diff-added */
        /* color: #ffffff; */
        background-color: #006000;
      }
      .org-diff-changed {
        /* diff-changed */
        /* color: #ffffff; */
        background-color: #00bfff;
      }
      .org-diff-context {
        /* diff-context */
        /* color: #888888; */
      }
      .org-diff-file-header {
        /* diff-file-header */
        color: #eedd82;
        background-color: #999999;
        font-weight: bold;
      }
      .org-diff-function {
        /* diff-function */
        background-color: #939393;
      }
      .org-diff-header {
        /* diff-header */
        background-color: #939393;
      }
      .org-diff-hunk-header {
        /* diff-hunk-header */
        color: #dda0dd;
        background-color: #939393;
      }
      .org-diff-index {
        /* diff-index */
        color: #d8bfd8;
        background-color: #999999;
        font-weight: bold;
      }
      .org-diff-indicator-added {
        /* diff-indicator-added */
        /* color: #ffffff; */
        background-color: #20b020;
      }
      .org-diff-indicator-changed {
        /* diff-indicator-changed */
        /* color: #ffffff; */
        background-color: #00bfff;
      }
      .org-diff-indicator-removed {
        /* diff-indicator-removed */
        /* color: #ffffff; */
        background-color: #e02020;
      }
      .org-diff-nonexistent {
        /* diff-nonexistent */
        color: #eedd82;
        background-color: #999999;
        font-weight: bold;
      }
      .org-diff-refine-added {
        /* diff-refine-added */
        background-color: #22aa22;
      }
      .org-diff-refine-changed {
        /* diff-refine-changed */
        background-color: #aaaa22;
      }
      .org-diff-refine-removed {
        /* diff-refine-removed */
        background-color: #f1c6c2;
      }
      .org-diff-removed {
        /* diff-removed */
        /* color: #ffffff; */
        background-color: #800000;
      }
      .org-dired-details-r-dot-file {
        /* dired-details-r-dot-file */
        color: #7f7f7f;
      }
      .org-dired-details-r-today {
        /* dired-details-r-today */
        color: #adff2f;
      }
      .org-dired-directory {
        /* dired-directory */
        color: #f3a194;
      }
      .org-dired-flagged {
        /* dired-flagged */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-dired-header {
        /* dired-header */
        color: #54c1ff;
        font-weight: bold;
      }
      .org-dired-ignored {
        /* dired-ignored */
        color: #b3b3b3;
      }
      .org-dired-mark {
        /* dired-mark */
        color: #f3a194;
        font-weight: bold;
      }
      .org-dired-marked {
        /* dired-marked */
        color: #e69f00;
      }
      .org-dired-perm-write {
        /* dired-perm-write */
        color: #000000;
        background-color: #ffffff;
      }
      .org-dired-symlink {
        /* dired-symlink */
        color: #00abde;
      }
      .org-dired-warning {
        /* dired-warning */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-doc {
        /* font-lock-doc-face */
        color: #a6f7ca;
      }
      .org-eldoc-highlight-function-argument {
        /* eldoc-highlight-function-argument */
        font-weight: bold;
      }
      .org-error {
        /* error */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-escape-glyph {
        /* escape-glyph */
        color: #f3a194;
      }
      .org-ffap {
        /* ffap */
        color: #54c1ff;
        background-color: #e5e5e5;
      }
      .org-file-name-shadow {
        /* file-name-shadow */
        color: #b3b3b3;
      }
      .org-fixed-pitch {
      }
      .org-fixed-pitch-serif {
      }
      .org-fringe {
        /* fringe */
        background-color: #f7f7f7;
      }
      .org-function-name {
        /* font-lock-function-name-face */
        color: #f3a194;
      }
      .org-glyphless-char {
        /* glyphless-char */
        font-size: 60%;
      }
      .org-gnus-group-mail-1 {
        /* gnus-group-mail-1 */
        color: #f3a194;
        font-weight: bold;
      }
      .org-gnus-group-mail-1-empty {
        /* gnus-group-mail-1-empty */
        color: #e1ffe1;
      }
      .org-gnus-group-mail-2 {
        /* gnus-group-mail-2 */
        color: #e69f00;
        font-weight: bold;
      }
      .org-gnus-group-mail-2-empty {
        /* gnus-group-mail-2-empty */
        color: #c1ffc1;
      }
      .org-gnus-group-mail-3 {
        /* gnus-group-mail-3 */
        color: #00abde;
      }
      .org-gnus-group-mail-3-empty {
        /* gnus-group-mail-3-empty */
        color: #7fffd4;
      }
      .org-gnus-group-mail-low {
        /* gnus-group-mail-low */
        color: #1bdf57;
      }
      .org-gnus-group-mail-low-empty {
        /* gnus-group-mail-low-empty */
        color: #76eec6;
      }
      .org-gnus-group-news-1 {
        /* gnus-group-news-1 */
        color: #f3a194;
        font-weight: bold;
      }
      .org-gnus-group-news-1-empty {
        /* gnus-group-news-1-empty */
        color: #28c;
      }
      .org-gnus-group-news-2 {
        /* gnus-group-news-2 */
        color: #e69f00;
        font-weight: bold;
      }
      .org-gnus-group-news-2-empty {
        /* gnus-group-news-2-empty */
        color: #40e0d0;
      }
      .org-gnus-group-news-3 {
        /* gnus-group-news-3 */
        color: #00abde;
      }
      .org-gnus-group-news-3-empty {
      }
      .org-gnus-group-news-4 {
        /* gnus-group-news-4 */
        color: #cc79a7;
        font-weight: bold;
      }
      .org-gnus-group-news-4-empty {
      }
      .org-gnus-group-news-5 {
        /* gnus-group-news-5 */
        color: #54c1ff;
        font-weight: bold;
      }
      .org-gnus-group-news-5-empty {
      }
      .org-gnus-group-news-6 {
        /* gnus-group-news-6 */
        font-weight: bold;
      }
      .org-gnus-group-news-6-empty {
      }
      .org-gnus-group-news-low {
        /* gnus-group-news-low */
        color: #1bdf57;
      }
      .org-gnus-group-news-low-empty {
        /* gnus-group-news-low-empty */
        color: #00ced1;
      }
      .org-gnus-splash {
        /* gnus-splash */
        color: #cccccc;
      }
      .org-gnus-summary-cancelled {
        /* gnus-summary-cancelled */
        color: #ffff00;
        background-color: #000000;
      }
      .org-gnus-summary-high-ancient {
        /* gnus-summary-high-ancient */
        color: #87ceeb;
        font-weight: bold;
      }
      .org-gnus-summary-high-read {
        /* gnus-summary-high-read */
        color: #98fb98;
        font-weight: bold;
      }
      .org-gnus-summary-high-ticked {
        /* gnus-summary-high-ticked */
        color: #ffc0cb;
        font-weight: bold;
      }
      .org-gnus-summary-high-undownloaded {
        /* gnus-summary-high-undownloaded */
        color: #d3d3d3;
        font-weight: bold;
      }
      .org-gnus-summary-high-unread {
        /* gnus-summary-high-unread */
        font-weight: bold;
      }
      .org-gnus-summary-low-ancient {
        /* gnus-summary-low-ancient */
        color: #87ceeb;
        font-style: italic;
      }
      .org-gnus-summary-low-read {
        /* gnus-summary-low-read */
        color: #98fb98;
        font-style: italic;
      }
      .org-gnus-summary-low-ticked {
        /* gnus-summary-low-ticked */
        color: #ffc0cb;
        font-style: italic;
      }
      .org-gnus-summary-low-undownloaded {
        /* gnus-summary-low-undownloaded */
        color: #d3d3d3;
        font-style: italic;
      }
      .org-gnus-summary-low-unread {
        /* gnus-summary-low-unread */
        font-style: italic;
      }
      .org-gnus-summary-normal-ancient {
        /* gnus-summary-normal-ancient */
        color: #87ceeb;
      }
      .org-gnus-summary-normal-read {
        /* gnus-summary-normal-read */
        color: #98fb98;
      }
      .org-gnus-summary-normal-ticked {
        /* gnus-summary-normal-ticked */
        color: #ffc0cb;
      }
      .org-gnus-summary-normal-undownloaded {
        /* gnus-summary-normal-undownloaded */
        color: #d3d3d3;
      }
      .org-gnus-summary-normal-unread {
      }
      .org-gnus-summary-selected {
        /* gnus-summary-selected */
        text-decoration: underline;
      }
      .org-header-line {
        /* header-line */
        color: #e5e5e5;
        background-color: #333333;
      }
      .org-help-argument-name {
        /* help-argument-name */
        font-style: italic;
      }
      .org-highlight {
        /* highlight */
        color: #54c1ff;
        background-color: #e5e5e5;
      }
      .org-holiday {
        /* holiday */
        background-color: #8b4513;
      }
      .org-info-header-node {
        /* info-header-node */
        color: #ffffff;
        font-weight: bold;
        font-style: italic;
      }
      .org-info-header-xref {
        /* info-header-xref */
        color: #00bfff;
        text-decoration: underline;
      }
      .org-info-index-match {
        /* info-index-match */
        background-color: #3a5fcd;
      }
      .org-info-menu-header {
        /* info-menu-header */
        font-weight: bold;
      }
      .org-info-menu-star {
        /* info-menu-star */
        color: #ff0000;
      }
      .org-info-node {
        /* info-node */
        color: #ffffff;
        font-weight: bold;
        font-style: italic;
      }
      .org-info-quoted {
      }
      .org-info-title-1 {
        /* info-title-1 */
        font-size: 172%;
        font-weight: bold;
      }
      .org-info-title-2 {
        /* info-title-2 */
        font-size: 144%;
        font-weight: bold;
      }
      .org-info-title-3 {
        /* info-title-3 */
        font-size: 120%;
        font-weight: bold;
      }
      .org-info-title-4 {
        /* info-title-4 */
        font-weight: bold;
      }
      .org-info-xref {
        /* info-xref */
        color: #00bfff;
        text-decoration: underline;
      }
      .org-isearch {
        /* isearch */
        color: #ffffff;
        background-color: #d55e00;
      }
      .org-isearch-fail {
        /* isearch-fail */
        background-color: #8b0000;
      }
      .org-italic {
        /* italic */
        font-style: italic;
      }
      .org-japanese-holiday-saturday {
        /* japanese-holiday-saturday */
        background-color: #0000ff;
      }
      .org-js2-error {
        /* js2-error */
        color: #ff0000;
      }
      .org-js2-external-variable {
        /* js2-external-variable */
        color: #ffa500;
      }
      .org-js2-function-call {
        /* js2-function-call */
        color: #000000;
        background-color: #ffffff;
      }
      .org-js2-function-param {
        /* js2-function-param */
        color: #2e8b57;
      }
      .org-js2-instance-member {
        /* js2-instance-member */
        color: #9932cc;
      }
      .org-js2-jsdoc-html-tag-delimiter {
        /* js2-jsdoc-html-tag-delimiter */
        color: #00ff00;
      }
      .org-js2-jsdoc-html-tag-name {
        /* js2-jsdoc-html-tag-name */
        color: #ffff00;
      }
      .org-js2-jsdoc-tag {
        /* js2-jsdoc-tag */
        color: #708090;
      }
      .org-js2-jsdoc-type {
        /* js2-jsdoc-type */
        color: #4682b4;
      }
      .org-js2-jsdoc-value {
        /* js2-jsdoc-value */
        color: #cdaf95;
      }
      .org-js2-object-property {
        /* js2-object-property */
        color: #000000;
        background-color: #ffffff;
      }
      .org-js2-object-property-access {
        /* js2-object-property-access */
        color: #000000;
        background-color: #ffffff;
      }
      .org-js2-private-function-call {
        /* js2-private-function-call */
        color: #daa520;
      }
      .org-js2-private-member {
        /* js2-private-member */
        color: #cdaf95;
      }
      .org-js2-warning {
        /* js2-warning */
        text-decoration: underline;
      }
      .org-keyword {
        /* font-lock-keyword-face */
        color: #04e0ff;
      }
      .org-lazy-highlight {
        /* lazy-highlight */
        color: #ffffff;
        background-color: #cc79a7;
      }
      .org-link {
        /* link */
        color: #00bfff;
        text-decoration: underline;
      }
      .org-link-visited {
        /* link-visited */
        color: #cc79a7;
        text-decoration: underline;
      }
      .org-log-edit-header {
        /* log-edit-header */
        color: #00abde;
      }
      .org-log-edit-summary {
        /* log-edit-summary */
        color: #f3a194;
      }
      .org-log-edit-unknown-header {
        /* log-edit-unknown-header */
        color: #1bdf57;
        font-style: italic;
      }
      .org-match {
        /* match */
        background-color: #3a70f0;
      }
      .org-menu {
        /* menu */
        color: #000000;
        background-color: #f0f0f0;
      }
      .org-message-cited-text {
        /* message-cited-text */
        color: #1bdf57;
        font-style: italic;
      }
      .org-message-header-cc {
        /* message-header-cc */
        color: #f3a194;
      }
      .org-message-header-name {
        /* message-header-name */
        color: #56b4e9;
      }
      .org-message-header-newsgroups {
        /* message-header-newsgroups */
        color: #ffff00;
        font-weight: bold;
        font-style: italic;
      }
      .org-message-header-other {
        /* message-header-other */
        color: #1bdf57;
      }
      .org-message-header-subject {
        /* message-header-subject */
        color: #e69f00;
      }
      .org-message-header-to {
        /* message-header-to */
        color: #54c1ff;
        font-weight: bold;
      }
      .org-message-header-xheader {
        /* message-header-xheader */
        color: #00bfff;
      }
      .org-message-mml {
        /* message-mml */
        color: #00fa9a;
      }
      .org-message-separator {
        /* message-separator */
        color: #cc79a7;
        font-weight: bold;
      }
      .org-minibuffer-prompt {
        /* minibuffer-prompt */
        color: #54c1ff;
        font-weight: bold;
      }
      .org-mm-command-output {
        /* mm-command-output */
        color: #228b22;
      }
      .org-moccur {
        /* moccur-face */
        color: #000000;
        background-color: #d3d3d3;
        font-weight: bold;
      }
      .org-moccur-current-line {
        /* moccur-current-line-face */
        text-decoration: underline;
      }
      .org-mode-line {
        /* mode-line */
        color: #000000;
        background-color: #e5e5e5;
      }
      .org-mode-line-buffer-id {
        /* mode-line-buffer-id */
        font-weight: bold;
      }
      .org-mode-line-emphasis {
        /* mode-line-emphasis */
        font-weight: bold;
      }
      .org-mode-line-highlight {
      }
      .org-mode-line-inactive {
        /* mode-line-inactive */
        color: #000000;
        background-color: #b0b0b0;
      }
      .org-mouse {
      }
      .org-my-dired-face-file-dot-conf {
        /* my-dired-face-file-dot-conf */
        color: #7f7f7f;
      }
      .org-my-dired-face-file-edited-today {
        /* my-dired-face-file-edited-today */
        color: #adff2f;
      }
      .org-negation-char {
      }
      .org-next-error {
        /* next-error */
        background-color: #f8ec59;
      }
      .org-nobreak-space {
        /* nobreak-space */
        color: #f3a194;
        text-decoration: underline;
      }
      .org-nxml-attribute-colon {
      }
      .org-nxml-attribute-local-name {
        /* nxml-attribute-local-name */
        color: #e69f00;
        /*font-weight: bold;*/
      }
      .org-nxml-attribute-prefix {
        /* nxml-attribute-prefix */
        color: #54c1ff;
      }
      .org-nxml-attribute-value {
        /* nxml-attribute-value */
        color: #a6f7ca;
      }
      .org-nxml-attribute-value-delimiter {
        /* nxml-attribute-value-delimiter */
        color: #a6f7ca;
      }
      .org-nxml-cdata-section-cdata {
        /* nxml-cdata-section-CDATA */
        color: #54c1ff;
      }
      .org-nxml-cdata-section-content {
      }
      .org-nxml-cdata-section-delimiter {
      }
      .org-nxml-char-ref-delimiter {
        /* nxml-char-ref-delimiter */
        color: #f3a194;
        font-weight: bold;
      }
      .org-nxml-char-ref-number {
        /* nxml-char-ref-number */
        color: #f3a194;
        font-weight: bold;
      }
      .org-nxml-comment-content {
        /* nxml-comment-content */
        color: #1bdf57;
        font-style: italic;
      }
      .org-nxml-comment-delimiter {
        /* nxml-comment-delimiter */
        color: #1bdf57;
        font-style: italic;
      }
      .org-nxml-delimited-data {
        /* nxml-delimited-data */
        color: #a6f7ca;
      }
      .org-nxml-delimiter {
      }
      .org-nxml-element-colon {
      }
      .org-nxml-element-local-name {
        /* nxml-element-local-name */
        color: #f3a194;
      }
      .org-nxml-element-prefix {
        /* nxml-element-prefix */
        color: #54c1ff;
      }
      .org-nxml-entity-ref-delimiter {
        /* nxml-entity-ref-delimiter */
        color: #f3a194;
        font-weight: bold;
      }
      .org-nxml-entity-ref-name {
        /* nxml-entity-ref-name */
        color: #f3a194;
        font-weight: bold;
      }
      .org-nxml-glyph {
        /* nxml-glyph */
        color: #000000;
        background-color: #d3d3d3;
      }
      .org-nxml-hash {
        /* nxml-hash */
        color: #54c1ff;
      }
      .org-nxml-heading {
        /* nxml-heading */
        font-weight: bold;
      }
      .org-nxml-markup-declaration-delimiter {
      }
      .org-nxml-name {
        /* nxml-name */
        color: #54c1ff;
      }
      .org-nxml-namespace-attribute-colon {
      }
      .org-nxml-namespace-attribute-prefix {
        /* nxml-namespace-attribute-prefix */
        color: #e69f00;
        font-weight: bold;
      }
      .org-nxml-namespace-attribute-value {
        /* nxml-namespace-attribute-value */
        color: #a6f7ca;
      }
      .org-nxml-namespace-attribute-value-delimiter {
        /* nxml-namespace-attribute-value-delimiter */
        color: #a6f7ca;
      }
      .org-nxml-namespace-attribute-xmlns {
        /* nxml-namespace-attribute-xmlns */
        color: #54c1ff;
      }
      .org-nxml-outline-active-indicator {
      }
      .org-nxml-outline-ellipsis {
        /* nxml-outline-ellipsis */
        font-weight: bold;
      }
      .org-nxml-outline-indicator {
      }
      .org-nxml-processing-instruction-content {
        /* nxml-processing-instruction-content */
        color: #a6f7ca;
      }
      .org-nxml-processing-instruction-delimiter {
      }
      .org-nxml-processing-instruction-target {
        /* nxml-processing-instruction-target */
        color: #00abde;
      }
      .org-nxml-prolog-keyword {
        /* nxml-prolog-keyword */
        color: #04e0ff;
      }
      .org-nxml-prolog-literal-content {
        /* nxml-prolog-literal-content */
        color: #a6f7ca;
      }
      .org-nxml-prolog-literal-delimiter {
        /* nxml-prolog-literal-delimiter */
        color: #a6f7ca;
      }
      .org-nxml-ref {
        /* nxml-ref */
        color: #f3a194;
        font-weight: bold;
      }
      .org-nxml-tag-delimiter {
      }
      .org-nxml-tag-slash {
      }
      .org-nxml-text {
      }
      .org-org-agenda-calendar-event {
        /* org-agenda-calendar-event */
        color: #000000;
        background-color: #ffffff;
      }
      .org-org-agenda-calendar-sexp {
        /* org-agenda-calendar-sexp */
        color: #000000;
        background-color: #ffffff;
      }
      .org-org-agenda-clocking {
        /* org-agenda-clocking */
        background-color: #e5e5e5;
      }
      .org-org-agenda-column-dateline {
        /* org-agenda-column-dateline */
        background-color: #4d4d4d;
      }
      .org-org-agenda-current-time {
        /* org-agenda-current-time */
        color: #eedd82;
      }
      .org-org-agenda-date {
        /* org-agenda-date */
        color: #87cefa;
      }
      .org-org-agenda-date-today {
        /* org-agenda-date-today */
        color: #87cefa;
        font-weight: bold;
        font-style: italic;
      }
      .org-org-agenda-date-weekend {
        /* org-agenda-date-weekend */
        color: #ff69b4;
      }
      .org-org-agenda-diary {
        /* org-agenda-diary */
        color: #000000;
        background-color: #ffffff;
      }
      .org-org-agenda-dimmed-todo {
        /* org-agenda-dimmed-todo-face */
        color: #7f7f7f;
      }
      .org-org-agenda-done {
        /* org-agenda-done */
        color: #98fb98;
      }
      .org-org-agenda-filter-category {
        /* org-agenda-filter-category */
        color: #000000;
        background-color: #e5e5e5;
      }
      .org-org-agenda-filter-effort {
        /* org-agenda-filter-effort */
        color: #000000;
        background-color: #e5e5e5;
      }
      .org-org-agenda-filter-regexp {
        /* org-agenda-filter-regexp */
        color: #000000;
        background-color: #e5e5e5;
      }
      .org-org-agenda-filter-tags {
        /* org-agenda-filter-tags */
        color: #000000;
        background-color: #e5e5e5;
      }
      .org-org-agenda-restriction-lock {
        /* org-agenda-restriction-lock */
        background-color: #1C1C1C;
      }
      .org-org-agenda-structure {
        /* org-agenda-structure */
        color: #87cefa;
      }
      .org-org-archived {
        /* org-archived */
        color: #b3b3b3;
      }
      .org-org-block {
        /* org-block */
        color: #e0e0e0;
      }
      .org-org-block-begin-line {
        /* org-block-begin-line */
        color: #1bdf57;
      }
      .org-org-block-end-line {
        /* org-block-end-line */
        color: #1bdf57;
      }
      .org-org-checkbox {
        /* org-checkbox */
        font-weight: bold;
      }
      .org-org-checkbox-statistics-done {
        /* org-checkbox-statistics-done */
        color: #30d010;
        font-weight: bold;
      }
      .org-org-checkbox-statistics-todo {
        /* org-checkbox-statistics-todo */
        color: #ff3000;
        font-weight: bold;
      }
      .org-org-clock-overlay {
        /* org-clock-overlay */
        color: #ffffff;
        background-color: #4a708b;
      }
      .org-org-code {
        /* org-code */
        color: #c3c3c3;
      }
      .org-org-column {
        /* org-column */
        background-color: #4d4d4d;
      }
      .org-org-column-title {
        /* org-column-title */
        background-color: #4d4d4d;
        font-weight: bold;
        text-decoration: underline;
      }
      .org-org-date {
        /* org-date */
        color: #00bfff;
        text-decoration: underline;
      }
      .org-org-date-selected {
        /* org-date-selected */
        color: #ffc0cb;
      }
      .org-org-default {
        /* org-default */
        color: #000000;
        background-color: #ffffff;
      }
      .org-org-document-info {
        /* org-document-info */
        color: #28c;
      }
      .org-org-document-info-keyword {
        /* org-document-info-keyword */
        color: #1bdf57;
        font-style: italic;
      }
      .org-org-document-title {
        /* org-document-title */
        color: #28c;
        font-weight: bold;
      }
      .org-org-done {
        /* org-done */
        color: #30d010;
        font-weight: bold;
      }
      .org-org-drawer {
        /* org-drawer */
        color: #87cefa;
      }
      .org-org-ellipsis {
        /* org-ellipsis */
        color: #eedd82;
        text-decoration: underline;
      }
      .org-org-footnote {
        /* org-footnote */
        color: #00ffff;
        text-decoration: underline;
      }
      .org-org-formula {
        /* org-formula */
        color: #ff7f24;
      }
      .org-org-headline-done {
        /* org-headline-done */
        color: #ffa07a;
      }
      .org-org-hide {
        /* org-hide */
        color: #000000;
      }
      .org-org-indent {
        /* org-indent */
        color: #000000;
      }
      .org-org-latex-and-related {
        /* org-latex-and-related */
        color: #deb887;
      }
      .org-org-level-1 {
        /* org-level-1 */
        color: #aa8a00;
        font-weight: bold;
      }
      .org-org-level-2 {
        /* org-level-2 */
        color: #aa8a00;
      }
      .org-org-level-3 {
        /* org-level-3 */
        color: #aa8a00;
      }
      .org-org-level-4 {
        /* org-level-4 */
        color: #aa8a00;
      }
      .org-org-level-5 {
        /* org-level-5 */
        color: #aa8a00;
      }
      .org-org-level-6 {
        /* org-level-6 */
        color: #aa8a00;
      }
      .org-org-level-7 {
        /* org-level-7 */
        color: #aa8a00;
      }
      .org-org-level-8 {
        /* org-level-8 */
        color: #aa8a00;
      }
      .org-org-link {
        /* org-link */
        color: #58ade9;
        text-decoration: underline;
      }
      .org-org-list-dt {
        /* org-list-dt */
        font-weight: bold;
      }
      .org-org-macro {
        /* org-macro */
        color: #deb887;
      }
      .org-org-meta-line {
        /* org-meta-line */
        color: #1bdf57;
      }
      .org-org-mode-line-clock {
        /* org-mode-line-clock */
        color: #000000;
        background-color: #e5e5e5;
      }
      .org-org-mode-line-clock-overrun {
        /* org-mode-line-clock-overrun */
        color: #000000;
        background-color: #ff0000;
      }
      .org-org-priority {
        /* org-priority */
        color: #00abde;
      }
      .org-org-property-value {
      }
      .org-org-quote {
        /* org-quote */
        color: #b3b3b3;
      }
      .org-org-scheduled {
        /* org-scheduled */
        color: #98fb98;
      }
      .org-org-scheduled-previously {
        /* org-scheduled-previously */
        color: #ff7f24;
      }
      .org-org-scheduled-today {
        /* org-scheduled-today */
        color: #98fb98;
      }
      .org-org-sexp-date {
        /* org-sexp-date */
        color: #007070;
      }
      .org-org-special-keyword {
        /* org-special-keyword */
        color: #c0c0c0;
        font-size: 70%;
      }
      .org-org-table {
        /* org-table */
        color: #c7e0ff;
      }
      .org-org-tag {
        /* org-tag */
        font-weight: bold;
      }
      .org-org-tag-group {
        /* org-tag-group */
        font-weight: bold;
      }
      .org-org-target {
        /* org-target */
        text-decoration: underline;
      }
      .org-org-time-grid {
        /* org-time-grid */
        color: #eedd82;
      }
      .org-org-todo {
        /* org-todo */
        color: #ff3000;
        font-weight: bold;
      }
      .org-org-upcoming-deadline {
        /* org-upcoming-deadline */
        color: #ff7f24;
      }
      .org-org-verbatim {
        /* org-verbatim */
        color: #b3b3b3;
      }
      .org-org-verse {
        /* org-verse */
        color: #b3b3b3;
      }
      .org-org-warning {
        /* org-warning */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-outline-1 {
        /* outline-1 */
        color: #f3a194;
      }
      .org-outline-2 {
        /* outline-2 */
        color: #e69f00;
        font-weight: bold;
      }
      .org-outline-3 {
        /* outline-3 */
        color: #00abde;
      }
      .org-outline-4 {
        /* outline-4 */
        color: #1bdf57;
        font-style: italic;
      }
      .org-outline-5 {
        /* outline-5 */
        color: #54c1ff;
        font-weight: bold;
      }
      .org-outline-6 {
        /* outline-6 */
        color: #f3a194;
        font-weight: bold;
      }
      .org-outline-7 {
        /* outline-7 */
        color: #54c1ff;
      }
      .org-outline-8 {
        /* outline-8 */
        color: #a6f7ca;
      }
      .org-package-description {
        /* package-description */
        color: #000000;
        background-color: #ffffff;
      }
      .org-package-name {
        /* package-name */
        color: #00bfff;
        text-decoration: underline;
      }
      .org-package-status-avail-obso {
        /* package-status-avail-obso */
        color: #1bdf57;
        font-style: italic;
      }
      .org-package-status-available {
        /* package-status-available */
        color: #000000;
        background-color: #ffffff;
      }
      .org-package-status-built-in {
        /* package-status-built-in */
        color: #3fc1ff;
      }
      .org-package-status-dependency {
        /* package-status-dependency */
        color: #1bdf57;
        font-style: italic;
      }
      .org-package-status-disabled {
        /* package-status-disabled */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-package-status-external {
        /* package-status-external */
        color: #54c1ff;
      }
      .org-package-status-held {
        /* package-status-held */
        color: #f3a194;
        font-weight: bold;
      }
      .org-package-status-incompat {
        /* package-status-incompat */
        color: #1bdf57;
        font-style: italic;
      }
      .org-package-status-installed {
        /* package-status-installed */
        color: #1bdf57;
        font-style: italic;
      }
      .org-package-status-unsigned {
        /* package-status-unsigned */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-preprocessor {
        /* font-lock-preprocessor-face */
        color: #54c1ff;
      }
      .org-query-replace {
        /* query-replace */
        color: #ffffff;
        background-color: #d55e00;
      }
      .org-rectangle-preview {
        /* rectangle-preview */
        background-color: #f8ec59;
      }
      .org-regexp-grouping-backslash {
        /* font-lock-regexp-grouping-backslash */
        font-weight: bold;
      }
      .org-regexp-grouping-construct {
        /* font-lock-regexp-grouping-construct */
        font-weight: bold;
      }
      .org-region {
        /* region */
        background-color: #f8ec59;
      }
      .org-rng-error {
        /* rng-error */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-scroll-bar {
        /* scroll-bar */
        color: #c8c8c8;
      }
      .org-search-buffers {
        /* search-buffers-face */
        color: #000000;
        background-color: #87ceeb;
        font-weight: bold;
      }
      .org-search-buffers-header {
        /* search-buffers-header-face */
        color: #c1cdcd;
        background-color: #333333;
        font-weight: bold;
      }
      .org-secondary-selection {
        /* secondary-selection */
        background-color: #e5e5e5;
      }
      .org-sgml-comment {
        /* sgml-comment-face */
        color: #00ff00;
      }
      .org-sgml-doctype {
        /* sgml-doctype-face */
        color: #1874cd;
      }
      .org-sgml-end-tag {
        /* sgml-end-tag-face */
        color: #87ceff;
      }
      .org-sgml-namespace {
        /* sgml-namespace */
        color: #54c1ff;
      }
      .org-sgml-start-tag {
        /* sgml-start-tag-face */
        color: #87ceff;
      }
      .org-sh-escaped-newline {
        /* sh-escaped-newline */
        color: #a6f7ca;
      }
      .org-sh-heredoc {
        /* sh-heredoc */
        color: #ffff00;
        font-weight: bold;
      }
      .org-sh-quoted-exec {
        /* sh-quoted-exec */
        color: #fa8072;
      }
      .org-shadow {
        /* shadow */
        color: #b3b3b3;
      }
      .org-show-paren-match {
        /* show-paren-match */
        background-color: #4f94cd;
      }
      .org-show-paren-mismatch {
        /* show-paren-mismatch */
        color: #ffffff;
        background-color: #a020f0;
      }
      .org-smerge-base {
        /* smerge-base */
        background-color: #888833;
      }
      .org-smerge-markers {
        /* smerge-markers */
        background-color: #4d4d4d;
      }
      .org-smerge-mine {
        /* smerge-mine */
        background-color: #553333;
      }
      .org-smerge-other {
        /* smerge-other */
        background-color: #335533;
      }
      .org-smerge-refined-added {
        /* smerge-refined-added */
        background-color: #22aa22;
      }
      .org-smerge-refined-changed {
      }
      .org-smerge-refined-removed {
        /* smerge-refined-removed */
        background-color: #aa2222;
      }
      .org-speedbar-button {
        /* speedbar-button-face */
        color: #00cd00;
      }
      .org-speedbar-directory {
        /* speedbar-directory-face */
        color: #add8e6;
      }
      .org-speedbar-file {
        /* speedbar-file-face */
        color: #00ffff;
      }
      .org-speedbar-highlight {
        /* speedbar-highlight-face */
        background-color: #2e8b57;
      }
      .org-speedbar-selected {
        /* speedbar-selected-face */
        color: #ff0000;
        text-decoration: underline;
      }
      .org-speedbar-separator {
        /* speedbar-separator-face */
        color: #ffffff;
        background-color: #0000ff;
        text-decoration: overline;
      }
      .org-speedbar-tag {
        /* speedbar-tag-face */
        color: #ffff00;
      }
      .org-string {
        /* font-lock-string-face */
        color: #a6f7ca;
      }
      .org-success {
        /* success */
        color: #1bdf57;
      }
      .org-table-cell {
        /* table-cell */
        color: #e5e5e5;
        background-color: #0000ff;
      }
      .org-tool-bar {
        /* tool-bar */
        color: #000000;
        background-color: #f0f0f0;
      }
      .org-tooltip {
        /* tooltip */
        color: #000000;
        background-color: #ffffe1;
      }
      .org-trailing-whitespace {
        /* trailing-whitespace */
        background-color: #d55e00;
      }
      .org-tty-menu-disabled {
        /* tty-menu-disabled-face */
        color: #d3d3d3;
        background-color: #0000ff;
      }
      .org-tty-menu-enabled {
        /* tty-menu-enabled-face */
        color: #ffff00;
        background-color: #0000ff;
        font-weight: bold;
      }
      .org-tty-menu-selected {
        /* tty-menu-selected-face */
        background-color: #ff0000;
      }
      .org-type {
        /* font-lock-type-face */
        color: #54c1ff;
        /*font-weight: bold;*/
      }
      .org-underline {
        /* underline */
        text-decoration: underline;
      }
      .org-variable-name {
        /* font-lock-variable-name-face */
        color: #e69f00;
        /*font-weight: bold;*/
      }
      .org-variable-pitch {
      }
      .org-vc-conflict-state {
      }
      .org-vc-edited-state {
      }
      .org-vc-locally-added-state {
      }
      .org-vc-locked-state {
      }
      .org-vc-missing-state {
      }
      .org-vc-needs-update-state {
      }
      .org-vc-removed-state {
      }
      .org-vc-state-base {
      }
      .org-vc-up-to-date-state {
      }
      .org-vertical-border {
      }
      .org-warning {
        /* warning */
        color: #e69f00;
      }
      .org-warning-1 {
        /* font-lock-warning-face */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-web-mode-block {
        /* web-mode-block-face */
        background-color: #000000;
      }
      .org-web-mode-block-attr-name {
        /* web-mode-block-attr-name-face */
        color: #8fbc8f;
      }
      .org-web-mode-block-attr-value {
        /* web-mode-block-attr-value-face */
        color: #5f9ea0;
      }
      .org-web-mode-block-comment {
        /* web-mode-block-comment-face */
        color: #1bdf57;
        font-style: italic;
      }
      .org-web-mode-block-control {
        /* web-mode-block-control-face */
        color: #54c1ff;
      }
      .org-web-mode-block-delimiter {
        /* web-mode-block-delimiter-face */
        color: #54c1ff;
      }
      .org-web-mode-block-string {
        /* web-mode-block-string-face */
        color: #a6f7ca;
      }
      .org-web-mode-bold {
        /* web-mode-bold-face */
        font-weight: bold;
      }
      .org-web-mode-builtin {
        /* web-mode-builtin-face */
        color: #54c1ff;
      }
      .org-web-mode-comment {
        /* web-mode-comment-face */
        color: #1bdf57;
        font-style: italic;
      }
      .org-web-mode-comment-keyword {
        /* web-mode-comment-keyword-face */
        font-weight: bold;
      }
      .org-web-mode-constant {
        /* web-mode-constant-face */
        color: #f3a194;
        font-weight: bold;
      }
      .org-web-mode-css-at-rule {
        /* web-mode-css-at-rule-face */
        color: #f3a194;
        font-weight: bold;
      }
      .org-web-mode-css-color {
        /* web-mode-css-color-face */
        color: #54c1ff;
      }
      .org-web-mode-css-comment {
        /* web-mode-css-comment-face */
        color: #1bdf57;
        font-style: italic;
      }
      .org-web-mode-css-function {
        /* web-mode-css-function-face */
        color: #54c1ff;
      }
      .org-web-mode-css-priority {
        /* web-mode-css-priority-face */
        color: #54c1ff;
      }
      .org-web-mode-css-property-name {
        /* web-mode-css-property-name-face */
        color: #e69f00;
        font-weight: bold;
      }
      .org-web-mode-css-pseudo-class {
        /* web-mode-css-pseudo-class-face */
        color: #54c1ff;
      }
      .org-web-mode-css-selector {
        /* web-mode-css-selector-face */
        color: #00abde;
      }
      .org-web-mode-css-string {
        /* web-mode-css-string-face */
        color: #a6f7ca;
      }
      .org-web-mode-css-variable {
        /* web-mode-css-variable-face */
        color: #e69f00;
        font-weight: bold;
        font-style: italic;
      }
      .org-web-mode-current-column-highlight {
        /* web-mode-current-column-highlight-face */
        background-color: #3e3c36;
      }
      .org-web-mode-current-element-highlight {
        /* web-mode-current-element-highlight-face */
        color: #ffffff;
        background-color: #000000;
      }
      .org-web-mode-doctype {
        /* web-mode-doctype-face */
        color: #bebebe;
      }
      .org-web-mode-error {
        /* web-mode-error-face */
        background-color: #ff0000;
      }
      .org-web-mode-filter {
        /* web-mode-filter-face */
        color: #f3a194;
      }
      .org-web-mode-folded {
        /* web-mode-folded-face */
        text-decoration: underline;
      }
      .org-web-mode-function-call {
        /* web-mode-function-call-face */
        color: #f3a194;
      }
      .org-web-mode-function-name {
        /* web-mode-function-name-face */
        color: #f3a194;
      }
      .org-web-mode-html-attr-custom {
        /* web-mode-html-attr-custom-face */
        color: #cdc9c9;
      }
      .org-web-mode-html-attr-engine {
        /* web-mode-html-attr-engine-face */
        color: #54c1ff;
      }
      .org-web-mode-html-attr-equal {
        /* web-mode-html-attr-equal-face */
        color: #cdc9c9;
      }
      .org-web-mode-html-attr-name {
        /* web-mode-html-attr-name-face */
        color: #cdc9c9;
      }
      .org-web-mode-html-attr-value {
        /* web-mode-html-attr-value-face */
        color: #a6f7ca;
      }
      .org-web-mode-html-entity {
        /* web-mode-html-entity-face */
        font-style: italic;
      }
      .org-web-mode-html-tag {
        /* web-mode-html-tag-face */
        color: #8b8989;
      }
      .org-web-mode-html-tag-bracket {
        /* web-mode-html-tag-bracket-face */
        color: #cdc9c9;
      }
      .org-web-mode-html-tag-custom {
        /* web-mode-html-tag-custom-face */
        color: #8b8989;
      }
      .org-web-mode-html-tag-namespaced {
        /* web-mode-html-tag-namespaced-face */
        color: #54c1ff;
      }
      .org-web-mode-inlay {
        /* web-mode-inlay-face */
        background-color: #000000;
      }
      .org-web-mode-italic {
        /* web-mode-italic-face */
        font-style: italic;
      }
      .org-web-mode-javascript-comment {
        /* web-mode-javascript-comment-face */
        color: #1bdf57;
        font-style: italic;
      }
      .org-web-mode-javascript-string {
        /* web-mode-javascript-string-face */
        color: #a6f7ca;
      }
      .org-web-mode-json-comment {
        /* web-mode-json-comment-face */
        color: #1bdf57;
        font-style: italic;
      }
      .org-web-mode-json-context {
        /* web-mode-json-context-face */
        color: #cd69c9;
      }
      .org-web-mode-json-key {
        /* web-mode-json-key-face */
        color: #dda0dd;
      }
      .org-web-mode-json-string {
        /* web-mode-json-string-face */
        color: #a6f7ca;
      }
      .org-web-mode-jsx-depth-1 {
        /* web-mode-jsx-depth-1-face */
        background-color: #333333;
      }
      .org-web-mode-jsx-depth-2 {
        /* web-mode-jsx-depth-2-face */
        background-color: #222222;
      }
      .org-web-mode-jsx-depth-3 {
        /* web-mode-jsx-depth-3-face */
        background-color: #111111;
      }
      .org-web-mode-jsx-depth-4 {
        /* web-mode-jsx-depth-4-face */
        background-color: #000000;
      }
      .org-web-mode-keyword {
        /* web-mode-keyword-face */
        color: #04e0ff;
      }
      .org-web-mode-param-name {
        /* web-mode-param-name-face */
        color: #cdc9c9;
      }
      .org-web-mode-part {
        /* web-mode-part-face */
        background-color: #000000;
      }
      .org-web-mode-part-comment {
        /* web-mode-part-comment-face */
        color: #1bdf57;
        font-style: italic;
      }
      .org-web-mode-part-string {
        /* web-mode-part-string-face */
        color: #a6f7ca;
      }
      .org-web-mode-preprocessor {
        /* web-mode-preprocessor-face */
        color: #54c1ff;
      }
      .org-web-mode-script {
        /* web-mode-script-face */
        background-color: #000000;
      }
      .org-web-mode-sql-keyword {
        /* web-mode-sql-keyword-face */
        font-weight: bold;
        font-style: italic;
      }
      .org-web-mode-string {
        /* web-mode-string-face */
        color: #a6f7ca;
      }
      .org-web-mode-style {
        /* web-mode-style-face */
        background-color: #000000;
      }
      .org-web-mode-symbol {
        /* web-mode-symbol-face */
        color: #eeb422;
      }
      .org-web-mode-type {
        /* web-mode-type-face */
        color: #54c1ff;
        font-weight: bold;
      }
      .org-web-mode-underline {
        /* web-mode-underline-face */
        text-decoration: underline;
      }
      .org-web-mode-variable-name {
        /* web-mode-variable-name-face */
        color: #e69f00;
        font-weight: bold;
      }
      .org-web-mode-warning {
        /* web-mode-warning-face */
        color: #f3a194;
        font-weight: bold;
        font-style: italic;
      }
      .org-web-mode-whitespace {
        /* web-mode-whitespace-face */
        background-color: #68228b;
      }
      .org-whitespace-big-indent {
        /* whitespace-big-indent */
        color: #b22222;
        background-color: #ff0000;
      }
      .org-whitespace-empty {
        /* whitespace-empty */
        color: #b22222;
        background-color: #ffff00;
      }
      .org-whitespace-hspace {
        /* whitespace-hspace */
        color: #a9a9a9;
        background-color: #3d3d3d;
      }
      .org-whitespace-indentation {
        /* whitespace-indentation */
        color: #b22222;
        background-color: #ffff00;
      }
      .org-whitespace-line {
        /* whitespace-line */
        color: #ee82ee;
        background-color: #333333;
      }
      .org-whitespace-newline {
        /* whitespace-newline */
        color: #a9a9a9;
      }
      .org-whitespace-space {
        /* whitespace-space */
        color: #8b636c;
      }
      .org-whitespace-space-after-tab {
        /* whitespace-space-after-tab */
        color: #b22222;
        background-color: #ffff00;
      }
      .org-whitespace-space-before-tab {
        /* whitespace-space-before-tab */
        color: #b22222;
        background-color: #ff8c00;
      }
      .org-whitespace-tab {
        /* whitespace-tab */
        color: #4d4d4d;
        text-decoration: line-through;
      }
      .org-whitespace-trailing {
        /* whitespace-trailing */
        color: #8b636c;
        font-weight: bold;
        text-decoration: underline;
      }
      .org-widget-button {
        /* widget-button */
        font-weight: bold;
      }
      .org-widget-button-pressed {
        /* widget-button-pressed */
        color: #ff0000;
      }
      .org-widget-documentation {
        /* widget-documentation */
        color: #32cd32;
      }
      .org-widget-field {
        /* widget-field */
        background-color: #696969;
      }
      .org-widget-inactive {
        /* widget-inactive */
        color: #b3b3b3;
      }
      .org-widget-single-line-field {
        /* widget-single-line-field */
        background-color: #696969;
      }
      .org-window-divider {
        /* window-divider */
        color: #999999;
      }
      .org-window-divider-first-pixel {
        /* window-divider-first-pixel */
        color: #cccccc;
      }
      .org-window-divider-last-pixel {
        /* window-divider-last-pixel */
        color: #666666;
      }
