]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/commitdiff
Update color scheme for org exports to fix R code blocks.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Tue, 18 Mar 2025 14:58:08 +0000 (22:58 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Tue, 18 Mar 2025 14:58:08 +0000 (22:58 +0800)
Issue: R code blocks not htmlized.

* Use output from org-html-htmlize-generate-css as basis.
* Add background color manually.
* Re-process recent posts with R code to verify.

source/assets/styles/org-htmlize.css
source/posts/Red_Rooster_line.org
source/posts/explore-AU-road-fatalities.org
source/posts/obtaining_SLIP_data_using_R.org

index 2884c65c6e510ff2b3609884b574b5be254d2c4c..12d8bf161b2195c1847c1bd6a545ca4df54604fd 100644 (file)
 <style type="text/css">
-/* Set the colors in <pre> blocks from the Leuven theme
- */
-
-blockquote {}
-blockquote {
-  margin-left: 10px;
-  padding-left: 5px;
-  border-left: 3px solid #ccc;
+    <!--
+      body {
+        color: #000000;
+        background-color: #ffffff;
 }
+pre.src { background-color: #f2f2f2;}
+      .org-abbrev-table-name {
+        /* abbrev-table-name */
+        font-weight: bold;
+      }
+      .org-ansi-color-black {
+        /* ansi-color-black */
+        color: #000000;
+        background-color: #000000;
+      }
+      .org-ansi-color-blue {
+        /* ansi-color-blue */
+        color: #0031a9;
+        background-color: #0031a9;
+      }
+      .org-ansi-color-bold {
+        /* ansi-color-bold */
+        font-weight: bold;
+      }
+      .org-ansi-color-bright-black {
+        /* ansi-color-bright-black */
+        color: #595959;
+        background-color: #595959;
+      }
+      .org-ansi-color-bright-blue {
+        /* ansi-color-bright-blue */
+        color: #3548cf;
+        background-color: #3548cf;
+      }
+      .org-ansi-color-bright-cyan {
+        /* ansi-color-bright-cyan */
+        color: #005f5f;
+        background-color: #005f5f;
+      }
+      .org-ansi-color-bright-green {
+        /* ansi-color-bright-green */
+        color: #00663f;
+        background-color: #00663f;
+      }
+      .org-ansi-color-bright-magenta {
+        /* ansi-color-bright-magenta */
+        color: #531ab6;
+        background-color: #531ab6;
+      }
+      .org-ansi-color-bright-red {
+        /* ansi-color-bright-red */
+        color: #972500;
+        background-color: #972500;
+      }
+      .org-ansi-color-bright-white {
+        /* ansi-color-bright-white */
+        color: #ffffff;
+        background-color: #ffffff;
+      }
+      .org-ansi-color-bright-yellow {
+        /* ansi-color-bright-yellow */
+        color: #884900;
+        background-color: #884900;
+      }
+      .org-ansi-color-cyan {
+        /* ansi-color-cyan */
+        color: #005e8b;
+        background-color: #005e8b;
+      }
+      .org-ansi-color-faint {
+      }
+      .org-ansi-color-fast-blink {
+      }
+      .org-ansi-color-green {
+        /* ansi-color-green */
+        color: #006800;
+        background-color: #006800;
+      }
+      .org-ansi-color-inverse {
+      }
+      .org-ansi-color-italic {
+        /* ansi-color-italic */
+        font-style: italic;
+      }
+      .org-ansi-color-magenta {
+        /* ansi-color-magenta */
+        color: #721045;
+        background-color: #721045;
+      }
+      .org-ansi-color-red {
+        /* ansi-color-red */
+        color: #a60000;
+        background-color: #a60000;
+      }
+      .org-ansi-color-slow-blink {
+      }
+      .org-ansi-color-underline {
+        /* ansi-color-underline */
+        text-decoration: underline;
+      }
+      .org-ansi-color-white {
+        /* ansi-color-white */
+        color: #a6a6a6;
+        background-color: #a6a6a6;
+      }
+      .org-ansi-color-yellow {
+        /* ansi-color-yellow */
+        color: #6f5500;
+        background-color: #6f5500;
+      }
+      .org-blink-matching-paren-offscreen {
+        /* blink-matching-paren-offscreen */
+        background-color: #5fcfff;
+      }
+      .org-bold {
+        /* bold */
+        font-weight: bold;
+      }
+      .org-bookmark {
+        /* bookmark-face */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-bookmark-menu-bookmark {
+        /* bookmark-menu-bookmark */
+        font-weight: bold;
+      }
+      .org-border {
+      }
+      .org-bracket {
+        /* font-lock-bracket-face */
+        color: #000000;
+      }
+      .org-browse-url-button {
+        /* browse-url-button */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-buffer-menu-buffer {
+        /* buffer-menu-buffer */
+        font-weight: bold;
+      }
+      .org-builtin {
+        /* font-lock-builtin-face */
+        color: #8f0075;
+      }
+      .org-button {
+        /* button */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-c-annotation {
+        /* c-annotation-face */
+        color: #0000b0;
+      }
+      .org-calendar-month-header {
+        /* calendar-month-header */
+        font-weight: bold;
+      }
+      .org-calendar-today {
+        /* calendar-today */
+        font-weight: bold;
+        text-decoration: underline;
+      }
+      .org-calendar-weekday-header {
+        /* calendar-weekday-header */
+        color: #005e8b;
+      }
+      .org-calendar-weekend-header {
+        /* calendar-weekend-header */
+        color: #721045;
+      }
+      .org-change-log-acknowledgment {
+        /* change-log-acknowledgment */
+        color: #7a4f2f;
+      }
+      .org-change-log-conditionals {
+        /* change-log-conditionals */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-change-log-date {
+        /* change-log-date */
+        color: #005e8b;
+      }
+      .org-change-log-email {
+        /* change-log-email */
+        color: #193668;
+      }
+      .org-change-log-file {
+        /* change-log-file */
+        font-weight: bold;
+      }
+      .org-change-log-function {
+        /* change-log-function */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-change-log-list {
+        /* change-log-list */
+        font-weight: bold;
+      }
+      .org-change-log-name {
+        /* change-log-name */
+        color: #721045;
+      }
+      .org-child-frame-border {
+        /* child-frame-border */
+        background-color: #9f9f9f;
+      }
+      .org-comint-highlight-input {
+        /* comint-highlight-input */
+        font-weight: bold;
+      }
+      .org-comint-highlight-prompt {
+        /* comint-highlight-prompt */
+        color: #005f5f;
+      }
+      .org-comment {
+        /* font-lock-comment-face */
+        color: #595959;
+      }
+      .org-comment-delimiter {
+        /* font-lock-comment-delimiter-face */
+        color: #595959;
+      }
+      .org-compilation-column-number {
+        /* compilation-column-number */
+        color: #595959;
+      }
+      .org-compilation-error {
+        /* compilation-error */
+        color: #a60000;
+      }
+      .org-compilation-info {
+        /* compilation-info */
+        color: #005f5f;
+      }
+      .org-compilation-line-number {
+        /* compilation-line-number */
+        color: #595959;
+      }
+      .org-compilation-mode-line-exit {
+        /* compilation-mode-line-exit */
+        font-weight: bold;
+      }
+      .org-compilation-mode-line-fail {
+        /* compilation-mode-line-fail */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-compilation-mode-line-run {
+        /* compilation-mode-line-run */
+        color: #5f0070;
+        font-weight: bold;
+      }
+      .org-compilation-warning {
+        /* compilation-warning */
+        color: #884900;
+      }
+      .org-completions-annotations {
+        /* completions-annotations */
+        color: #2a5045;
+      }
+      .org-completions-common-part {
+        /* completions-common-part */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-completions-first-difference {
+        /* completions-first-difference */
+        color: #8f0075;
+        font-weight: bold;
+      }
+      .org-completions-group-separator {
+        /* completions-group-separator */
+        color: #595959;
+        text-decoration: line-through;
+      }
+      .org-completions-group-title {
+        /* completions-group-title */
+        color: #595959;
+        font-style: italic;
+      }
+      .org-completions-highlight {
+        /* completions-highlight */
+        background-color: #c0deff;
+        font-weight: bold;
+      }
+      .org-confusingly-reordered {
+        /* confusingly-reordered */
+        text-decoration: underline;
+      }
+      .org-constant {
+        /* font-lock-constant-face */
+        color: #0000b0;
+      }
+      .org-consult-async-failed {
+        /* consult-async-failed */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-consult-async-finished {
+        /* consult-async-finished */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-consult-async-running {
+        /* consult-async-running */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-consult-async-split {
+        /* consult-async-split */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-consult-bookmark {
+        /* consult-bookmark */
+        color: #0000b0;
+      }
+      .org-consult-buffer {
+      }
+      .org-consult-denote-buffer {
+        /* consult-denote-buffer */
+        color: #3548cf;
+      }
+      .org-consult-denote-directory {
+        /* consult-denote-directory */
+        color: #0000b0;
+      }
+      .org-consult-file {
+        /* consult-file */
+        color: #005f5f;
+      }
+      .org-consult-grep-context {
+        /* consult-grep-context */
+        color: #595959;
+      }
+      .org-consult-help {
+        /* consult-help */
+        color: #595959;
+      }
+      .org-consult-highlight-mark {
+        /* consult-highlight-mark */
+        color: #000000;
+        background-color: #ffddff;
+      }
+      .org-consult-highlight-match {
+        /* consult-highlight-match */
+        color: #000000;
+        background-color: #ffddff;
+      }
+      .org-consult-key {
+        /* consult-key */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-consult-line-number {
+        /* consult-line-number */
+        color: #595959;
+      }
+      .org-consult-line-number-prefix {
+        /* consult-line-number-prefix */
+        color: #595959;
+      }
+      .org-consult-line-number-wrapped {
+        /* consult-line-number-wrapped */
+        color: #884900;
+      }
+      .org-consult-narrow-indicator {
+        /* consult-narrow-indicator */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-consult-preview-insertion {
+        /* consult-preview-insertion */
+        background-color: #f2f2f2;
+      }
+      .org-consult-preview-line {
+        /* consult-preview-line */
+        background-color: #f2f2f2;
+      }
+      .org-consult-preview-match {
+        /* consult-preview-match */
+        color: #000000;
+        background-color: #f3d000;
+      }
+      .org-consult-separator {
+        /* consult-separator */
+        color: #ccc;
+      }
+      .org-corfu--bar {
+        /* corfu-bar */
+        color: #989898;
+      }
+      .org-corfu-annotations {
+        /* corfu-annotations */
+        color: #2a5045;
+      }
+      .org-corfu-bar {
+        /* corfu-bar */
+        background-color: #595959;
+      }
+      .org-corfu-border {
+        /* corfu-border */
+        background-color: #c4c4c4;
+      }
+      .org-corfu-current {
+        /* corfu-current */
+        background-color: #c0deff;
+        font-weight: bold;
+      }
+      .org-corfu-default {
+        /* corfu-default */
+        background-color: #f2f2f2;
+      }
+      .org-corfu-deprecated {
+        /* corfu-deprecated */
+        color: #595959;
+        text-decoration: line-through;
+      }
+      .org-css-property {
+        /* css-property */
+        color: #531ab6;
+      }
+      .org-css-selector {
+        /* css-selector */
+        color: #721045;
+      }
+      .org-cursor {
+        /* cursor */
+        background-color: #000000;
+      }
+      .org-default {
+        /* default */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-delimiter {
+        /* font-lock-delimiter-face */
+        color: #000000;
+      }
+      .org-denote-faces-date {
+        /* denote-faces-date */
+        color: #005e8b;
+      }
+      .org-denote-faces-day {
+        /* denote-faces-day */
+        color: #005e8b;
+      }
+      .org-denote-faces-delimiter {
+        /* denote-faces-delimiter */
+        color: #595959;
+      }
+      .org-denote-faces-extension {
+        /* denote-faces-extension */
+        color: #595959;
+      }
+      .org-denote-faces-hour {
+        /* denote-faces-hour */
+        color: #005e8b;
+      }
+      .org-denote-faces-keywords {
+        /* denote-faces-keywords */
+        color: #531ab6;
+      }
+      .org-denote-faces-link {
+        /* denote-faces-link */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-denote-faces-minute {
+        /* denote-faces-minute */
+        color: #005e8b;
+      }
+      .org-denote-faces-month {
+        /* denote-faces-month */
+        color: #005e8b;
+      }
+      .org-denote-faces-prompt-current-name {
+        /* denote-faces-prompt-current-name */
+        color: #655000;
+      }
+      .org-denote-faces-prompt-new-name {
+        /* denote-faces-prompt-new-name */
+        color: #006700;
+      }
+      .org-denote-faces-prompt-old-name {
+        /* denote-faces-prompt-old-name */
+        color: #aa2222;
+      }
+      .org-denote-faces-second {
+        /* denote-faces-second */
+        color: #005e8b;
+      }
+      .org-denote-faces-signature {
+        /* denote-faces-signature */
+        color: #3548cf;
+      }
+      .org-denote-faces-subdirectory {
+        /* denote-faces-subdirectory */
+        color: #193668;
+      }
+      .org-denote-faces-time {
+        /* denote-faces-time */
+        color: #005e8b;
+      }
+      .org-denote-faces-time-delimiter {
+        /* denote-faces-time-delimiter */
+        color: #595959;
+      }
+      .org-denote-faces-title {
+      }
+      .org-denote-faces-year {
+        /* denote-faces-year */
+        color: #005e8b;
+      }
+      .org-diary {
+        /* diary */
+        color: #005e8b;
+      }
+      .org-diary-anniversary {
+        /* diary-anniversary */
+        color: #a60000;
+      }
+      .org-diary-button {
+      }
+      .org-diary-time {
+        /* diary-time */
+        color: #005e8b;
+      }
+      .org-diff-added {
+        /* diff-added */
+        color: #005000;
+        background-color: #c1f2d1;
+      }
+      .org-diff-changed {
+        /* diff-changed */
+        color: #553d00;
+        background-color: #ffdfa9;
+      }
+      .org-diff-changed-unspecified {
+        /* diff-changed-unspecified */
+        color: #553d00;
+        background-color: #ffdfa9;
+      }
+      .org-diff-context {
+      }
+      .org-diff-error {
+        /* diff-error */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-diff-file-header {
+        /* diff-file-header */
+        font-weight: bold;
+      }
+      .org-diff-function {
+        /* diff-function */
+        background-color: #e0e0e0;
+      }
+      .org-diff-header {
+      }
+      .org-diff-hunk-header {
+        /* diff-hunk-header */
+        background-color: #e0e0e0;
+        font-weight: bold;
+      }
+      .org-diff-index {
+        /* diff-index */
+        font-style: italic;
+      }
+      .org-diff-indicator-added {
+        /* diff-indicator-added */
+        color: #006700;
+        background-color: #c1f2d1;
+      }
+      .org-diff-indicator-changed {
+        /* diff-indicator-changed */
+        color: #655000;
+        background-color: #ffdfa9;
+      }
+      .org-diff-indicator-removed {
+        /* diff-indicator-removed */
+        color: #aa2222;
+        background-color: #ffd8d5;
+      }
+      .org-diff-nonexistent {
+        /* diff-nonexistent */
+        font-weight: bold;
+      }
+      .org-diff-refine-added {
+        /* diff-refine-added */
+        color: #005000;
+        background-color: #aee5be;
+      }
+      .org-diff-refine-changed {
+        /* diff-refine-changed */
+        color: #553d00;
+        background-color: #fac090;
+      }
+      .org-diff-refine-removed {
+        /* diff-refine-removed */
+        color: #8f1313;
+        background-color: #f3b5af;
+      }
+      .org-diff-removed {
+        /* diff-removed */
+        color: #8f1313;
+        background-color: #ffd8d5;
+      }
+      .org-dired-broken-symlink {
+        /* dired-broken-symlink */
+        color: #a60000;
+        text-decoration: underline;
+      }
+      .org-dired-directory {
+        /* dired-directory */
+        color: #0031a9;
+      }
+      .org-dired-flagged {
+        /* dired-flagged */
+        color: #a60000;
+        background-color: #ffcfbf;
+        font-weight: bold;
+      }
+      .org-dired-header {
+        /* dired-header */
+        font-weight: bold;
+      }
+      .org-dired-ignored {
+        /* dired-ignored */
+        color: #595959;
+      }
+      .org-dired-mark {
+        /* dired-mark */
+        font-weight: bold;
+      }
+      .org-dired-marked {
+        /* dired-marked */
+        color: #005e8b;
+        background-color: #bfefff;
+        font-weight: bold;
+      }
+      .org-dired-perm-write {
+        /* dired-perm-write */
+        color: #595959;
+      }
+      .org-dired-set-id {
+        /* dired-set-id */
+        color: #884900;
+      }
+      .org-dired-special {
+        /* dired-special */
+        color: #005e8b;
+      }
+      .org-dired-symlink {
+        /* dired-symlink */
+        color: #005e8b;
+        text-decoration: underline;
+      }
+      .org-dired-warning {
+        /* dired-warning */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-display-time-date-and-time {
+      }
+      .org-doc {
+        /* font-lock-doc-face */
+        color: #2a5045;
+      }
+      .org-doc-markup {
+        /* font-lock-doc-markup-face */
+        color: #7c318f;
+      }
+      .org-doc-view-svg {
+        /* doc-view-svg-face */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-eat-shell-prompt-annotation-failure {
+        /* eat-shell-prompt-annotation-failure */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-eat-shell-prompt-annotation-running {
+        /* eat-shell-prompt-annotation-running */
+        color: #005f5f;
+      }
+      .org-eat-shell-prompt-annotation-success {
+        /* eat-shell-prompt-annotation-success */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-eat-term-bold {
+        /* eat-term-bold */
+        font-weight: bold;
+      }
+      .org-eat-term-color-0 {
+        /* eat-term-color-0 */
+        color: #000000;
+        background-color: #000000;
+      }
+      .org-eat-term-color-1 {
+        /* eat-term-color-1 */
+        color: #a60000;
+        background-color: #a60000;
+      }
+      .org-eat-term-color-10 {
+        /* eat-term-color-10 */
+        color: #00663f;
+        background-color: #00663f;
+      }
+      .org-eat-term-color-100 {
+        /* eat-term-color-100 */
+        color: #878700;
+        background-color: #878700;
+      }
+      .org-eat-term-color-101 {
+        /* eat-term-color-101 */
+        color: #87875F;
+        background-color: #87875F;
+      }
+      .org-eat-term-color-102 {
+        /* eat-term-color-102 */
+        color: #878787;
+        background-color: #878787;
+      }
+      .org-eat-term-color-103 {
+        /* eat-term-color-103 */
+        color: #8787AF;
+        background-color: #8787AF;
+      }
+      .org-eat-term-color-104 {
+        /* eat-term-color-104 */
+        color: #8787D7;
+        background-color: #8787D7;
+      }
+      .org-eat-term-color-105 {
+        /* eat-term-color-105 */
+        color: #8787FF;
+        background-color: #8787FF;
+      }
+      .org-eat-term-color-106 {
+        /* eat-term-color-106 */
+        color: #87AF00;
+        background-color: #87AF00;
+      }
+      .org-eat-term-color-107 {
+        /* eat-term-color-107 */
+        color: #87AF5F;
+        background-color: #87AF5F;
+      }
+      .org-eat-term-color-108 {
+        /* eat-term-color-108 */
+        color: #87AF87;
+        background-color: #87AF87;
+      }
+      .org-eat-term-color-109 {
+        /* eat-term-color-109 */
+        color: #87AFAF;
+        background-color: #87AFAF;
+      }
+      .org-eat-term-color-11 {
+        /* eat-term-color-11 */
+        color: #884900;
+        background-color: #884900;
+      }
+      .org-eat-term-color-110 {
+        /* eat-term-color-110 */
+        color: #87AFD7;
+        background-color: #87AFD7;
+      }
+      .org-eat-term-color-111 {
+        /* eat-term-color-111 */
+        color: #87AFFF;
+        background-color: #87AFFF;
+      }
+      .org-eat-term-color-112 {
+        /* eat-term-color-112 */
+        color: #87D700;
+        background-color: #87D700;
+      }
+      .org-eat-term-color-113 {
+        /* eat-term-color-113 */
+        color: #87D75F;
+        background-color: #87D75F;
+      }
+      .org-eat-term-color-114 {
+        /* eat-term-color-114 */
+        color: #87D787;
+        background-color: #87D787;
+      }
+      .org-eat-term-color-115 {
+        /* eat-term-color-115 */
+        color: #87D7AF;
+        background-color: #87D7AF;
+      }
+      .org-eat-term-color-116 {
+        /* eat-term-color-116 */
+        color: #87D7D7;
+        background-color: #87D7D7;
+      }
+      .org-eat-term-color-117 {
+        /* eat-term-color-117 */
+        color: #87D7FF;
+        background-color: #87D7FF;
+      }
+      .org-eat-term-color-118 {
+        /* eat-term-color-118 */
+        color: #87FF00;
+        background-color: #87FF00;
+      }
+      .org-eat-term-color-119 {
+        /* eat-term-color-119 */
+        color: #87FF5F;
+        background-color: #87FF5F;
+      }
+      .org-eat-term-color-12 {
+        /* eat-term-color-12 */
+        color: #3548cf;
+        background-color: #3548cf;
+      }
+      .org-eat-term-color-120 {
+        /* eat-term-color-120 */
+        color: #87FF87;
+        background-color: #87FF87;
+      }
+      .org-eat-term-color-121 {
+        /* eat-term-color-121 */
+        color: #87FFAF;
+        background-color: #87FFAF;
+      }
+      .org-eat-term-color-122 {
+        /* eat-term-color-122 */
+        color: #87FFD7;
+        background-color: #87FFD7;
+      }
+      .org-eat-term-color-123 {
+        /* eat-term-color-123 */
+        color: #87FFFF;
+        background-color: #87FFFF;
+      }
+      .org-eat-term-color-124 {
+        /* eat-term-color-124 */
+        color: #AF0000;
+        background-color: #AF0000;
+      }
+      .org-eat-term-color-125 {
+        /* eat-term-color-125 */
+        color: #AF005F;
+        background-color: #AF005F;
+      }
+      .org-eat-term-color-126 {
+        /* eat-term-color-126 */
+        color: #AF0087;
+        background-color: #AF0087;
+      }
+      .org-eat-term-color-127 {
+        /* eat-term-color-127 */
+        color: #AF00AF;
+        background-color: #AF00AF;
+      }
+      .org-eat-term-color-128 {
+        /* eat-term-color-128 */
+        color: #AF00D7;
+        background-color: #AF00D7;
+      }
+      .org-eat-term-color-129 {
+        /* eat-term-color-129 */
+        color: #AF00FF;
+        background-color: #AF00FF;
+      }
+      .org-eat-term-color-13 {
+        /* eat-term-color-13 */
+        color: #531ab6;
+        background-color: #531ab6;
+      }
+      .org-eat-term-color-130 {
+        /* eat-term-color-130 */
+        color: #AF5F00;
+        background-color: #AF5F00;
+      }
+      .org-eat-term-color-131 {
+        /* eat-term-color-131 */
+        color: #AF5F5F;
+        background-color: #AF5F5F;
+      }
+      .org-eat-term-color-132 {
+        /* eat-term-color-132 */
+        color: #AF5F87;
+        background-color: #AF5F87;
+      }
+      .org-eat-term-color-133 {
+        /* eat-term-color-133 */
+        color: #AF5FAF;
+        background-color: #AF5FAF;
+      }
+      .org-eat-term-color-134 {
+        /* eat-term-color-134 */
+        color: #AF5FD7;
+        background-color: #AF5FD7;
+      }
+      .org-eat-term-color-135 {
+        /* eat-term-color-135 */
+        color: #AF5FFF;
+        background-color: #AF5FFF;
+      }
+      .org-eat-term-color-136 {
+        /* eat-term-color-136 */
+        color: #AF8700;
+        background-color: #AF8700;
+      }
+      .org-eat-term-color-137 {
+        /* eat-term-color-137 */
+        color: #AF875F;
+        background-color: #AF875F;
+      }
+      .org-eat-term-color-138 {
+        /* eat-term-color-138 */
+        color: #AF8787;
+        background-color: #AF8787;
+      }
+      .org-eat-term-color-139 {
+        /* eat-term-color-139 */
+        color: #AF87AF;
+        background-color: #AF87AF;
+      }
+      .org-eat-term-color-14 {
+        /* eat-term-color-14 */
+        color: #005f5f;
+        background-color: #005f5f;
+      }
+      .org-eat-term-color-140 {
+        /* eat-term-color-140 */
+        color: #AF87D7;
+        background-color: #AF87D7;
+      }
+      .org-eat-term-color-141 {
+        /* eat-term-color-141 */
+        color: #AF87FF;
+        background-color: #AF87FF;
+      }
+      .org-eat-term-color-142 {
+        /* eat-term-color-142 */
+        color: #AFAF00;
+        background-color: #AFAF00;
+      }
+      .org-eat-term-color-143 {
+        /* eat-term-color-143 */
+        color: #AFAF5F;
+        background-color: #AFAF5F;
+      }
+      .org-eat-term-color-144 {
+        /* eat-term-color-144 */
+        color: #AFAF87;
+        background-color: #AFAF87;
+      }
+      .org-eat-term-color-145 {
+        /* eat-term-color-145 */
+        color: #AFAFAF;
+        background-color: #AFAFAF;
+      }
+      .org-eat-term-color-146 {
+        /* eat-term-color-146 */
+        color: #AFAFD7;
+        background-color: #AFAFD7;
+      }
+      .org-eat-term-color-147 {
+        /* eat-term-color-147 */
+        color: #AFAFFF;
+        background-color: #AFAFFF;
+      }
+      .org-eat-term-color-148 {
+        /* eat-term-color-148 */
+        color: #AFD700;
+        background-color: #AFD700;
+      }
+      .org-eat-term-color-149 {
+        /* eat-term-color-149 */
+        color: #AFD75F;
+        background-color: #AFD75F;
+      }
+      .org-eat-term-color-15 {
+        /* eat-term-color-15 */
+        color: #ffffff;
+        background-color: #ffffff;
+      }
+      .org-eat-term-color-150 {
+        /* eat-term-color-150 */
+        color: #AFD787;
+        background-color: #AFD787;
+      }
+      .org-eat-term-color-151 {
+        /* eat-term-color-151 */
+        color: #AFD7AF;
+        background-color: #AFD7AF;
+      }
+      .org-eat-term-color-152 {
+        /* eat-term-color-152 */
+        color: #AFD7D7;
+        background-color: #AFD7D7;
+      }
+      .org-eat-term-color-153 {
+        /* eat-term-color-153 */
+        color: #AFD7FF;
+        background-color: #AFD7FF;
+      }
+      .org-eat-term-color-154 {
+        /* eat-term-color-154 */
+        color: #AFFF00;
+        background-color: #AFFF00;
+      }
+      .org-eat-term-color-155 {
+        /* eat-term-color-155 */
+        color: #AFFF5F;
+        background-color: #AFFF5F;
+      }
+      .org-eat-term-color-156 {
+        /* eat-term-color-156 */
+        color: #AFFF87;
+        background-color: #AFFF87;
+      }
+      .org-eat-term-color-157 {
+        /* eat-term-color-157 */
+        color: #AFFFAF;
+        background-color: #AFFFAF;
+      }
+      .org-eat-term-color-158 {
+        /* eat-term-color-158 */
+        color: #AFFFD7;
+        background-color: #AFFFD7;
+      }
+      .org-eat-term-color-159 {
+        /* eat-term-color-159 */
+        color: #AFFFFF;
+        background-color: #AFFFFF;
+      }
+      .org-eat-term-color-16 {
+        /* eat-term-color-16 */
+        color: #000000;
+        background-color: #000000;
+      }
+      .org-eat-term-color-160 {
+        /* eat-term-color-160 */
+        color: #D70000;
+        background-color: #D70000;
+      }
+      .org-eat-term-color-161 {
+        /* eat-term-color-161 */
+        color: #D7005F;
+        background-color: #D7005F;
+      }
+      .org-eat-term-color-162 {
+        /* eat-term-color-162 */
+        color: #D70087;
+        background-color: #D70087;
+      }
+      .org-eat-term-color-163 {
+        /* eat-term-color-163 */
+        color: #D700AF;
+        background-color: #D700AF;
+      }
+      .org-eat-term-color-164 {
+        /* eat-term-color-164 */
+        color: #D700D7;
+        background-color: #D700D7;
+      }
+      .org-eat-term-color-165 {
+        /* eat-term-color-165 */
+        color: #D700FF;
+        background-color: #D700FF;
+      }
+      .org-eat-term-color-166 {
+        /* eat-term-color-166 */
+        color: #D75F00;
+        background-color: #D75F00;
+      }
+      .org-eat-term-color-167 {
+        /* eat-term-color-167 */
+        color: #D75F5F;
+        background-color: #D75F5F;
+      }
+      .org-eat-term-color-168 {
+        /* eat-term-color-168 */
+        color: #D75F87;
+        background-color: #D75F87;
+      }
+      .org-eat-term-color-169 {
+        /* eat-term-color-169 */
+        color: #D75FAF;
+        background-color: #D75FAF;
+      }
+      .org-eat-term-color-17 {
+        /* eat-term-color-17 */
+        color: #00005F;
+        background-color: #00005F;
+      }
+      .org-eat-term-color-170 {
+        /* eat-term-color-170 */
+        color: #D75FD7;
+        background-color: #D75FD7;
+      }
+      .org-eat-term-color-171 {
+        /* eat-term-color-171 */
+        color: #D75FFF;
+        background-color: #D75FFF;
+      }
+      .org-eat-term-color-172 {
+        /* eat-term-color-172 */
+        color: #D78700;
+        background-color: #D78700;
+      }
+      .org-eat-term-color-173 {
+        /* eat-term-color-173 */
+        color: #D7875F;
+        background-color: #D7875F;
+      }
+      .org-eat-term-color-174 {
+        /* eat-term-color-174 */
+        color: #D78787;
+        background-color: #D78787;
+      }
+      .org-eat-term-color-175 {
+        /* eat-term-color-175 */
+        color: #D787AF;
+        background-color: #D787AF;
+      }
+      .org-eat-term-color-176 {
+        /* eat-term-color-176 */
+        color: #D787D7;
+        background-color: #D787D7;
+      }
+      .org-eat-term-color-177 {
+        /* eat-term-color-177 */
+        color: #D787FF;
+        background-color: #D787FF;
+      }
+      .org-eat-term-color-178 {
+        /* eat-term-color-178 */
+        color: #D7AF00;
+        background-color: #D7AF00;
+      }
+      .org-eat-term-color-179 {
+        /* eat-term-color-179 */
+        color: #D7AF5F;
+        background-color: #D7AF5F;
+      }
+      .org-eat-term-color-18 {
+        /* eat-term-color-18 */
+        color: #000087;
+        background-color: #000087;
+      }
+      .org-eat-term-color-180 {
+        /* eat-term-color-180 */
+        color: #D7AF87;
+        background-color: #D7AF87;
+      }
+      .org-eat-term-color-181 {
+        /* eat-term-color-181 */
+        color: #D7AFAF;
+        background-color: #D7AFAF;
+      }
+      .org-eat-term-color-182 {
+        /* eat-term-color-182 */
+        color: #D7AFD7;
+        background-color: #D7AFD7;
+      }
+      .org-eat-term-color-183 {
+        /* eat-term-color-183 */
+        color: #D7AFFF;
+        background-color: #D7AFFF;
+      }
+      .org-eat-term-color-184 {
+        /* eat-term-color-184 */
+        color: #D7D700;
+        background-color: #D7D700;
+      }
+      .org-eat-term-color-185 {
+        /* eat-term-color-185 */
+        color: #D7D75F;
+        background-color: #D7D75F;
+      }
+      .org-eat-term-color-186 {
+        /* eat-term-color-186 */
+        color: #D7D787;
+        background-color: #D7D787;
+      }
+      .org-eat-term-color-187 {
+        /* eat-term-color-187 */
+        color: #D7D7AF;
+        background-color: #D7D7AF;
+      }
+      .org-eat-term-color-188 {
+        /* eat-term-color-188 */
+        color: #D7D7D7;
+        background-color: #D7D7D7;
+      }
+      .org-eat-term-color-189 {
+        /* eat-term-color-189 */
+        color: #D7D7FF;
+        background-color: #D7D7FF;
+      }
+      .org-eat-term-color-19 {
+        /* eat-term-color-19 */
+        color: #0000AF;
+        background-color: #0000AF;
+      }
+      .org-eat-term-color-190 {
+        /* eat-term-color-190 */
+        color: #D7FF00;
+        background-color: #D7FF00;
+      }
+      .org-eat-term-color-191 {
+        /* eat-term-color-191 */
+        color: #D7FF5F;
+        background-color: #D7FF5F;
+      }
+      .org-eat-term-color-192 {
+        /* eat-term-color-192 */
+        color: #D7FF87;
+        background-color: #D7FF87;
+      }
+      .org-eat-term-color-193 {
+        /* eat-term-color-193 */
+        color: #D7FFAF;
+        background-color: #D7FFAF;
+      }
+      .org-eat-term-color-194 {
+        /* eat-term-color-194 */
+        color: #D7FFD7;
+        background-color: #D7FFD7;
+      }
+      .org-eat-term-color-195 {
+        /* eat-term-color-195 */
+        color: #D7FFFF;
+        background-color: #D7FFFF;
+      }
+      .org-eat-term-color-196 {
+        /* eat-term-color-196 */
+        color: #FF0000;
+        background-color: #FF0000;
+      }
+      .org-eat-term-color-197 {
+        /* eat-term-color-197 */
+        color: #FF005F;
+        background-color: #FF005F;
+      }
+      .org-eat-term-color-198 {
+        /* eat-term-color-198 */
+        color: #FF0087;
+        background-color: #FF0087;
+      }
+      .org-eat-term-color-199 {
+        /* eat-term-color-199 */
+        color: #FF00AF;
+        background-color: #FF00AF;
+      }
+      .org-eat-term-color-2 {
+        /* eat-term-color-2 */
+        color: #006800;
+        background-color: #006800;
+      }
+      .org-eat-term-color-20 {
+        /* eat-term-color-20 */
+        color: #0000D7;
+        background-color: #0000D7;
+      }
+      .org-eat-term-color-200 {
+        /* eat-term-color-200 */
+        color: #FF00D7;
+        background-color: #FF00D7;
+      }
+      .org-eat-term-color-201 {
+        /* eat-term-color-201 */
+        color: #FF00FF;
+        background-color: #FF00FF;
+      }
+      .org-eat-term-color-202 {
+        /* eat-term-color-202 */
+        color: #FF5F00;
+        background-color: #FF5F00;
+      }
+      .org-eat-term-color-203 {
+        /* eat-term-color-203 */
+        color: #FF5F5F;
+        background-color: #FF5F5F;
+      }
+      .org-eat-term-color-204 {
+        /* eat-term-color-204 */
+        color: #FF5F87;
+        background-color: #FF5F87;
+      }
+      .org-eat-term-color-205 {
+        /* eat-term-color-205 */
+        color: #FF5FAF;
+        background-color: #FF5FAF;
+      }
+      .org-eat-term-color-206 {
+        /* eat-term-color-206 */
+        color: #FF5FD7;
+        background-color: #FF5FD7;
+      }
+      .org-eat-term-color-207 {
+        /* eat-term-color-207 */
+        color: #FF5FFF;
+        background-color: #FF5FFF;
+      }
+      .org-eat-term-color-208 {
+        /* eat-term-color-208 */
+        color: #FF8700;
+        background-color: #FF8700;
+      }
+      .org-eat-term-color-209 {
+        /* eat-term-color-209 */
+        color: #FF875F;
+        background-color: #FF875F;
+      }
+      .org-eat-term-color-21 {
+        /* eat-term-color-21 */
+        color: #0000FF;
+        background-color: #0000FF;
+      }
+      .org-eat-term-color-210 {
+        /* eat-term-color-210 */
+        color: #FF8787;
+        background-color: #FF8787;
+      }
+      .org-eat-term-color-211 {
+        /* eat-term-color-211 */
+        color: #FF87AF;
+        background-color: #FF87AF;
+      }
+      .org-eat-term-color-212 {
+        /* eat-term-color-212 */
+        color: #FF87D7;
+        background-color: #FF87D7;
+      }
+      .org-eat-term-color-213 {
+        /* eat-term-color-213 */
+        color: #FF87FF;
+        background-color: #FF87FF;
+      }
+      .org-eat-term-color-214 {
+        /* eat-term-color-214 */
+        color: #FFAF00;
+        background-color: #FFAF00;
+      }
+      .org-eat-term-color-215 {
+        /* eat-term-color-215 */
+        color: #FFAF5F;
+        background-color: #FFAF5F;
+      }
+      .org-eat-term-color-216 {
+        /* eat-term-color-216 */
+        color: #FFAF87;
+        background-color: #FFAF87;
+      }
+      .org-eat-term-color-217 {
+        /* eat-term-color-217 */
+        color: #FFAFAF;
+        background-color: #FFAFAF;
+      }
+      .org-eat-term-color-218 {
+        /* eat-term-color-218 */
+        color: #FFAFD7;
+        background-color: #FFAFD7;
+      }
+      .org-eat-term-color-219 {
+        /* eat-term-color-219 */
+        color: #FFAFFF;
+        background-color: #FFAFFF;
+      }
+      .org-eat-term-color-22 {
+        /* eat-term-color-22 */
+        color: #005F00;
+        background-color: #005F00;
+      }
+      .org-eat-term-color-220 {
+        /* eat-term-color-220 */
+        color: #FFD700;
+        background-color: #FFD700;
+      }
+      .org-eat-term-color-221 {
+        /* eat-term-color-221 */
+        color: #FFD75F;
+        background-color: #FFD75F;
+      }
+      .org-eat-term-color-222 {
+        /* eat-term-color-222 */
+        color: #FFD787;
+        background-color: #FFD787;
+      }
+      .org-eat-term-color-223 {
+        /* eat-term-color-223 */
+        color: #FFD7AF;
+        background-color: #FFD7AF;
+      }
+      .org-eat-term-color-224 {
+        /* eat-term-color-224 */
+        color: #FFD7D7;
+        background-color: #FFD7D7;
+      }
+      .org-eat-term-color-225 {
+        /* eat-term-color-225 */
+        color: #FFD7FF;
+        background-color: #FFD7FF;
+      }
+      .org-eat-term-color-226 {
+        /* eat-term-color-226 */
+        color: #FFFF00;
+        background-color: #FFFF00;
+      }
+      .org-eat-term-color-227 {
+        /* eat-term-color-227 */
+        color: #FFFF5F;
+        background-color: #FFFF5F;
+      }
+      .org-eat-term-color-228 {
+        /* eat-term-color-228 */
+        color: #FFFF87;
+        background-color: #FFFF87;
+      }
+      .org-eat-term-color-229 {
+        /* eat-term-color-229 */
+        color: #FFFFAF;
+        background-color: #FFFFAF;
+      }
+      .org-eat-term-color-23 {
+        /* eat-term-color-23 */
+        color: #005F5F;
+        background-color: #005F5F;
+      }
+      .org-eat-term-color-230 {
+        /* eat-term-color-230 */
+        color: #FFFFD7;
+        background-color: #FFFFD7;
+      }
+      .org-eat-term-color-231 {
+        /* eat-term-color-231 */
+        color: #FFFFFF;
+        background-color: #FFFFFF;
+      }
+      .org-eat-term-color-232 {
+        /* eat-term-color-232 */
+        color: #080808;
+        background-color: #080808;
+      }
+      .org-eat-term-color-233 {
+        /* eat-term-color-233 */
+        color: #121212;
+        background-color: #121212;
+      }
+      .org-eat-term-color-234 {
+        /* eat-term-color-234 */
+        color: #1C1C1C;
+        background-color: #1C1C1C;
+      }
+      .org-eat-term-color-235 {
+        /* eat-term-color-235 */
+        color: #262626;
+        background-color: #262626;
+      }
+      .org-eat-term-color-236 {
+        /* eat-term-color-236 */
+        color: #303030;
+        background-color: #303030;
+      }
+      .org-eat-term-color-237 {
+        /* eat-term-color-237 */
+        color: #3A3A3A;
+        background-color: #3A3A3A;
+      }
+      .org-eat-term-color-238 {
+        /* eat-term-color-238 */
+        color: #444444;
+        background-color: #444444;
+      }
+      .org-eat-term-color-239 {
+        /* eat-term-color-239 */
+        color: #4E4E4E;
+        background-color: #4E4E4E;
+      }
+      .org-eat-term-color-24 {
+        /* eat-term-color-24 */
+        color: #005F87;
+        background-color: #005F87;
+      }
+      .org-eat-term-color-240 {
+        /* eat-term-color-240 */
+        color: #585858;
+        background-color: #585858;
+      }
+      .org-eat-term-color-241 {
+        /* eat-term-color-241 */
+        color: #626262;
+        background-color: #626262;
+      }
+      .org-eat-term-color-242 {
+        /* eat-term-color-242 */
+        color: #6C6C6C;
+        background-color: #6C6C6C;
+      }
+      .org-eat-term-color-243 {
+        /* eat-term-color-243 */
+        color: #767676;
+        background-color: #767676;
+      }
+      .org-eat-term-color-244 {
+        /* eat-term-color-244 */
+        color: #808080;
+        background-color: #808080;
+      }
+      .org-eat-term-color-245 {
+        /* eat-term-color-245 */
+        color: #8A8A8A;
+        background-color: #8A8A8A;
+      }
+      .org-eat-term-color-246 {
+        /* eat-term-color-246 */
+        color: #949494;
+        background-color: #949494;
+      }
+      .org-eat-term-color-247 {
+        /* eat-term-color-247 */
+        color: #9E9E9E;
+        background-color: #9E9E9E;
+      }
+      .org-eat-term-color-248 {
+        /* eat-term-color-248 */
+        color: #A8A8A8;
+        background-color: #A8A8A8;
+      }
+      .org-eat-term-color-249 {
+        /* eat-term-color-249 */
+        color: #B2B2B2;
+        background-color: #B2B2B2;
+      }
+      .org-eat-term-color-25 {
+        /* eat-term-color-25 */
+        color: #005FAF;
+        background-color: #005FAF;
+      }
+      .org-eat-term-color-250 {
+        /* eat-term-color-250 */
+        color: #BCBCBC;
+        background-color: #BCBCBC;
+      }
+      .org-eat-term-color-251 {
+        /* eat-term-color-251 */
+        color: #C6C6C6;
+        background-color: #C6C6C6;
+      }
+      .org-eat-term-color-252 {
+        /* eat-term-color-252 */
+        color: #D0D0D0;
+        background-color: #D0D0D0;
+      }
+      .org-eat-term-color-253 {
+        /* eat-term-color-253 */
+        color: #DADADA;
+        background-color: #DADADA;
+      }
+      .org-eat-term-color-254 {
+        /* eat-term-color-254 */
+        color: #E4E4E4;
+        background-color: #E4E4E4;
+      }
+      .org-eat-term-color-255 {
+        /* eat-term-color-255 */
+        color: #EEEEEE;
+        background-color: #EEEEEE;
+      }
+      .org-eat-term-color-26 {
+        /* eat-term-color-26 */
+        color: #005FD7;
+        background-color: #005FD7;
+      }
+      .org-eat-term-color-27 {
+        /* eat-term-color-27 */
+        color: #005FFF;
+        background-color: #005FFF;
+      }
+      .org-eat-term-color-28 {
+        /* eat-term-color-28 */
+        color: #008700;
+        background-color: #008700;
+      }
+      .org-eat-term-color-29 {
+        /* eat-term-color-29 */
+        color: #00875F;
+        background-color: #00875F;
+      }
+      .org-eat-term-color-3 {
+        /* eat-term-color-3 */
+        color: #6f5500;
+        background-color: #6f5500;
+      }
+      .org-eat-term-color-30 {
+        /* eat-term-color-30 */
+        color: #008787;
+        background-color: #008787;
+      }
+      .org-eat-term-color-31 {
+        /* eat-term-color-31 */
+        color: #0087AF;
+        background-color: #0087AF;
+      }
+      .org-eat-term-color-32 {
+        /* eat-term-color-32 */
+        color: #0087D7;
+        background-color: #0087D7;
+      }
+      .org-eat-term-color-33 {
+        /* eat-term-color-33 */
+        color: #0087FF;
+        background-color: #0087FF;
+      }
+      .org-eat-term-color-34 {
+        /* eat-term-color-34 */
+        color: #00AF00;
+        background-color: #00AF00;
+      }
+      .org-eat-term-color-35 {
+        /* eat-term-color-35 */
+        color: #00AF5F;
+        background-color: #00AF5F;
+      }
+      .org-eat-term-color-36 {
+        /* eat-term-color-36 */
+        color: #00AF87;
+        background-color: #00AF87;
+      }
+      .org-eat-term-color-37 {
+        /* eat-term-color-37 */
+        color: #00AFAF;
+        background-color: #00AFAF;
+      }
+      .org-eat-term-color-38 {
+        /* eat-term-color-38 */
+        color: #00AFD7;
+        background-color: #00AFD7;
+      }
+      .org-eat-term-color-39 {
+        /* eat-term-color-39 */
+        color: #00AFFF;
+        background-color: #00AFFF;
+      }
+      .org-eat-term-color-4 {
+        /* eat-term-color-4 */
+        color: #0031a9;
+        background-color: #0031a9;
+      }
+      .org-eat-term-color-40 {
+        /* eat-term-color-40 */
+        color: #00D700;
+        background-color: #00D700;
+      }
+      .org-eat-term-color-41 {
+        /* eat-term-color-41 */
+        color: #00D75F;
+        background-color: #00D75F;
+      }
+      .org-eat-term-color-42 {
+        /* eat-term-color-42 */
+        color: #00D787;
+        background-color: #00D787;
+      }
+      .org-eat-term-color-43 {
+        /* eat-term-color-43 */
+        color: #00D7AF;
+        background-color: #00D7AF;
+      }
+      .org-eat-term-color-44 {
+        /* eat-term-color-44 */
+        color: #00D7D7;
+        background-color: #00D7D7;
+      }
+      .org-eat-term-color-45 {
+        /* eat-term-color-45 */
+        color: #00D7FF;
+        background-color: #00D7FF;
+      }
+      .org-eat-term-color-46 {
+        /* eat-term-color-46 */
+        color: #00FF00;
+        background-color: #00FF00;
+      }
+      .org-eat-term-color-47 {
+        /* eat-term-color-47 */
+        color: #00FF5F;
+        background-color: #00FF5F;
+      }
+      .org-eat-term-color-48 {
+        /* eat-term-color-48 */
+        color: #00FF87;
+        background-color: #00FF87;
+      }
+      .org-eat-term-color-49 {
+        /* eat-term-color-49 */
+        color: #00FFAF;
+        background-color: #00FFAF;
+      }
+      .org-eat-term-color-5 {
+        /* eat-term-color-5 */
+        color: #721045;
+        background-color: #721045;
+      }
+      .org-eat-term-color-50 {
+        /* eat-term-color-50 */
+        color: #00FFD7;
+        background-color: #00FFD7;
+      }
+      .org-eat-term-color-51 {
+        /* eat-term-color-51 */
+        color: #00FFFF;
+        background-color: #00FFFF;
+      }
+      .org-eat-term-color-52 {
+        /* eat-term-color-52 */
+        color: #5F0000;
+        background-color: #5F0000;
+      }
+      .org-eat-term-color-53 {
+        /* eat-term-color-53 */
+        color: #5F005F;
+        background-color: #5F005F;
+      }
+      .org-eat-term-color-54 {
+        /* eat-term-color-54 */
+        color: #5F0087;
+        background-color: #5F0087;
+      }
+      .org-eat-term-color-55 {
+        /* eat-term-color-55 */
+        color: #5F00AF;
+        background-color: #5F00AF;
+      }
+      .org-eat-term-color-56 {
+        /* eat-term-color-56 */
+        color: #5F00D7;
+        background-color: #5F00D7;
+      }
+      .org-eat-term-color-57 {
+        /* eat-term-color-57 */
+        color: #5F00FF;
+        background-color: #5F00FF;
+      }
+      .org-eat-term-color-58 {
+        /* eat-term-color-58 */
+        color: #5F5F00;
+        background-color: #5F5F00;
+      }
+      .org-eat-term-color-59 {
+        /* eat-term-color-59 */
+        color: #5F5F5F;
+        background-color: #5F5F5F;
+      }
+      .org-eat-term-color-6 {
+        /* eat-term-color-6 */
+        color: #005e8b;
+        background-color: #005e8b;
+      }
+      .org-eat-term-color-60 {
+        /* eat-term-color-60 */
+        color: #5F5F87;
+        background-color: #5F5F87;
+      }
+      .org-eat-term-color-61 {
+        /* eat-term-color-61 */
+        color: #5F5FAF;
+        background-color: #5F5FAF;
+      }
+      .org-eat-term-color-62 {
+        /* eat-term-color-62 */
+        color: #5F5FD7;
+        background-color: #5F5FD7;
+      }
+      .org-eat-term-color-63 {
+        /* eat-term-color-63 */
+        color: #5F5FFF;
+        background-color: #5F5FFF;
+      }
+      .org-eat-term-color-64 {
+        /* eat-term-color-64 */
+        color: #5F8700;
+        background-color: #5F8700;
+      }
+      .org-eat-term-color-65 {
+        /* eat-term-color-65 */
+        color: #5F875F;
+        background-color: #5F875F;
+      }
+      .org-eat-term-color-66 {
+        /* eat-term-color-66 */
+        color: #5F8787;
+        background-color: #5F8787;
+      }
+      .org-eat-term-color-67 {
+        /* eat-term-color-67 */
+        color: #5F87AF;
+        background-color: #5F87AF;
+      }
+      .org-eat-term-color-68 {
+        /* eat-term-color-68 */
+        color: #5F87D7;
+        background-color: #5F87D7;
+      }
+      .org-eat-term-color-69 {
+        /* eat-term-color-69 */
+        color: #5F87FF;
+        background-color: #5F87FF;
+      }
+      .org-eat-term-color-7 {
+        /* eat-term-color-7 */
+        color: #a6a6a6;
+        background-color: #a6a6a6;
+      }
+      .org-eat-term-color-70 {
+        /* eat-term-color-70 */
+        color: #5FAF00;
+        background-color: #5FAF00;
+      }
+      .org-eat-term-color-71 {
+        /* eat-term-color-71 */
+        color: #5FAF5F;
+        background-color: #5FAF5F;
+      }
+      .org-eat-term-color-72 {
+        /* eat-term-color-72 */
+        color: #5FAF87;
+        background-color: #5FAF87;
+      }
+      .org-eat-term-color-73 {
+        /* eat-term-color-73 */
+        color: #5FAFAF;
+        background-color: #5FAFAF;
+      }
+      .org-eat-term-color-74 {
+        /* eat-term-color-74 */
+        color: #5FAFD7;
+        background-color: #5FAFD7;
+      }
+      .org-eat-term-color-75 {
+        /* eat-term-color-75 */
+        color: #5FAFFF;
+        background-color: #5FAFFF;
+      }
+      .org-eat-term-color-76 {
+        /* eat-term-color-76 */
+        color: #5FD700;
+        background-color: #5FD700;
+      }
+      .org-eat-term-color-77 {
+        /* eat-term-color-77 */
+        color: #5FD75F;
+        background-color: #5FD75F;
+      }
+      .org-eat-term-color-78 {
+        /* eat-term-color-78 */
+        color: #5FD787;
+        background-color: #5FD787;
+      }
+      .org-eat-term-color-79 {
+        /* eat-term-color-79 */
+        color: #5FD7AF;
+        background-color: #5FD7AF;
+      }
+      .org-eat-term-color-8 {
+        /* eat-term-color-8 */
+        color: #595959;
+        background-color: #595959;
+      }
+      .org-eat-term-color-80 {
+        /* eat-term-color-80 */
+        color: #5FD7D7;
+        background-color: #5FD7D7;
+      }
+      .org-eat-term-color-81 {
+        /* eat-term-color-81 */
+        color: #5FD7FF;
+        background-color: #5FD7FF;
+      }
+      .org-eat-term-color-82 {
+        /* eat-term-color-82 */
+        color: #5FFF00;
+        background-color: #5FFF00;
+      }
+      .org-eat-term-color-83 {
+        /* eat-term-color-83 */
+        color: #5FFF5F;
+        background-color: #5FFF5F;
+      }
+      .org-eat-term-color-84 {
+        /* eat-term-color-84 */
+        color: #5FFF87;
+        background-color: #5FFF87;
+      }
+      .org-eat-term-color-85 {
+        /* eat-term-color-85 */
+        color: #5FFFAF;
+        background-color: #5FFFAF;
+      }
+      .org-eat-term-color-86 {
+        /* eat-term-color-86 */
+        color: #5FFFD7;
+        background-color: #5FFFD7;
+      }
+      .org-eat-term-color-87 {
+        /* eat-term-color-87 */
+        color: #5FFFFF;
+        background-color: #5FFFFF;
+      }
+      .org-eat-term-color-88 {
+        /* eat-term-color-88 */
+        color: #870000;
+        background-color: #870000;
+      }
+      .org-eat-term-color-89 {
+        /* eat-term-color-89 */
+        color: #87005F;
+        background-color: #87005F;
+      }
+      .org-eat-term-color-9 {
+        /* eat-term-color-9 */
+        color: #972500;
+        background-color: #972500;
+      }
+      .org-eat-term-color-90 {
+        /* eat-term-color-90 */
+        color: #870087;
+        background-color: #870087;
+      }
+      .org-eat-term-color-91 {
+        /* eat-term-color-91 */
+        color: #8700AF;
+        background-color: #8700AF;
+      }
+      .org-eat-term-color-92 {
+        /* eat-term-color-92 */
+        color: #8700D7;
+        background-color: #8700D7;
+      }
+      .org-eat-term-color-93 {
+        /* eat-term-color-93 */
+        color: #8700FF;
+        background-color: #8700FF;
+      }
+      .org-eat-term-color-94 {
+        /* eat-term-color-94 */
+        color: #875F00;
+        background-color: #875F00;
+      }
+      .org-eat-term-color-95 {
+        /* eat-term-color-95 */
+        color: #875F5F;
+        background-color: #875F5F;
+      }
+      .org-eat-term-color-96 {
+        /* eat-term-color-96 */
+        color: #875F87;
+        background-color: #875F87;
+      }
+      .org-eat-term-color-97 {
+        /* eat-term-color-97 */
+        color: #875FAF;
+        background-color: #875FAF;
+      }
+      .org-eat-term-color-98 {
+        /* eat-term-color-98 */
+        color: #875FD7;
+        background-color: #875FD7;
+      }
+      .org-eat-term-color-99 {
+        /* eat-term-color-99 */
+        color: #875FFF;
+        background-color: #875FFF;
+      }
+      .org-eat-term-faint {
+      }
+      .org-eat-term-fast-blink {
+      }
+      .org-eat-term-font-0 {
+      }
+      .org-eat-term-font-1 {
+      }
+      .org-eat-term-font-2 {
+      }
+      .org-eat-term-font-3 {
+      }
+      .org-eat-term-font-4 {
+      }
+      .org-eat-term-font-5 {
+      }
+      .org-eat-term-font-6 {
+      }
+      .org-eat-term-font-7 {
+      }
+      .org-eat-term-font-8 {
+      }
+      .org-eat-term-font-9 {
+      }
+      .org-eat-term-italic {
+        /* eat-term-italic */
+        font-style: italic;
+      }
+      .org-eat-term-slow-blink {
+      }
+      .org-edmacro-label {
+        /* edmacro-label */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-eldoc-highlight-function-argument {
+        /* eldoc-highlight-function-argument */
+        color: #884900;
+        background-color: #f8f0d0;
+        font-weight: bold;
+      }
+      .org-elfeed-log-date {
+        /* elfeed-log-date-face */
+        color: #005e8b;
+      }
+      .org-elfeed-log-debug-level {
+        /* elfeed-log-debug-level-face */
+        font-weight: bold;
+      }
+      .org-elfeed-log-error-level {
+        /* elfeed-log-error-level-face */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-elfeed-log-info-level {
+        /* elfeed-log-info-level-face */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-elfeed-log-warn-level {
+        /* elfeed-log-warn-level-face */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-elfeed-search-date {
+        /* elfeed-search-date-face */
+        color: #005e8b;
+      }
+      .org-elfeed-search-feed {
+        /* elfeed-search-feed-face */
+        color: #8f0075;
+      }
+      .org-elfeed-search-filter {
+        /* elfeed-search-filter-face */
+        font-weight: bold;
+      }
+      .org-elfeed-search-last-update {
+        /* elfeed-search-last-update-face */
+        color: #005e8b;
+        font-weight: bold;
+      }
+      .org-elfeed-search-tag {
+        /* elfeed-search-tag-face */
+        color: #0031a9;
+      }
+      .org-elfeed-search-title {
+        /* elfeed-search-title-face */
+        color: #595959;
+      }
+      .org-elfeed-search-unread-count {
+      }
+      .org-elfeed-search-unread-title {
+        /* elfeed-search-unread-title-face */
+        color: #000000;
+        font-weight: bold;
+      }
+      .org-embark-collect-annotation {
+        /* embark-collect-annotation */
+        color: #2a5045;
+      }
+      .org-embark-collect-candidate {
+        /* embark-collect-candidate */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-embark-collect-group-separator {
+        /* embark-collect-group-separator */
+        color: #595959;
+        font-style: italic;
+        text-decoration: line-through;
+      }
+      .org-embark-collect-group-title {
+        /* embark-collect-group-title */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-embark-keybinding {
+        /* embark-keybinding */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-embark-keybinding-repeat {
+        /* embark-keybinding-repeat */
+        font-weight: bold;
+      }
+      .org-embark-keymap {
+        /* embark-keymap */
+        font-style: italic;
+      }
+      .org-embark-selected {
+        /* embark-selected */
+        color: #005e8b;
+        background-color: #bfefff;
+        font-weight: bold;
+      }
+      .org-embark-target {
+        /* embark-target */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-embark-verbose-indicator-documentation {
+        /* embark-verbose-indicator-documentation */
+        color: #2a5045;
+      }
+      .org-embark-verbose-indicator-shadowed {
+        /* embark-verbose-indicator-shadowed */
+        color: #595959;
+      }
+      .org-embark-verbose-indicator-title {
+        /* embark-verbose-indicator-title */
+        font-size: 110%;
+        font-weight: bold;
+      }
+      .org-emms-browser-album {
+        /* emms-browser-album-face */
+        color: #531ab6;
+      }
+      .org-emms-browser-artist {
+        /* emms-browser-artist-face */
+        color: #005e8b;
+      }
+      .org-emms-browser-composer {
+        /* emms-browser-composer-face */
+        color: #8f0075;
+      }
+      .org-emms-browser-performer {
+        /* emms-browser-performer-face */
+        color: #005e8b;
+      }
+      .org-emms-browser-track {
+        /* emms-browser-track-face */
+        color: #3548cf;
+      }
+      .org-emms-browser-yearXgenre {
+        /* emms-browser-year/genre-face */
+        color: #005f5f;
+      }
+      .org-emms-metaplaylist-mode {
+        /* emms-metaplaylist-mode-face */
+        color: #005e8b;
+      }
+      .org-emms-metaplaylist-mode-current {
+        /* emms-metaplaylist-mode-current-face */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-emms-playlist-selected {
+        /* emms-playlist-selected-face */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-emms-playlist-track {
+        /* emms-playlist-track-face */
+        color: #3548cf;
+      }
+      .org-epa-field-body {
+      }
+      .org-epa-field-name {
+        /* epa-field-name */
+        color: #595959;
+        font-weight: bold;
+      }
+      .org-epa-mark {
+        /* epa-mark */
+        font-weight: bold;
+      }
+      .org-epa-string {
+        /* epa-string */
+        color: #3548cf;
+      }
+      .org-epa-validity-disabled {
+        /* epa-validity-disabled */
+        color: #a60000;
+      }
+      .org-epa-validity-high {
+        /* epa-validity-high */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-epa-validity-low {
+        /* epa-validity-low */
+        color: #595959;
+      }
+      .org-epa-validity-medium {
+        /* epa-validity-medium */
+        color: #005f5f;
+      }
+      .org-error {
+        /* error */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-escape {
+        /* font-lock-escape-face */
+        color: #721045;
+      }
+      .org-escape-glyph {
+        /* escape-glyph */
+        color: #a60000;
+      }
+      .org-ess-XopX {
+        /* ess-%op%-face */
+        color: #0000b0;
+      }
+      .org-ess-assignment {
+        /* ess-assignment-face */
+        color: #0000b0;
+      }
+      .org-ess-bp-fringe-browser {
+        /* ess-bp-fringe-browser-face */
+        color: #0000cd;
+      }
+      .org-ess-bp-fringe-inactive {
+        /* ess-bp-fringe-inactive-face */
+        color: #696969;
+      }
+      .org-ess-bp-fringe-logger {
+        /* ess-bp-fringe-logger-face */
+        color: #8b0000;
+      }
+      .org-ess-bp-fringe-recover {
+        /* ess-bp-fringe-recover-face */
+        color: #8b008b;
+      }
+      .org-ess-constant {
+        /* ess-constant-face */
+        color: #005f5f;
+      }
+      .org-ess-debug-blink-ref-not-found {
+        /* ess-debug-blink-ref-not-found-face */
+        background-color: #8b3a3a;
+      }
+      .org-ess-debug-blink-same-ref {
+        /* ess-debug-blink-same-ref-face */
+        background-color: #4682b4;
+      }
+      .org-ess-debug-current-debug-line {
+        /* ess-debug-current-debug-line-face */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-ess-function-call {
+        /* ess-function-call-face */
+        color: #721045;
+      }
+      .org-ess-keyword {
+        /* ess-keyword-face */
+        color: #531ab6;
+      }
+      .org-ess-matrix {
+        /* ess-matrix-face */
+        color: #0000b0;
+      }
+      .org-ess-modifiers {
+        /* ess-modifiers-face */
+        color: #0000b0;
+      }
+      .org-ess-numbers {
+        /* ess-numbers-face */
+        color: #005f5f;
+      }
+      .org-ess-operator {
+        /* ess-operator-face */
+        color: #0000b0;
+      }
+      .org-ess-paren {
+        /* ess-paren-face */
+        color: #0000b0;
+      }
+      .org-ess-r-control-flow-keyword {
+        /* ess-r-control-flow-keyword-face */
+        color: #531ab6;
+      }
+      .org-ess-tracebug-last-input-fringe {
+        /* ess-tracebug-last-input-fringe-face */
+        color: #0000cd;
+        text-decoration: overline;
+      }
+      .org-ess-watch-current-block {
+        /* ess-watch-current-block-face */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-eww-form-checkbox {
+        /* eww-form-checkbox */
+        color: #000000;
+        background-color: #e0e0e0;
+      }
+      .org-eww-form-file {
+        /* eww-form-file */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-eww-form-select {
+        /* eww-form-select */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-eww-form-submit {
+        /* eww-form-submit */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-eww-form-text {
+        /* eww-form-text */
+        color: #000000;
+        background-color: #e0e0e0;
+      }
+      .org-eww-form-textarea {
+        /* eww-form-textarea */
+        color: #000000;
+        background-color: #e0e0e0;
+      }
+      .org-eww-invalid-certificate {
+        /* eww-invalid-certificate */
+        color: #a60000;
+      }
+      .org-eww-valid-certificate {
+        /* eww-valid-certificate */
+        color: #005f5f;
+      }
+      .org-ffap {
+        /* ffap */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-file-name-shadow {
+        /* file-name-shadow */
+        color: #595959;
+      }
+      .org-fill-column-indicator {
+        /* fill-column-indicator */
+        color: #c4c4c4;
+        background-color: #c4c4c4;
+      }
+      .org-fixed-pitch {
+      }
+      .org-fixed-pitch-serif {
+      }
+      .org-flymake-end-of-line-diagnostics {
+        /* flymake-end-of-line-diagnostics-face */
+        font-size: 85%;
+      }
+      .org-flymake-error {
+        /* flymake-error */
+        text-decoration: underline;
+      }
+      .org-flymake-error-echo {
+        /* flymake-error-echo */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-flymake-error-echo-at-eol {
+        /* flymake-error-echo-at-eol */
+        color: #a60000;
+        font-size: 85%;
+      }
+      .org-flymake-note {
+        /* flymake-note */
+        text-decoration: underline;
+      }
+      .org-flymake-note-echo {
+        /* flymake-note-echo */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-flymake-note-echo-at-eol {
+        /* flymake-note-echo-at-eol */
+        color: #005f5f;
+        font-size: 85%;
+      }
+      .org-flymake-warning {
+        /* flymake-warning */
+        text-decoration: underline;
+      }
+      .org-flymake-warning-echo {
+        /* flymake-warning-echo */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-fringe {
+        /* fringe */
+        color: #000000;
+        background-color: #f2f2f2;
+      }
+      .org-function-call {
+        /* font-lock-function-call-face */
+        color: #721045;
+      }
+      .org-function-name {
+        /* font-lock-function-name-face */
+        color: #721045;
+      }
+      .org-git-commit-comment-action {
+        /* git-commit-comment-action */
+        color: #595959;
+      }
+      .org-git-commit-comment-branch-local {
+        /* git-commit-comment-branch-local */
+        color: #0031a9;
+      }
+      .org-git-commit-comment-branch-remote {
+        /* git-commit-comment-branch-remote */
+        color: #8f0075;
+      }
+      .org-git-commit-comment-detached {
+        /* git-commit-comment-detached */
+        color: #0031a9;
+      }
+      .org-git-commit-comment-file {
+        /* git-commit-comment-file */
+        color: #721045;
+      }
+      .org-git-commit-keyword {
+        /* git-commit-keyword */
+        color: #531ab6;
+      }
+      .org-git-commit-nonempty-second-line {
+        /* git-commit-nonempty-second-line */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-git-commit-overlong-summary {
+        /* git-commit-overlong-summary */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-git-commit-summary {
+        /* git-commit-summary */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-git-commit-trailer-token {
+        /* git-commit-trailer-token */
+        color: #531ab6;
+      }
+      .org-git-commit-trailer-value {
+        /* git-commit-trailer-value */
+        color: #3548cf;
+      }
+      .org-glyphless-char {
+        /* glyphless-char */
+        font-size: 60%;
+      }
+      .org-gnuplot-prompt {
+        /* gnuplot-prompt-face */
+        color: #b22222;
+      }
+      .org-gnus-button {
+        /* gnus-button */
+        color: #3548cf;
+      }
+      .org-gnus-cite-1 {
+        /* gnus-cite-1 */
+        color: #003497;
+      }
+      .org-gnus-cite-10 {
+        /* gnus-cite-10 */
+        color: #884900;
+      }
+      .org-gnus-cite-11 {
+        /* gnus-cite-11 */
+        color: #005f5f;
+      }
+      .org-gnus-cite-2 {
+        /* gnus-cite-2 */
+        color: #884900;
+      }
+      .org-gnus-cite-3 {
+        /* gnus-cite-3 */
+        color: #005f5f;
+      }
+      .org-gnus-cite-4 {
+        /* gnus-cite-4 */
+        color: #a0132f;
+      }
+      .org-gnus-cite-5 {
+        /* gnus-cite-5 */
+        color: #003497;
+      }
+      .org-gnus-cite-6 {
+        /* gnus-cite-6 */
+        color: #884900;
+      }
+      .org-gnus-cite-7 {
+        /* gnus-cite-7 */
+        color: #005f5f;
+      }
+      .org-gnus-cite-8 {
+        /* gnus-cite-8 */
+        color: #a0132f;
+      }
+      .org-gnus-cite-9 {
+        /* gnus-cite-9 */
+        color: #003497;
+      }
+      .org-gnus-cite-attribution {
+        /* gnus-cite-attribution */
+        font-style: italic;
+      }
+      .org-gnus-emphasis-bold {
+        /* gnus-emphasis-bold */
+        font-weight: bold;
+      }
+      .org-gnus-emphasis-bold-italic {
+        /* gnus-emphasis-bold-italic */
+        font-weight: bold;
+        font-style: italic;
+      }
+      .org-gnus-emphasis-highlight-words {
+        /* gnus-emphasis-highlight-words */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-gnus-emphasis-italic {
+        /* gnus-emphasis-italic */
+        font-style: italic;
+      }
+      .org-gnus-emphasis-strikethru {
+        /* gnus-emphasis-strikethru */
+        text-decoration: line-through;
+      }
+      .org-gnus-emphasis-underline {
+        /* gnus-emphasis-underline */
+        text-decoration: underline;
+      }
+      .org-gnus-emphasis-underline-bold {
+        /* gnus-emphasis-underline-bold */
+        font-weight: bold;
+        text-decoration: underline;
+      }
+      .org-gnus-emphasis-underline-bold-italic {
+        /* gnus-emphasis-underline-bold-italic */
+        font-weight: bold;
+        font-style: italic;
+        text-decoration: underline;
+      }
+      .org-gnus-emphasis-underline-italic {
+        /* gnus-emphasis-underline-italic */
+        font-style: italic;
+        text-decoration: underline;
+      }
+      .org-gnus-group-mail-1-empty {
+        /* gnus-group-mail-1-empty */
+        color: #8f0075;
+      }
+      .org-gnus-group-mail-2-empty {
+        /* gnus-group-mail-2-empty */
+        color: #721045;
+      }
+      .org-gnus-group-mail-3-empty {
+        /* gnus-group-mail-3-empty */
+        color: #531ab6;
+      }
+      .org-gnus-group-mail-low-empty {
+        /* gnus-group-mail-low-empty */
+        color: #595959;
+      }
+      .org-gnus-group-news-1-empty {
+        /* gnus-group-news-1-empty */
+        color: #006800;
+      }
+      .org-gnus-group-news-2-empty {
+        /* gnus-group-news-2-empty */
+        color: #005e8b;
+      }
+      .org-gnus-group-news-3-empty {
+        /* gnus-group-news-3-empty */
+        color: #624416;
+      }
+      .org-gnus-group-news-4-empty {
+        /* gnus-group-news-4-empty */
+        color: #7c318f;
+      }
+      .org-gnus-group-news-5-empty {
+        /* gnus-group-news-5-empty */
+        color: #193668;
+      }
+      .org-gnus-group-news-6-empty {
+        /* gnus-group-news-6-empty */
+        color: #595959;
+      }
+      .org-gnus-group-news-low-empty {
+        /* gnus-group-news-low-empty */
+        color: #595959;
+      }
+      .org-gnus-header {
+        /* gnus-header */
+        font-size: 110%;
+      }
+      .org-gnus-header-content {
+        /* gnus-header-content */
+        color: #7c318f;
+      }
+      .org-gnus-header-from {
+        /* gnus-header-from */
+        color: #531ab6;
+        font-weight: bold;
+      }
+      .org-gnus-header-name {
+        /* gnus-header-name */
+        font-weight: bold;
+      }
+      .org-gnus-header-newsgroups {
+        /* gnus-header-newsgroups */
+        color: #7c318f;
+      }
+      .org-gnus-header-subject {
+        /* gnus-header-subject */
+        color: #8f0075;
+        font-weight: bold;
+      }
+      .org-gnus-signature {
+        /* gnus-signature */
+        font-style: italic;
+      }
+      .org-gnus-splash {
+        /* gnus-splash */
+        color: #888888;
+      }
+      .org-gnus-summary-cancelled {
+        /* gnus-summary-cancelled */
+        color: #884900;
+        font-style: italic;
+      }
+      .org-gnus-summary-high-ancient {
+        /* gnus-summary-high-ancient */
+        color: #193668;
+        font-weight: bold;
+      }
+      .org-gnus-summary-high-read {
+        /* gnus-summary-high-read */
+        color: #595959;
+        font-weight: bold;
+      }
+      .org-gnus-summary-high-ticked {
+        /* gnus-summary-high-ticked */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-gnus-summary-high-undownloaded {
+        /* gnus-summary-high-undownloaded */
+        color: #884900;
+        font-weight: bold;
+        font-style: italic;
+      }
+      .org-gnus-summary-high-unread {
+        /* gnus-summary-high-unread */
+        font-weight: bold;
+      }
+      .org-gnus-summary-low-ancient {
+        /* gnus-summary-low-ancient */
+        font-style: italic;
+      }
+      .org-gnus-summary-low-ticked {
+        /* gnus-summary-low-ticked */
+        color: #a60000;
+        font-style: italic;
+      }
+      .org-gnus-summary-low-undownloaded {
+        /* gnus-summary-low-undownloaded */
+        color: #884900;
+        font-style: italic;
+      }
+      .org-gnus-summary-low-unread {
+        /* gnus-summary-low-unread */
+        font-style: italic;
+      }
+      .org-gnus-summary-normal-ancient {
+      }
+      .org-gnus-summary-normal-read {
+        /* gnus-summary-normal-read */
+        color: #595959;
+      }
+      .org-gnus-summary-normal-ticked {
+        /* gnus-summary-normal-ticked */
+        color: #a60000;
+      }
+      .org-gnus-summary-normal-undownloaded {
+        /* gnus-summary-normal-undownloaded */
+        color: #884900;
+      }
+      .org-gnus-summary-normal-unread {
+      }
+      .org-gnus-summary-selected {
+        /* gnus-summary-selected */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-header-line {
+        /* header-line */
+        background-color: #f2f2f2;
+      }
+      .org-header-line-highlight {
+        /* header-line-highlight */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-help-argument-name {
+        /* help-argument-name */
+        color: #005e8b;
+      }
+      .org-help-for-help-header {
+        /* help-for-help-header */
+        font-size: 126%;
+      }
+      .org-help-key-binding {
+        /* help-key-binding */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-hi-aquamarine {
+        /* hi-aquamarine */
+        color: #227f9f;
+        background-color: #ffffff;
+      }
+      .org-hi-black-b {
+      }
+      .org-hi-black-hb {
+        /* hi-black-hb */
+        color: #595959;
+        background-color: #ffffff;
+      }
+      .org-hi-blue {
+        /* hi-blue */
+        color: #3366dd;
+        background-color: #ffffff;
+      }
+      .org-hi-green {
+        /* hi-green */
+        color: #008a00;
+        background-color: #ffffff;
+      }
+      .org-hi-pink {
+        /* hi-pink */
+        color: #bd30aa;
+        background-color: #ffffff;
+      }
+      .org-hi-red-b {
+        /* hi-red-b */
+        color: #dd0000;
+        background-color: #ffffff;
+      }
+      .org-hi-salmon {
+        /* hi-salmon */
+        color: #bf555a;
+        background-color: #ffffff;
+      }
+      .org-hi-yellow {
+        /* hi-yellow */
+        color: #af6400;
+        background-color: #ffffff;
+      }
+      .org-highlight {
+        /* highlight */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-hl-line {
+        /* hl-line */
+        background-color: #dae5ec;
+      }
+      .org-holiday {
+        /* holiday */
+        color: #a60000;
+      }
+      .org-homoglyph {
+        /* homoglyph */
+        color: #884900;
+      }
+      .org-ibuffer-locked-buffer {
+        /* ibuffer-locked-buffer */
+        color: #884900;
+      }
+      .org-icon {
+      }
+      .org-icon-button {
+        /* icon-button */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-ido-first-match {
+        /* ido-first-match */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-ido-incomplete-regexp {
+        /* ido-incomplete-regexp */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-ido-indicator {
+        /* ido-indicator */
+        font-weight: bold;
+      }
+      .org-ido-only-match {
+        /* ido-only-match */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-ido-subdir {
+        /* ido-subdir */
+        color: #531ab6;
+      }
+      .org-ido-virtual {
+        /* ido-virtual */
+        color: #884900;
+      }
+      .org-info-header-xref {
+        /* info-header-xref */
+        color: #3548cf;
+      }
+      .org-info-index-match {
+        /* info-index-match */
+        color: #000000;
+        background-color: #ffddff;
+      }
+      .org-info-menu-header {
+        /* info-menu-header */
+        font-weight: bold;
+      }
+      .org-info-menu-star {
+        /* info-menu-star */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-info-node {
+        /* info-node */
+        font-weight: bold;
+      }
+      .org-info-quoted {
+        /* Info-quoted */
+        color: #8f0075;
+      }
+      .org-info-title-1 {
+        /* info-title-1 */
+        color: #000000;
+        font-weight: bold;
+      }
+      .org-info-title-2 {
+        /* info-title-2 */
+        color: #624416;
+        font-weight: bold;
+      }
+      .org-info-title-3 {
+        /* info-title-3 */
+        color: #193668;
+        font-weight: bold;
+      }
+      .org-info-title-4 {
+        /* info-title-4 */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-info-xref {
+        /* info-xref */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-internal-border {
+      }
+      .org-isearch {
+        /* isearch */
+        color: #000000;
+        background-color: #f3d000;
+      }
+      .org-isearch-fail {
+        /* isearch-fail */
+        color: #000000;
+        background-color: #ff8f88;
+      }
+      .org-isearch-group-1 {
+        /* isearch-group-1 */
+        color: #000000;
+        background-color: #bfc9ff;
+      }
+      .org-isearch-group-2 {
+        /* isearch-group-2 */
+        color: #000000;
+        background-color: #8adf80;
+      }
+      .org-italic {
+        /* italic */
+        font-style: italic;
+      }
+      .org-jinx-annotation {
+        /* jinx-annotation */
+        color: #2a5045;
+      }
+      .org-jinx-highlight {
+        /* jinx-highlight */
+        color: #000000;
+        background-color: #f3d000;
+      }
+      .org-jinx-key {
+        /* jinx-key */
+        color: #2a5045;
+      }
+      .org-jinx-misspelled {
+        /* jinx-misspelled */
+        text-decoration: underline;
+      }
+      .org-jinx-save {
+        /* jinx-save */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-julia-macro {
+        /* julia-macro-face */
+        color: #8f0075;
+      }
+      .org-julia-quoted-symbol {
+        /* julia-quoted-symbol-face */
+        color: #0000b0;
+      }
+      .org-keyword {
+        /* font-lock-keyword-face */
+        color: #531ab6;
+      }
+      .org-kmacro-menu-flagged {
+        /* kmacro-menu-flagged */
+        color: #a60000;
+        background-color: #ffcfbf;
+        font-weight: bold;
+      }
+      .org-kmacro-menu-mark {
+        /* kmacro-menu-mark */
+        font-weight: bold;
+      }
+      .org-kmacro-menu-marked {
+        /* kmacro-menu-marked */
+        color: #005e8b;
+        background-color: #bfefff;
+        font-weight: bold;
+      }
+      .org-lazy-highlight {
+        /* lazy-highlight */
+        color: #000000;
+        background-color: #a4d5f9;
+      }
+      .org-line-number-major-tick {
+        /* line-number-major-tick */
+        color: #a60000;
+        background-color: #f2f2f2;
+      }
+      .org-line-number-minor-tick {
+        /* line-number-minor-tick */
+        color: #193668;
+        background-color: #f2f2f2;
+      }
+      .org-link {
+        /* link */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-link-visited {
+        /* link-visited */
+        color: #721045;
+        text-decoration: underline;
+      }
+      .org-llama-XX-macro {
+        /* llama-\#\#-macro */
+        color: #721045;
+      }
+      .org-llama-deleted-argument {
+      }
+      .org-llama-llama-macro {
+        /* llama-llama-macro */
+        color: #531ab6;
+      }
+      .org-llama-mandatory-argument {
+        /* llama-mandatory-argument */
+        color: #005e8b;
+      }
+      .org-llama-optional-argument {
+        /* llama-optional-argument */
+        color: #005f5f;
+      }
+      .org-log-edit-header {
+        /* log-edit-header */
+        font-weight: bold;
+      }
+      .org-log-edit-headers-separator {
+        /* log-edit-headers-separator */
+        background-color: #9f9f9f;
+      }
+      .org-log-edit-summary {
+        /* log-edit-summary */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-log-edit-unknown-header {
+        /* log-edit-unknown-header */
+        color: #595959;
+      }
+      .org-log-view-commit-body {
+      }
+      .org-log-view-file {
+        /* log-view-file */
+        font-weight: bold;
+      }
+      .org-log-view-message {
+        /* log-view-message */
+        color: #7a4f2f;
+      }
+      .org-magit-bisect-bad {
+        /* magit-bisect-bad */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-magit-bisect-good {
+        /* magit-bisect-good */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-magit-bisect-skip {
+        /* magit-bisect-skip */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-magit-blame-date {
+      }
+      .org-magit-blame-dimmed {
+        /* magit-blame-dimmed */
+        color: #595959;
+      }
+      .org-magit-blame-hash {
+      }
+      .org-magit-blame-heading {
+        /* magit-blame-heading */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-magit-blame-highlight {
+        /* magit-blame-highlight */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-magit-blame-margin {
+        /* magit-blame-margin */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-magit-blame-name {
+      }
+      .org-magit-blame-summary {
+      }
+      .org-magit-branch-current {
+        /* magit-branch-current */
+        color: #0031a9;
+      }
+      .org-magit-branch-local {
+        /* magit-branch-local */
+        color: #0031a9;
+      }
+      .org-magit-branch-remote {
+        /* magit-branch-remote */
+        color: #8f0075;
+      }
+      .org-magit-branch-remote-head {
+        /* magit-branch-remote-head */
+        color: #8f0075;
+      }
+      .org-magit-branch-upstream {
+        /* magit-branch-upstream */
+        font-style: italic;
+      }
+      .org-magit-branch-warning {
+        /* magit-branch-warning */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-magit-cherry-equivalent {
+        /* magit-cherry-equivalent */
+        color: #721045;
+      }
+      .org-magit-cherry-unmatched {
+        /* magit-cherry-unmatched */
+        color: #005e8b;
+      }
+      .org-magit-diff-added {
+        /* magit-diff-added */
+        color: #005000;
+        background-color: #d8f8e1;
+      }
+      .org-magit-diff-added-highlight {
+        /* magit-diff-added-highlight */
+        color: #005000;
+        background-color: #c1f2d1;
+      }
+      .org-magit-diff-base {
+        /* magit-diff-base */
+        color: #553d00;
+        background-color: #ffefbf;
+      }
+      .org-magit-diff-base-highlight {
+        /* magit-diff-base-highlight */
+        color: #553d00;
+        background-color: #ffdfa9;
+      }
+      .org-magit-diff-conflict-heading {
+        /* magit-diff-conflict-heading */
+        background-color: #e0e0e0;
+      }
+      .org-magit-diff-context {
+        /* magit-diff-context */
+        color: #595959;
+      }
+      .org-magit-diff-context-highlight {
+        /* magit-diff-context-highlight */
+        background-color: #f3f3f3;
+      }
+      .org-magit-diff-file-heading {
+        /* magit-diff-file-heading */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-magit-diff-file-heading-highlight {
+        /* magit-diff-file-heading-highlight */
+        color: #0031a9;
+        background-color: #e0e0e0;
+        font-weight: bold;
+      }
+      .org-magit-diff-file-heading-selection {
+        /* magit-diff-file-heading-selection */
+        background-color: #f5d0a0;
+        font-weight: bold;
+      }
+      .org-magit-diff-hunk-heading {
+        /* magit-diff-hunk-heading */
+        background-color: #e0e0e0;
+      }
+      .org-magit-diff-hunk-heading-highlight {
+        /* magit-diff-hunk-heading-highlight */
+        background-color: #c4c4c4;
+        font-weight: bold;
+      }
+      .org-magit-diff-hunk-heading-selection {
+        /* magit-diff-hunk-heading-selection */
+        background-color: #f5d0a0;
+        font-weight: bold;
+      }
+      .org-magit-diff-hunk-region {
+        /* magit-diff-hunk-region */
+        font-weight: bold;
+      }
+      .org-magit-diff-lines-boundary {
+        /* magit-diff-lines-boundary */
+        background-color: #000000;
+      }
+      .org-magit-diff-lines-heading {
+        /* magit-diff-lines-heading */
+        color: #ffffff;
+        background-color: #595959;
+      }
+      .org-magit-diff-our {
+        /* magit-diff-our */
+        color: #8f1313;
+        background-color: #ffe9e9;
+      }
+      .org-magit-diff-our-highlight {
+        /* magit-diff-our-highlight */
+        color: #8f1313;
+        background-color: #ffd8d5;
+      }
+      .org-magit-diff-removed {
+        /* magit-diff-removed */
+        color: #8f1313;
+        background-color: #ffe9e9;
+      }
+      .org-magit-diff-removed-highlight {
+        /* magit-diff-removed-highlight */
+        color: #8f1313;
+        background-color: #ffd8d5;
+      }
+      .org-magit-diff-revision-summary {
+        /* magit-diff-revision-summary */
+        background-color: #e0e0e0;
+      }
+      .org-magit-diff-revision-summary-highlight {
+        /* magit-diff-revision-summary-highlight */
+        background-color: #c4c4c4;
+        font-weight: bold;
+      }
+      .org-magit-diff-their {
+        /* magit-diff-their */
+        color: #005000;
+        background-color: #d8f8e1;
+      }
+      .org-magit-diff-their-highlight {
+        /* magit-diff-their-highlight */
+        color: #005000;
+        background-color: #c1f2d1;
+      }
+      .org-magit-diff-whitespace-warning {
+        /* magit-diff-whitespace-warning */
+        background-color: #ff8f88;
+      }
+      .org-magit-diffstat-added {
+        /* magit-diffstat-added */
+        color: #006700;
+      }
+      .org-magit-diffstat-removed {
+        /* magit-diffstat-removed */
+        color: #aa2222;
+      }
+      .org-magit-dimmed {
+        /* magit-dimmed */
+        color: #595959;
+      }
+      .org-magit-filename {
+        /* magit-filename */
+        color: #005e8b;
+      }
+      .org-magit-hash {
+        /* magit-hash */
+        color: #7a4f2f;
+      }
+      .org-magit-head {
+        /* magit-head */
+        color: #0031a9;
+      }
+      .org-magit-header-line {
+        /* magit-header-line */
+        font-weight: bold;
+      }
+      .org-magit-header-line-key {
+        /* magit-header-line-key */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-magit-header-line-log-select {
+        /* magit-header-line-log-select */
+        font-weight: bold;
+      }
+      .org-magit-keyword {
+        /* magit-keyword */
+        color: #531ab6;
+      }
+      .org-magit-keyword-squash {
+        /* magit-keyword-squash */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-magit-log-author {
+        /* magit-log-author */
+        color: #721045;
+      }
+      .org-magit-log-date {
+        /* magit-log-date */
+        color: #005e8b;
+      }
+      .org-magit-log-graph {
+        /* magit-log-graph */
+        color: #595959;
+      }
+      .org-magit-mode-line-process {
+        /* magit-mode-line-process */
+        color: #002580;
+        font-weight: bold;
+      }
+      .org-magit-mode-line-process-error {
+        /* magit-mode-line-process-error */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-magit-process-ng {
+        /* magit-process-ng */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-magit-process-ok {
+        /* magit-process-ok */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-magit-reflog-amend {
+        /* magit-reflog-amend */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-magit-reflog-checkout {
+        /* magit-reflog-checkout */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-magit-reflog-cherry-pick {
+        /* magit-reflog-cherry-pick */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-magit-reflog-commit {
+        /* magit-reflog-commit */
+        font-weight: bold;
+      }
+      .org-magit-reflog-merge {
+        /* magit-reflog-merge */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-magit-reflog-other {
+        /* magit-reflog-other */
+        color: #005e8b;
+        font-weight: bold;
+      }
+      .org-magit-reflog-rebase {
+        /* magit-reflog-rebase */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-magit-reflog-reset {
+        /* magit-reflog-reset */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-magit-refname {
+        /* magit-refname */
+        color: #595959;
+      }
+      .org-magit-refname-pullreq {
+        /* magit-refname-pullreq */
+        color: #595959;
+      }
+      .org-magit-refname-stash {
+        /* magit-refname-stash */
+        color: #595959;
+      }
+      .org-magit-refname-wip {
+        /* magit-refname-wip */
+        color: #595959;
+      }
+      .org-magit-section-child-count {
+      }
+      .org-magit-section-heading {
+        /* magit-section-heading */
+        font-weight: bold;
+      }
+      .org-magit-section-heading-selection {
+        /* magit-section-heading-selection */
+        background-color: #f5d0a0;
+        font-weight: bold;
+      }
+      .org-magit-section-highlight {
+        /* magit-section-highlight */
+        background-color: #f2f2f2;
+      }
+      .org-magit-section-secondary-heading {
+        /* magit-section-secondary-heading */
+        font-weight: bold;
+      }
+      .org-magit-sequence-done {
+        /* magit-sequence-done */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-magit-sequence-drop {
+        /* magit-sequence-drop */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-magit-sequence-exec {
+        /* magit-sequence-exec */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-magit-sequence-head {
+        /* magit-sequence-head */
+        color: #005e8b;
+        font-weight: bold;
+      }
+      .org-magit-sequence-part {
+        /* magit-sequence-part */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-magit-sequence-pick {
+        /* magit-sequence-pick */
+        font-weight: bold;
+      }
+      .org-magit-sequence-stop {
+        /* magit-sequence-stop */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-magit-signature-bad {
+        /* magit-signature-bad */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-magit-signature-error {
+        /* magit-signature-error */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-magit-signature-expired {
+        /* magit-signature-expired */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-magit-signature-expired-key {
+        /* magit-signature-expired-key */
+        color: #884900;
+      }
+      .org-magit-signature-good {
+        /* magit-signature-good */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-magit-signature-revoked {
+        /* magit-signature-revoked */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-magit-tag {
+        /* magit-tag */
+        color: #a60000;
+      }
+      .org-marginalia-archive {
+        /* marginalia-archive */
+        color: #0031a9;
+      }
+      .org-marginalia-char {
+        /* marginalia-char */
+        color: #005e8b;
+      }
+      .org-marginalia-date {
+        /* marginalia-date */
+        color: #005e8b;
+      }
+      .org-marginalia-documentation {
+        /* marginalia-documentation */
+        color: #2a5045;
+      }
+      .org-marginalia-file-name {
+      }
+      .org-marginalia-file-owner {
+        /* marginalia-file-owner */
+        color: #595959;
+      }
+      .org-marginalia-file-priv-dir {
+        /* marginalia-file-priv-dir */
+        color: #0031a9;
+      }
+      .org-marginalia-file-priv-exec {
+        /* marginalia-file-priv-exec */
+        color: #8f0075;
+      }
+      .org-marginalia-file-priv-link {
+        /* marginalia-file-priv-link */
+        color: #3548cf;
+      }
+      .org-marginalia-file-priv-no {
+        /* marginalia-file-priv-no */
+        color: #595959;
+      }
+      .org-marginalia-file-priv-other {
+        /* marginalia-file-priv-other */
+        color: #005e8b;
+      }
+      .org-marginalia-file-priv-rare {
+        /* marginalia-file-priv-rare */
+        color: #a60000;
+      }
+      .org-marginalia-file-priv-read {
+        /* marginalia-file-priv-read */
+        color: #000000;
+      }
+      .org-marginalia-file-priv-write {
+        /* marginalia-file-priv-write */
+        color: #0031a9;
+      }
+      .org-marginalia-function {
+        /* marginalia-function */
+        color: #721045;
+      }
+      .org-marginalia-installed {
+        /* marginalia-installed */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-marginalia-key {
+        /* marginalia-key */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-marginalia-lighter {
+        /* marginalia-lighter */
+        color: #595959;
+      }
+      .org-marginalia-list {
+        /* marginalia-list */
+        color: #0000b0;
+      }
+      .org-marginalia-mode {
+        /* marginalia-mode */
+        color: #0000b0;
+      }
+      .org-marginalia-modified {
+        /* marginalia-modified */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-marginalia-null {
+        /* marginalia-null */
+        color: #595959;
+      }
+      .org-marginalia-number {
+        /* marginalia-number */
+        color: #0000b0;
+      }
+      .org-marginalia-off {
+        /* marginalia-off */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-marginalia-on {
+        /* marginalia-on */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-marginalia-size {
+        /* marginalia-size */
+        color: #005e8b;
+      }
+      .org-marginalia-string {
+        /* marginalia-string */
+        color: #3548cf;
+      }
+      .org-marginalia-symbol {
+        /* marginalia-symbol */
+        color: #8f0075;
+      }
+      .org-marginalia-true {
+      }
+      .org-marginalia-type {
+        /* marginalia-type */
+        color: #005f5f;
+      }
+      .org-marginalia-value {
+        /* marginalia-value */
+        color: #595959;
+      }
+      .org-marginalia-version {
+        /* marginalia-version */
+        color: #005e8b;
+      }
+      .org-match {
+        /* match */
+        color: #000000;
+        background-color: #ffddff;
+      }
+      .org-menu {
+        /* menu */
+        color: #000000;
+        background-color: #f2f2f2;
+      }
+      .org-message-cited-text-1 {
+        /* message-cited-text-1 */
+        color: #003497;
+      }
+      .org-message-cited-text-2 {
+        /* message-cited-text-2 */
+        color: #884900;
+      }
+      .org-message-cited-text-3 {
+        /* message-cited-text-3 */
+        color: #005f5f;
+      }
+      .org-message-cited-text-4 {
+        /* message-cited-text-4 */
+        color: #a0132f;
+      }
+      .org-message-header-cc {
+        /* message-header-cc */
+        color: #531ab6;
+      }
+      .org-message-header-name {
+        /* message-header-name */
+        font-weight: bold;
+      }
+      .org-message-header-newsgroups {
+        /* message-header-newsgroups */
+        color: #7c318f;
+      }
+      .org-message-header-other {
+        /* message-header-other */
+        color: #7c318f;
+      }
+      .org-message-header-subject {
+        /* message-header-subject */
+        color: #8f0075;
+        font-weight: bold;
+      }
+      .org-message-header-to {
+        /* message-header-to */
+        color: #531ab6;
+        font-weight: bold;
+      }
+      .org-message-header-xheader {
+        /* message-header-xheader */
+        color: #7c318f;
+      }
+      .org-message-mml {
+        /* message-mml */
+        color: #005e8b;
+      }
+      .org-message-separator {
+        /* message-separator */
+        color: #000000;
+        background-color: #e0e0e0;
+      }
+      .org-message-signature-separator {
+        /* message-signature-separator */
+        font-weight: bold;
+      }
+      .org-minibuffer-prompt {
+        /* minibuffer-prompt */
+        color: #005f5f;
+      }
+      .org-misc-punctuation {
+        /* font-lock-misc-punctuation-face */
+        color: #000000;
+      }
+      .org-mm-command-output {
+        /* mm-command-output */
+        color: #005e8b;
+      }
+      .org-mm-uu-extract {
+        /* mm-uu-extract */
+        color: #005e8b;
+      }
+      .org-mode-line {
+        /* mode-line */
+        color: #000000;
+        background-color: #c8c8c8;
+      }
+      .org-mode-line-active {
+        /* mode-line-active */
+        color: #000000;
+        background-color: #c8c8c8;
+      }
+      .org-mode-line-buffer-id {
+        /* mode-line-buffer-id */
+        font-weight: bold;
+      }
+      .org-mode-line-emphasis {
+        /* mode-line-emphasis */
+        color: #002580;
+        font-weight: bold;
+      }
+      .org-mode-line-highlight {
+        /* mode-line-highlight */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-mode-line-inactive {
+        /* mode-line-inactive */
+        color: #585858;
+        background-color: #e6e6e6;
+      }
+      .org-modus-themes-bold {
+      }
+      .org-modus-themes-button {
+        /* modus-themes-button */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-modus-themes-completion-match-0 {
+        /* modus-themes-completion-match-0 */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-modus-themes-completion-match-1 {
+        /* modus-themes-completion-match-1 */
+        color: #8f0075;
+        font-weight: bold;
+      }
+      .org-modus-themes-completion-match-2 {
+        /* modus-themes-completion-match-2 */
+        color: #005e8b;
+        font-weight: bold;
+      }
+      .org-modus-themes-completion-match-3 {
+        /* modus-themes-completion-match-3 */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-modus-themes-completion-selected {
+        /* modus-themes-completion-selected */
+        background-color: #c0deff;
+        font-weight: bold;
+      }
+      .org-modus-themes-fg-blue {
+        /* modus-themes-fg-blue */
+        color: #0031a9;
+      }
+      .org-modus-themes-fg-blue-cooler {
+        /* modus-themes-fg-blue-cooler */
+        color: #0000b0;
+      }
+      .org-modus-themes-fg-blue-faint {
+        /* modus-themes-fg-blue-faint */
+        color: #003497;
+      }
+      .org-modus-themes-fg-blue-intense {
+        /* modus-themes-fg-blue-intense */
+        color: #0000ff;
+      }
+      .org-modus-themes-fg-blue-warmer {
+        /* modus-themes-fg-blue-warmer */
+        color: #3548cf;
+      }
+      .org-modus-themes-fg-cyan {
+        /* modus-themes-fg-cyan */
+        color: #005e8b;
+      }
+      .org-modus-themes-fg-cyan-cooler {
+        /* modus-themes-fg-cyan-cooler */
+        color: #005f5f;
+      }
+      .org-modus-themes-fg-cyan-faint {
+        /* modus-themes-fg-cyan-faint */
+        color: #005077;
+      }
+      .org-modus-themes-fg-cyan-intense {
+        /* modus-themes-fg-cyan-intense */
+        color: #008899;
+      }
+      .org-modus-themes-fg-cyan-warmer {
+        /* modus-themes-fg-cyan-warmer */
+        color: #3f578f;
+      }
+      .org-modus-themes-fg-green {
+        /* modus-themes-fg-green */
+        color: #006800;
+      }
+      .org-modus-themes-fg-green-cooler {
+        /* modus-themes-fg-green-cooler */
+        color: #00663f;
+      }
+      .org-modus-themes-fg-green-faint {
+        /* modus-themes-fg-green-faint */
+        color: #2a5045;
+      }
+      .org-modus-themes-fg-green-intense {
+        /* modus-themes-fg-green-intense */
+        color: #008900;
+      }
+      .org-modus-themes-fg-green-warmer {
+        /* modus-themes-fg-green-warmer */
+        color: #316500;
+      }
+      .org-modus-themes-fg-magenta {
+        /* modus-themes-fg-magenta */
+        color: #721045;
+      }
+      .org-modus-themes-fg-magenta-cooler {
+        /* modus-themes-fg-magenta-cooler */
+        color: #531ab6;
+      }
+      .org-modus-themes-fg-magenta-faint {
+        /* modus-themes-fg-magenta-faint */
+        color: #7c318f;
+      }
+      .org-modus-themes-fg-magenta-intense {
+        /* modus-themes-fg-magenta-intense */
+        color: #dd22dd;
+      }
+      .org-modus-themes-fg-magenta-warmer {
+        /* modus-themes-fg-magenta-warmer */
+        color: #8f0075;
+      }
+      .org-modus-themes-fg-red {
+        /* modus-themes-fg-red */
+        color: #a60000;
+      }
+      .org-modus-themes-fg-red-cooler {
+        /* modus-themes-fg-red-cooler */
+        color: #a0132f;
+      }
+      .org-modus-themes-fg-red-faint {
+        /* modus-themes-fg-red-faint */
+        color: #7f0000;
+      }
+      .org-modus-themes-fg-red-intense {
+        /* modus-themes-fg-red-intense */
+        color: #d00000;
+      }
+      .org-modus-themes-fg-red-warmer {
+        /* modus-themes-fg-red-warmer */
+        color: #972500;
+      }
+      .org-modus-themes-fg-yellow {
+        /* modus-themes-fg-yellow */
+        color: #6f5500;
+      }
+      .org-modus-themes-fg-yellow-cooler {
+        /* modus-themes-fg-yellow-cooler */
+        color: #7a4f2f;
+      }
+      .org-modus-themes-fg-yellow-faint {
+        /* modus-themes-fg-yellow-faint */
+        color: #624416;
+      }
+      .org-modus-themes-fg-yellow-intense {
+        /* modus-themes-fg-yellow-intense */
+        color: #808000;
+      }
+      .org-modus-themes-fg-yellow-warmer {
+        /* modus-themes-fg-yellow-warmer */
+        color: #884900;
+      }
+      .org-modus-themes-fixed-pitch {
+      }
+      .org-modus-themes-heading-0 {
+        /* modus-themes-heading-0 */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-modus-themes-heading-1 {
+        /* modus-themes-heading-1 */
+        color: #000000;
+        font-weight: bold;
+      }
+      .org-modus-themes-heading-2 {
+        /* modus-themes-heading-2 */
+        color: #624416;
+        font-weight: bold;
+      }
+      .org-modus-themes-heading-3 {
+        /* modus-themes-heading-3 */
+        color: #193668;
+        font-weight: bold;
+      }
+      .org-modus-themes-heading-4 {
+        /* modus-themes-heading-4 */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-modus-themes-heading-5 {
+        /* modus-themes-heading-5 */
+        color: #2a5045;
+        font-weight: bold;
+      }
+      .org-modus-themes-heading-6 {
+        /* modus-themes-heading-6 */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-modus-themes-heading-7 {
+        /* modus-themes-heading-7 */
+        color: #3f578f;
+        font-weight: bold;
+      }
+      .org-modus-themes-heading-8 {
+        /* modus-themes-heading-8 */
+        color: #595959;
+        font-weight: bold;
+      }
+      .org-modus-themes-intense-blue {
+        /* modus-themes-intense-blue */
+        color: #000000;
+        background-color: #bfc9ff;
+      }
+      .org-modus-themes-intense-cyan {
+        /* modus-themes-intense-cyan */
+        color: #000000;
+        background-color: #a4d5f9;
+      }
+      .org-modus-themes-intense-green {
+        /* modus-themes-intense-green */
+        color: #000000;
+        background-color: #8adf80;
+      }
+      .org-modus-themes-intense-magenta {
+        /* modus-themes-intense-magenta */
+        color: #000000;
+        background-color: #dfa0f0;
+      }
+      .org-modus-themes-intense-red {
+        /* modus-themes-intense-red */
+        color: #000000;
+        background-color: #ff8f88;
+      }
+      .org-modus-themes-intense-yellow {
+        /* modus-themes-intense-yellow */
+        color: #000000;
+        background-color: #f3d000;
+      }
+      .org-modus-themes-lang-error {
+        /* modus-themes-lang-error */
+        text-decoration: underline;
+      }
+      .org-modus-themes-lang-note {
+        /* modus-themes-lang-note */
+        text-decoration: underline;
+      }
+      .org-modus-themes-lang-warning {
+        /* modus-themes-lang-warning */
+        text-decoration: underline;
+      }
+      .org-modus-themes-mark-alt {
+        /* modus-themes-mark-alt */
+        color: #6f5500;
+        background-color: #fff576;
+        font-weight: bold;
+      }
+      .org-modus-themes-mark-del {
+        /* modus-themes-mark-del */
+        color: #a60000;
+        background-color: #ffcfbf;
+        font-weight: bold;
+      }
+      .org-modus-themes-mark-sel {
+        /* modus-themes-mark-sel */
+        color: #005e8b;
+        background-color: #bfefff;
+        font-weight: bold;
+      }
+      .org-modus-themes-nuanced-blue {
+        /* modus-themes-nuanced-blue */
+        background-color: #ecedff;
+      }
+      .org-modus-themes-nuanced-cyan {
+        /* modus-themes-nuanced-cyan */
+        background-color: #e0f2fa;
+      }
+      .org-modus-themes-nuanced-green {
+        /* modus-themes-nuanced-green */
+        background-color: #e0f6e0;
+      }
+      .org-modus-themes-nuanced-magenta {
+        /* modus-themes-nuanced-magenta */
+        background-color: #f8e6f5;
+      }
+      .org-modus-themes-nuanced-red {
+        /* modus-themes-nuanced-red */
+        background-color: #ffe8e8;
+      }
+      .org-modus-themes-nuanced-yellow {
+        /* modus-themes-nuanced-yellow */
+        background-color: #f8f0d0;
+      }
+      .org-modus-themes-prominent-error {
+        /* modus-themes-prominent-error */
+        color: #000000;
+        background-color: #ff8f88;
+      }
+      .org-modus-themes-prominent-note {
+        /* modus-themes-prominent-note */
+        color: #000000;
+        background-color: #a4d5f9;
+      }
+      .org-modus-themes-prominent-warning {
+        /* modus-themes-prominent-warning */
+        color: #000000;
+        background-color: #f3d000;
+      }
+      .org-modus-themes-prompt {
+        /* modus-themes-prompt */
+        color: #005f5f;
+      }
+      .org-modus-themes-prose-code {
+        /* modus-themes-prose-code */
+        color: #005f5f;
+      }
+      .org-modus-themes-prose-macro {
+        /* modus-themes-prose-macro */
+        color: #531ab6;
+      }
+      .org-modus-themes-prose-verbatim {
+        /* modus-themes-prose-verbatim */
+        color: #8f0075;
+      }
+      .org-modus-themes-reset-soft {
+        /* modus-themes-reset-soft */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-modus-themes-search-current {
+        /* modus-themes-search-current */
+        color: #000000;
+        background-color: #f3d000;
+      }
+      .org-modus-themes-search-lazy {
+        /* modus-themes-search-lazy */
+        color: #000000;
+        background-color: #a4d5f9;
+      }
+      .org-modus-themes-search-replace {
+        /* modus-themes-search-replace */
+        color: #000000;
+        background-color: #ff8f88;
+      }
+      .org-modus-themes-search-rx-group-0 {
+        /* modus-themes-search-rx-group-0 */
+        color: #000000;
+        background-color: #bfc9ff;
+      }
+      .org-modus-themes-search-rx-group-1 {
+        /* modus-themes-search-rx-group-1 */
+        color: #000000;
+        background-color: #8adf80;
+      }
+      .org-modus-themes-search-rx-group-2 {
+        /* modus-themes-search-rx-group-2 */
+        color: #000000;
+        background-color: #ffcfbf;
+      }
+      .org-modus-themes-search-rx-group-3 {
+        /* modus-themes-search-rx-group-3 */
+        color: #000000;
+        background-color: #ffddff;
+      }
+      .org-modus-themes-slant {
+      }
+      .org-modus-themes-subtle-blue {
+        /* modus-themes-subtle-blue */
+        color: #000000;
+        background-color: #ccdfff;
+      }
+      .org-modus-themes-subtle-cyan {
+        /* modus-themes-subtle-cyan */
+        color: #000000;
+        background-color: #bfefff;
+      }
+      .org-modus-themes-subtle-green {
+        /* modus-themes-subtle-green */
+        color: #000000;
+        background-color: #b3fabf;
+      }
+      .org-modus-themes-subtle-magenta {
+        /* modus-themes-subtle-magenta */
+        color: #000000;
+        background-color: #ffddff;
+      }
+      .org-modus-themes-subtle-red {
+        /* modus-themes-subtle-red */
+        color: #000000;
+        background-color: #ffcfbf;
+      }
+      .org-modus-themes-subtle-yellow {
+        /* modus-themes-subtle-yellow */
+        color: #000000;
+        background-color: #fff576;
+      }
+      .org-modus-themes-ui-variable-pitch {
+      }
+      .org-mouse {
+      }
+      .org-mouse-drag-and-drop-region {
+        /* mouse-drag-and-drop-region */
+        color: #000000;
+        background-color: #bdbdbd;
+      }
+      .org-mu4e-compose-separator {
+        /* mu4e-compose-separator-face */
+        color: #000000;
+        background-color: #e0e0e0;
+      }
+      .org-mu4e-contact {
+        /* mu4e-contact-face */
+        color: #531ab6;
+        font-weight: bold;
+      }
+      .org-mu4e-context {
+        /* mu4e-context-face */
+        font-weight: bold;
+      }
+      .org-mu4e-draft {
+        /* mu4e-draft-face */
+        color: #884900;
+      }
+      .org-mu4e-flagged {
+        /* mu4e-flagged-face */
+        color: #531ab6;
+      }
+      .org-mu4e-footer {
+        /* mu4e-footer-face */
+        color: #193668;
+        font-style: italic;
+      }
+      .org-mu4e-forwarded {
+        /* mu4e-forwarded-face */
+        color: #005f5f;
+        font-style: italic;
+      }
+      .org-mu4e-header {
+        /* mu4e-header-face */
+        color: #595959;
+      }
+      .org-mu4e-header-field {
+        /* mu4e-header-field-face */
+        font-weight: bold;
+      }
+      .org-mu4e-header-highlight {
+        /* mu4e-header-highlight-face */
+        background-color: #dae5ec;
+      }
+      .org-mu4e-header-key {
+        /* mu4e-header-key-face */
+        font-weight: bold;
+      }
+      .org-mu4e-header-marks {
+        /* mu4e-header-marks-face */
+        color: #8f0075;
+        font-weight: bold;
+      }
+      .org-mu4e-header-title {
+        /* mu4e-header-title-face */
+        color: #193668;
+      }
+      .org-mu4e-header-value {
+        /* mu4e-header-value-face */
+        color: #7c318f;
+      }
+      .org-mu4e-highlight {
+        /* mu4e-highlight-face */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-mu4e-link {
+        /* mu4e-link-face */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-mu4e-modeline {
+      }
+      .org-mu4e-ok {
+        /* mu4e-ok-face */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-mu4e-region-code {
+        /* mu4e-region-code */
+        color: #8f0075;
+      }
+      .org-mu4e-replied {
+        /* mu4e-replied-face */
+        color: #005f5f;
+      }
+      .org-mu4e-special-header-value {
+        /* mu4e-special-header-value-face */
+        color: #8f0075;
+        font-weight: bold;
+      }
+      .org-mu4e-system {
+        /* mu4e-system-face */
+        font-style: italic;
+      }
+      .org-mu4e-thread-fold {
+        /* mu4e-thread-fold-face */
+        color: #9f9f9f;
+      }
+      .org-mu4e-title {
+      }
+      .org-mu4e-trashed {
+        /* mu4e-trashed-face */
+        color: #a60000;
+      }
+      .org-mu4e-unread {
+        /* mu4e-unread-face */
+        font-weight: bold;
+      }
+      .org-mu4e-url-number {
+        /* mu4e-url-number-face */
+        color: #595959;
+      }
+      .org-mu4e-warning {
+        /* mu4e-warning-face */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-negation-char {
+        /* font-lock-negation-char-face */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-nerd-icons-blue {
+        /* nerd-icons-blue */
+        color: #0000b0;
+      }
+      .org-nerd-icons-blue-alt {
+        /* nerd-icons-blue-alt */
+        color: #3548cf;
+      }
+      .org-nerd-icons-cyan {
+        /* nerd-icons-cyan */
+        color: #005e8b;
+      }
+      .org-nerd-icons-cyan-alt {
+        /* nerd-icons-cyan-alt */
+        color: #3f578f;
+      }
+      .org-nerd-icons-dblue {
+        /* nerd-icons-dblue */
+        color: #003497;
+      }
+      .org-nerd-icons-dcyan {
+        /* nerd-icons-dcyan */
+        color: #005077;
+      }
+      .org-nerd-icons-dgreen {
+        /* nerd-icons-dgreen */
+        color: #2a5045;
+      }
+      .org-nerd-icons-dired-dir {
+        /* nerd-icons-dired-dir-face */
+        color: #0031a9;
+      }
+      .org-nerd-icons-dmaroon {
+        /* nerd-icons-dmaroon */
+        color: #7c318f;
+      }
+      .org-nerd-icons-dorange {
+        /* nerd-icons-dorange */
+        color: #7f0000;
+      }
+      .org-nerd-icons-dpink {
+        /* nerd-icons-dpink */
+        color: #7c318f;
+      }
+      .org-nerd-icons-dpurple {
+        /* nerd-icons-dpurple */
+        color: #531ab6;
+      }
+      .org-nerd-icons-dred {
+        /* nerd-icons-dred */
+        color: #a60000;
+      }
+      .org-nerd-icons-dsilver {
+        /* nerd-icons-dsilver */
+        color: #005077;
+      }
+      .org-nerd-icons-dyellow {
+        /* nerd-icons-dyellow */
+        color: #624416;
+      }
+      .org-nerd-icons-green {
+        /* nerd-icons-green */
+        color: #006800;
+      }
+      .org-nerd-icons-lblue {
+        /* nerd-icons-lblue */
+        color: #0000b0;
+      }
+      .org-nerd-icons-lcyan {
+        /* nerd-icons-lcyan */
+        color: #005e8b;
+      }
+      .org-nerd-icons-lgreen {
+        /* nerd-icons-lgreen */
+        color: #316500;
+      }
+      .org-nerd-icons-lmaroon {
+        /* nerd-icons-lmaroon */
+        color: #8f0075;
+      }
+      .org-nerd-icons-lorange {
+        /* nerd-icons-lorange */
+        color: #972500;
+      }
+      .org-nerd-icons-lpink {
+        /* nerd-icons-lpink */
+        color: #721045;
+      }
+      .org-nerd-icons-lpurple {
+        /* nerd-icons-lpurple */
+        color: #7c318f;
+      }
+      .org-nerd-icons-lred {
+        /* nerd-icons-lred */
+        color: #7f0000;
+      }
+      .org-nerd-icons-lsilver {
+        /* nerd-icons-lsilver */
+        color: #7f7f7f;
+      }
+      .org-nerd-icons-lyellow {
+        /* nerd-icons-lyellow */
+        color: #884900;
+      }
+      .org-nerd-icons-maroon {
+        /* nerd-icons-maroon */
+        color: #721045;
+      }
+      .org-nerd-icons-orange {
+        /* nerd-icons-orange */
+        color: #884900;
+      }
+      .org-nerd-icons-pink {
+        /* nerd-icons-pink */
+        color: #8f0075;
+      }
+      .org-nerd-icons-purple {
+        /* nerd-icons-purple */
+        color: #531ab6;
+      }
+      .org-nerd-icons-purple-alt {
+        /* nerd-icons-purple-alt */
+        color: #3548cf;
+      }
+      .org-nerd-icons-red {
+        /* nerd-icons-red */
+        color: #a60000;
+      }
+      .org-nerd-icons-red-alt {
+        /* nerd-icons-red-alt */
+        color: #a0132f;
+      }
+      .org-nerd-icons-silver {
+        /* nerd-icons-silver */
+        color: #7f7f7f;
+      }
+      .org-nerd-icons-yellow {
+        /* nerd-icons-yellow */
+        color: #6f5500;
+      }
+      .org-next-error {
+        /* next-error */
+        color: #000000;
+        background-color: #ff8f88;
+      }
+      .org-next-error-message {
+        /* next-error-message */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-nobreak-hyphen {
+        /* nobreak-hyphen */
+        color: #a60000;
+      }
+      .org-nobreak-space {
+        /* nobreak-space */
+        color: #a60000;
+        text-decoration: underline;
+      }
+      .org-number {
+        /* font-lock-number-face */
+        color: #000000;
+      }
+      .org-nxml-attribute-colon {
+        /* nxml-attribute-colon */
+        color: #000000;
+      }
+      .org-nxml-attribute-local-name {
+        /* nxml-attribute-local-name */
+        color: #005e8b;
+      }
+      .org-nxml-attribute-prefix {
+        /* nxml-attribute-prefix */
+        color: #005f5f;
+      }
+      .org-nxml-attribute-value {
+        /* nxml-attribute-value */
+        color: #0000b0;
+      }
+      .org-nxml-attribute-value-delimiter {
+        /* nxml-attribute-value-delimiter */
+        color: #0000b0;
+      }
+      .org-nxml-cdata-section-cdata {
+        /* nxml-cdata-section-CDATA */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-nxml-cdata-section-content {
+        /* nxml-cdata-section-content */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-nxml-cdata-section-delimiter {
+        /* nxml-cdata-section-delimiter */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-nxml-char-ref-delimiter {
+        /* nxml-char-ref-delimiter */
+        color: #595959;
+      }
+      .org-nxml-delimiter {
+        /* nxml-delimiter */
+        color: #595959;
+      }
+      .org-nxml-element-colon {
+        /* nxml-element-colon */
+        color: #000000;
+      }
+      .org-nxml-element-local-name {
+        /* nxml-element-local-name */
+        color: #721045;
+      }
+      .org-nxml-element-prefix {
+        /* nxml-element-prefix */
+        color: #8f0075;
+      }
+      .org-nxml-entity-ref-delimiter {
+        /* nxml-entity-ref-delimiter */
+        color: #595959;
+      }
+      .org-nxml-glyph {
+        /* nxml-glyph */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-nxml-heading {
+        /* nxml-heading */
+        font-weight: bold;
+      }
+      .org-nxml-markup-declaration-delimiter {
+        /* nxml-markup-declaration-delimiter */
+        color: #595959;
+      }
+      .org-nxml-name {
+        /* nxml-name */
+        color: #8f0075;
+      }
+      .org-nxml-namespace-attribute-colon {
+        /* nxml-namespace-attribute-colon */
+        color: #000000;
+      }
+      .org-nxml-namespace-attribute-prefix {
+        /* nxml-namespace-attribute-prefix */
+        color: #005e8b;
+      }
+      .org-nxml-namespace-attribute-xmlns {
+        /* nxml-namespace-attribute-xmlns */
+        color: #005f5f;
+      }
+      .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: #595959;
+      }
+      .org-nxml-processing-instruction-delimiter {
+        /* nxml-processing-instruction-delimiter */
+        color: #595959;
+      }
+      .org-nxml-processing-instruction-target {
+        /* nxml-processing-instruction-target */
+        color: #531ab6;
+      }
+      .org-nxml-prolog-keyword {
+        /* nxml-prolog-keyword */
+        color: #531ab6;
+      }
+      .org-nxml-prolog-literal-content {
+        /* nxml-prolog-literal-content */
+        color: #595959;
+      }
+      .org-nxml-prolog-literal-delimiter {
+        /* nxml-prolog-literal-delimiter */
+        color: #595959;
+      }
+      .org-nxml-tag-delimiter {
+        /* nxml-tag-delimiter */
+        color: #595959;
+      }
+      .org-nxml-tag-slash {
+        /* nxml-tag-slash */
+        color: #595959;
+      }
+      .org-nxml-text {
+        /* nxml-text */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-operator {
+        /* font-lock-operator-face */
+        color: #000000;
+      }
+      .org-orderless-match-face-0 {
+        /* orderless-match-face-0 */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-orderless-match-face-1 {
+        /* orderless-match-face-1 */
+        color: #8f0075;
+        font-weight: bold;
+      }
+      .org-orderless-match-face-2 {
+        /* orderless-match-face-2 */
+        color: #005e8b;
+        font-weight: bold;
+      }
+      .org-orderless-match-face-3 {
+        /* orderless-match-face-3 */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-org-agenda-calendar-daterange {
+        /* org-agenda-calendar-daterange */
+        color: #193668;
+      }
+      .org-org-agenda-calendar-event {
+        /* org-agenda-calendar-event */
+        color: #193668;
+      }
+      .org-org-agenda-clocking {
+        /* org-agenda-clocking */
+        color: #884900;
+        background-color: #f8f0d0;
+        font-weight: bold;
+      }
+      .org-org-agenda-column-dateline {
+        /* org-agenda-column-dateline */
+        background-color: #e0e0e0;
+      }
+      .org-org-agenda-current-time {
+        /* org-agenda-current-time */
+        color: #000000;
+      }
+      .org-org-agenda-date {
+        /* org-agenda-date */
+        color: #005e8b;
+        font-weight: bold;
+      }
+      .org-org-agenda-date-today {
+        /* org-agenda-date-today */
+        color: #005e8b;
+        font-weight: bold;
+        text-decoration: underline;
+      }
+      .org-org-agenda-date-weekend {
+        /* org-agenda-date-weekend */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-org-agenda-date-weekend-today {
+        /* org-agenda-date-weekend-today */
+        color: #721045;
+        font-weight: bold;
+        text-decoration: underline;
+      }
+      .org-org-agenda-diary {
+        /* org-agenda-diary */
+        color: #193668;
+      }
+      .org-org-agenda-dimmed-todo {
+        /* org-agenda-dimmed-todo-face */
+        color: #595959;
+      }
+      .org-org-agenda-done {
+        /* org-agenda-done */
+        color: #006800;
+      }
+      .org-org-agenda-filter-category {
+        /* org-agenda-filter-category */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-org-agenda-filter-effort {
+        /* org-agenda-filter-effort */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-org-agenda-filter-regexp {
+        /* org-agenda-filter-regexp */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-org-agenda-filter-tags {
+        /* org-agenda-filter-tags */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-org-agenda-restriction-lock {
+        /* org-agenda-restriction-lock */
+        color: #595959;
+        background-color: #f2f2f2;
+      }
+      .org-org-agenda-structure {
+        /* org-agenda-structure */
+        color: #193668;
+        font-weight: bold;
+      }
+      .org-org-agenda-structure-filter {
+        /* org-agenda-structure-filter */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-org-agenda-structure-secondary {
+        /* org-agenda-structure-secondary */
+        color: #2a5045;
+      }
+      .org-org-archived {
+        /* org-archived */
+        color: #000000;
+        background-color: #e0e0e0;
+      }
+      .org-org-block {
+        /* org-block */
+        background-color: #f2f2f2;
+      }
+      .org-org-block-begin-line {
+        /* org-block-begin-line */
+        color: #595959;
+        background-color: #f2f2f2;
+      }
+      .org-org-block-end-line {
+        /* org-block-end-line */
+        color: #595959;
+        background-color: #f2f2f2;
+      }
+      .org-org-checkbox {
+        /* org-checkbox */
+        color: #884900;
+      }
+      .org-org-checkbox-statistics-done {
+        /* org-checkbox-statistics-done */
+        color: #006800;
+      }
+      .org-org-checkbox-statistics-todo {
+        /* org-checkbox-statistics-todo */
+        color: #a60000;
+      }
+      .org-org-cite {
+        /* org-cite */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-org-cite-key {
+        /* org-cite-key */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-org-clock-overlay {
+        /* org-clock-overlay */
+        color: #000000;
+        background-color: #f5d0a0;
+      }
+      .org-org-code {
+        /* org-code */
+        color: #005f5f;
+      }
+      .org-org-column {
+        /* org-column */
+        color: #000000;
+        background-color: #f2f2f2;
+      }
+      .org-org-date {
+        /* org-date */
+        color: #005e8b;
+      }
+      .org-org-date-selected {
+        /* org-date-selected */
+        color: #005e8b;
+      }
+      .org-org-default {
+        /* org-default */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-org-dispatcher-highlight {
+        /* org-dispatcher-highlight */
+        color: #000000;
+        background-color: #f5d0a0;
+      }
+      .org-org-document-info {
+        /* org-document-info */
+        color: #193668;
+      }
+      .org-org-document-info-keyword {
+        /* org-document-info-keyword */
+        color: #595959;
+      }
+      .org-org-document-title {
+        /* org-document-title */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-org-done {
+        /* org-done */
+        color: #006800;
+      }
+      .org-org-drawer {
+        /* org-drawer */
+        color: #595959;
+      }
+      .org-org-ellipsis {
+      }
+      .org-org-footnote {
+        /* org-footnote */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-org-formula {
+        /* org-formula */
+        color: #8f0075;
+      }
+      .org-org-habit-alert {
+        /* org-habit-alert-face */
+        color: #000000;
+        background-color: #ffcf00;
+      }
+      .org-org-habit-alert-future {
+        /* org-habit-alert-future-face */
+        background-color: #f9ff00;
+      }
+      .org-org-habit-clear {
+        /* org-habit-clear-face */
+        color: #000000;
+        background-color: #7f90ff;
+      }
+      .org-org-habit-clear-future {
+        /* org-habit-clear-future-face */
+        background-color: #a6c0ff;
+      }
+      .org-org-habit-overdue {
+        /* org-habit-overdue-face */
+        background-color: #ef7969;
+      }
+      .org-org-habit-overdue-future {
+        /* org-habit-overdue-future-face */
+        background-color: #ffaab4;
+      }
+      .org-org-habit-ready {
+        /* org-habit-ready-face */
+        color: #000000;
+        background-color: #45c050;
+      }
+      .org-org-habit-ready-future {
+        /* org-habit-ready-future-face */
+        background-color: #75ef30;
+      }
+      .org-org-headline-done {
+        /* org-headline-done */
+        color: #006800;
+      }
+      .org-org-headline-todo {
+        /* org-headline-todo */
+        color: #a60000;
+      }
+      .org-org-hide {
+        /* org-hide */
+        color: #ffffff;
+      }
+      .org-org-imminent-deadline {
+        /* org-imminent-deadline */
+        color: #a0132f;
+        font-weight: bold;
+      }
+      .org-org-inline-src-block {
+        /* org-inline-src-block */
+        background-color: #f2f2f2;
+      }
+      .org-org-latex-and-related {
+        /* org-latex-and-related */
+        color: #005f5f;
+      }
+      .org-org-level-1 {
+        /* org-level-1 */
+        color: #000000;
+        font-weight: bold;
+      }
+      .org-org-level-2 {
+        /* org-level-2 */
+        color: #624416;
+        font-weight: bold;
+      }
+      .org-org-level-3 {
+        /* org-level-3 */
+        color: #193668;
+        font-weight: bold;
+      }
+      .org-org-level-4 {
+        /* org-level-4 */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-org-level-5 {
+        /* org-level-5 */
+        color: #2a5045;
+        font-weight: bold;
+      }
+      .org-org-level-6 {
+        /* org-level-6 */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-org-level-7 {
+        /* org-level-7 */
+        color: #3f578f;
+        font-weight: bold;
+      }
+      .org-org-level-8 {
+        /* org-level-8 */
+        color: #595959;
+        font-weight: bold;
+      }
+      .org-org-link {
+        /* org-link */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-org-list-dt {
+        /* org-list-dt */
+        font-weight: bold;
+      }
+      .org-org-macro {
+        /* org-macro */
+        color: #531ab6;
+      }
+      .org-org-meta-line {
+        /* org-meta-line */
+        color: #595959;
+      }
+      .org-org-mode-line-clock {
+      }
+      .org-org-mode-line-clock-overrun {
+        /* org-mode-line-clock-overrun */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-org-priority {
+        /* org-priority */
+        color: #7c318f;
+      }
+      .org-org-property-value {
+        /* org-property-value */
+        color: #193668;
+      }
+      .org-org-quote {
+        /* org-quote */
+        background-color: #f2f2f2;
+      }
+      .org-org-scheduled {
+        /* org-scheduled */
+        color: #624416;
+      }
+      .org-org-scheduled-today {
+        /* org-scheduled-today */
+        color: #6f5500;
+      }
+      .org-org-sexp-date {
+        /* org-sexp-date */
+        color: #005e8b;
+      }
+      .org-org-special-keyword {
+        /* org-special-keyword */
+        color: #595959;
+      }
+      .org-org-table {
+        /* org-table */
+        color: #193668;
+      }
+      .org-org-table-row {
+        /* org-table-row */
+        color: #193668;
+      }
+      .org-org-tag {
+        /* org-tag */
+        color: #7c318f;
+      }
+      .org-org-target {
+        /* org-target */
+        text-decoration: underline;
+      }
+      .org-org-time-grid {
+        /* org-time-grid */
+        color: #595959;
+      }
+      .org-org-todo {
+        /* org-todo */
+        color: #a60000;
+      }
+      .org-org-upcoming-deadline {
+        /* org-upcoming-deadline */
+        color: #7f0000;
+      }
+      .org-org-upcoming-distant-deadline {
+        /* org-upcoming-distant-deadline */
+        color: #000000;
+      }
+      .org-org-verbatim {
+        /* org-verbatim */
+        color: #8f0075;
+      }
+      .org-org-verse {
+        /* org-verse */
+        background-color: #f2f2f2;
+      }
+      .org-org-warning {
+        /* org-warning */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-outline-1 {
+        /* outline-1 */
+        color: #000000;
+        font-weight: bold;
+      }
+      .org-outline-2 {
+        /* outline-2 */
+        color: #624416;
+        font-weight: bold;
+      }
+      .org-outline-3 {
+        /* outline-3 */
+        color: #193668;
+        font-weight: bold;
+      }
+      .org-outline-4 {
+        /* outline-4 */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-outline-5 {
+        /* outline-5 */
+        color: #2a5045;
+        font-weight: bold;
+      }
+      .org-outline-6 {
+        /* outline-6 */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-outline-7 {
+        /* outline-7 */
+        color: #3f578f;
+        font-weight: bold;
+      }
+      .org-outline-8 {
+        /* outline-8 */
+        color: #595959;
+        font-weight: bold;
+      }
+      .org-package-description {
+        /* package-description */
+        color: #2a5045;
+      }
+      .org-package-help-section-name {
+        /* package-help-section-name */
+        font-weight: bold;
+      }
+      .org-package-name {
+        /* package-name */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-package-status-avail-obso {
+        /* package-status-avail-obso */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-package-status-available {
+        /* package-status-available */
+        color: #005e8b;
+      }
+      .org-package-status-built-in {
+        /* package-status-built-in */
+        color: #8f0075;
+      }
+      .org-package-status-dependency {
+        /* package-status-dependency */
+        color: #884900;
+      }
+      .org-package-status-disabled {
+        /* package-status-disabled */
+        color: #a60000;
+        font-weight: bold;
+        text-decoration: line-through;
+      }
+      .org-package-status-external {
+        /* package-status-external */
+        color: #8f0075;
+      }
+      .org-package-status-from-source {
+        /* package-status-from-source */
+        color: #005f5f;
+      }
+      .org-package-status-held {
+        /* package-status-held */
+        color: #884900;
+      }
+      .org-package-status-incompat {
+        /* package-status-incompat */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-package-status-installed {
+        /* package-status-installed */
+        color: #193668;
+      }
+      .org-package-status-new {
+        /* package-status-new */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-package-status-unsigned {
+        /* package-status-unsigned */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-pass-mode-directory {
+        /* pass-mode-directory-face */
+        color: #0031a9;
+        font-weight: bold;
+      }
+      .org-pass-mode-entry {
+        /* pass-mode-entry-face */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-pass-mode-header {
+        /* pass-mode-header-face */
+        color: #595959;
+      }
+      .org-pass-mode-keybinding {
+        /* pass-mode-keybinding-face */
+        color: #0000b0;
+      }
+      .org-preprocessor {
+        /* font-lock-preprocessor-face */
+        color: #a0132f;
+      }
+      .org-proced-cpu {
+        /* proced-cpu */
+        color: #531ab6;
+      }
+      .org-proced-emacs-pid {
+        /* proced-emacs-pid */
+        color: #7a4f2f;
+        text-decoration: underline;
+      }
+      .org-proced-executable {
+        /* proced-executable */
+        color: #721045;
+      }
+      .org-proced-interruptible-sleep-status-code {
+        /* proced-interruptible-sleep-status-code */
+        color: #595959;
+      }
+      .org-proced-mark {
+        /* proced-mark */
+        font-weight: bold;
+      }
+      .org-proced-marked {
+        /* proced-marked */
+        color: #6f5500;
+        background-color: #fff576;
+        font-weight: bold;
+      }
+      .org-proced-mem {
+        /* proced-mem */
+        color: #005f5f;
+      }
+      .org-proced-memory-high-usage {
+        /* proced-memory-high-usage */
+        color: #a60000;
+      }
+      .org-proced-memory-low-usage {
+        /* proced-memory-low-usage */
+        color: #005f5f;
+      }
+      .org-proced-memory-medium-usage {
+        /* proced-memory-medium-usage */
+        color: #884900;
+      }
+      .org-proced-pgrp {
+        /* proced-pgrp */
+        color: #7a4f2f;
+      }
+      .org-proced-pid {
+        /* proced-pid */
+        color: #7a4f2f;
+      }
+      .org-proced-ppid {
+        /* proced-ppid */
+        color: #7a4f2f;
+      }
+      .org-proced-run-status-code {
+        /* proced-run-status-code */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-proced-sess {
+        /* proced-sess */
+        color: #7a4f2f;
+      }
+      .org-proced-session-leader-pid {
+        /* proced-session-leader-pid */
+        color: #7a4f2f;
+        font-weight: bold;
+      }
+      .org-proced-sort-header {
+        /* proced-sort-header */
+        font-weight: bold;
+        text-decoration: underline;
+      }
+      .org-proced-time-colon {
+      }
+      .org-proced-uninterruptible-sleep-status-code {
+        /* proced-uninterruptible-sleep-status-code */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-proced-user {
+      }
+      .org-property-name {
+        /* font-lock-property-name-face */
+        color: #005e8b;
+      }
+      .org-property-use {
+        /* font-lock-property-use-face */
+        color: #005e8b;
+      }
+      .org-punctuation {
+        /* font-lock-punctuation-face */
+        color: #000000;
+      }
+      .org-query-replace {
+        /* query-replace */
+        color: #000000;
+        background-color: #ff8f88;
+      }
+      .org-read-multiple-choice {
+        /* read-multiple-choice-face */
+        color: #005e8b;
+        background-color: #bfefff;
+        font-weight: bold;
+      }
+      .org-rectangle-preview {
+        /* rectangle-preview */
+        color: #000000;
+        background-color: #f5d0a0;
+      }
+      .org-regexp {
+        /* font-lock-regexp-face */
+        color: #3548cf;
+      }
+      .org-regexp-grouping-backslash {
+        /* font-lock-regexp-grouping-backslash */
+        color: #721045;
+      }
+      .org-regexp-grouping-construct {
+        /* font-lock-regexp-grouping-construct */
+        color: #00663f;
+      }
+      .org-region {
+        /* region */
+        color: #000000;
+        background-color: #bdbdbd;
+      }
+      .org-rng-error {
+        /* rng-error */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-scroll-bar {
+        /* scroll-bar */
+        color: #9f9f9f;
+        background-color: #f2f2f2;
+      }
+      .org-secondary-selection {
+        /* secondary-selection */
+        color: #000000;
+        background-color: #f5d0a0;
+      }
+      .org-separator-line {
+        /* separator-line */
+        text-decoration: underline;
+      }
+      .org-sgml-namespace {
+        /* sgml-namespace */
+        color: #8f0075;
+      }
+      .org-sh-escaped-newline {
+        /* sh-escaped-newline */
+        color: #3548cf;
+      }
+      .org-sh-heredoc {
+        /* sh-heredoc */
+        color: #3548cf;
+      }
+      .org-sh-quoted-exec {
+        /* sh-quoted-exec */
+        color: #8f0075;
+      }
+      .org-shadow {
+        /* shadow */
+        color: #595959;
+      }
+      .org-shortdoc-heading {
+        /* shortdoc-heading */
+        font-weight: bold;
+      }
+      .org-shortdoc-section {
+      }
+      .org-show-paren-match {
+        /* show-paren-match */
+        color: #000000;
+        background-color: #5fcfff;
+      }
+      .org-show-paren-match-expression {
+        /* show-paren-match-expression */
+        background-color: #efd3f5;
+      }
+      .org-show-paren-mismatch {
+        /* show-paren-mismatch */
+        color: #000000;
+        background-color: #ff8f88;
+      }
+      .org-shr-abbreviation {
+        /* shr-abbreviation */
+        text-decoration: underline;
+      }
+      .org-shr-code {
+        /* shr-code */
+        color: #8f0075;
+      }
+      .org-shr-h1 {
+        /* shr-h1 */
+        color: #000000;
+        font-weight: bold;
+      }
+      .org-shr-h2 {
+        /* shr-h2 */
+        color: #624416;
+        font-weight: bold;
+      }
+      .org-shr-h3 {
+        /* shr-h3 */
+        color: #193668;
+        font-weight: bold;
+      }
+      .org-shr-h4 {
+        /* shr-h4 */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-shr-h5 {
+        /* shr-h5 */
+        color: #2a5045;
+        font-weight: bold;
+      }
+      .org-shr-h6 {
+        /* shr-h6 */
+        color: #7f0000;
+        font-weight: bold;
+      }
+      .org-shr-link {
+        /* shr-link */
+        color: #3548cf;
+        text-decoration: underline;
+      }
+      .org-shr-mark {
+        /* shr-mark */
+        color: #000000;
+        background-color: #ffddff;
+      }
+      .org-shr-selected-link {
+        /* shr-selected-link */
+        color: #005e8b;
+        background-color: #bfefff;
+        font-weight: bold;
+      }
+      .org-shr-sliced-image {
+      }
+      .org-shr-strike-through {
+        /* shr-strike-through */
+        text-decoration: line-through;
+      }
+      .org-shr-sup {
+        /* shr-sup */
+        font-size: 80%;
+      }
+      .org-shr-text {
+        /* shr-text */
+        font-size: 110%;
+      }
+      .org-smerge-base {
+        /* smerge-base */
+        color: #553d00;
+        background-color: #ffdfa9;
+      }
+      .org-smerge-lower {
+        /* smerge-lower */
+        color: #005000;
+        background-color: #c1f2d1;
+      }
+      .org-smerge-markers {
+      }
+      .org-smerge-refined-added {
+        /* smerge-refined-added */
+        color: #005000;
+        background-color: #aee5be;
+      }
+      .org-smerge-refined-changed {
+      }
+      .org-smerge-refined-removed {
+        /* smerge-refined-removed */
+        color: #8f1313;
+        background-color: #f3b5af;
+      }
+      .org-smerge-upper {
+        /* smerge-upper */
+        color: #8f1313;
+        background-color: #ffd8d5;
+      }
+      .org-string {
+        /* font-lock-string-face */
+        color: #3548cf;
+      }
+      .org-success {
+        /* success */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-tab-bar {
+        /* tab-bar */
+        background-color: #dfdfdf;
+      }
+      .org-tab-bar-tab {
+        /* tab-bar-tab */
+        background-color: #ffffff;
+        font-weight: bold;
+      }
+      .org-tab-bar-tab-group-current {
+        /* tab-bar-tab-group-current */
+        color: #193668;
+        background-color: #ffffff;
+        font-weight: bold;
+      }
+      .org-tab-bar-tab-group-inactive {
+        /* tab-bar-tab-group-inactive */
+        color: #193668;
+        background-color: #dfdfdf;
+      }
+      .org-tab-bar-tab-inactive {
+        /* tab-bar-tab-inactive */
+        background-color: #c2c2c2;
+      }
+      .org-tab-bar-tab-ungrouped {
+        /* tab-bar-tab-ungrouped */
+        background-color: #c2c2c2;
+      }
+      .org-tab-line {
+        /* tab-line */
+        background-color: #dfdfdf;
+        font-size: 95%;
+      }
+      .org-table-cell {
+        /* table-cell */
+        background-color: #f2f2f2;
+      }
+      .org-tabulated-list-fake-header {
+        /* tabulated-list-fake-header */
+        font-weight: bold;
+        text-decoration: underline;
+        text-decoration: overline;
+      }
+      .org-term {
+        /* term */
+        color: #000000;
+        background-color: #ffffff;
+      }
+      .org-term-bold {
+        /* term-bold */
+        font-weight: bold;
+      }
+      .org-term-color-black {
+        /* term-color-black */
+        color: #595959;
+        background-color: #595959;
+      }
+      .org-term-color-blue {
+        /* term-color-blue */
+        color: #0031a9;
+        background-color: #0031a9;
+      }
+      .org-term-color-bright-black {
+        /* term-color-bright-black */
+        color: #595959;
+        background-color: #595959;
+      }
+      .org-term-color-bright-blue {
+        /* term-color-bright-blue */
+        color: #3548cf;
+        background-color: #3548cf;
+      }
+      .org-term-color-bright-cyan {
+        /* term-color-bright-cyan */
+        color: #005f5f;
+        background-color: #005f5f;
+      }
+      .org-term-color-bright-green {
+        /* term-color-bright-green */
+        color: #00663f;
+        background-color: #00663f;
+      }
+      .org-term-color-bright-magenta {
+        /* term-color-bright-magenta */
+        color: #531ab6;
+        background-color: #531ab6;
+      }
+      .org-term-color-bright-red {
+        /* term-color-bright-red */
+        color: #972500;
+        background-color: #972500;
+      }
+      .org-term-color-bright-white {
+        /* term-color-bright-white */
+        color: #ffffff;
+        background-color: #ffffff;
+      }
+      .org-term-color-bright-yellow {
+        /* term-color-bright-yellow */
+        color: #884900;
+        background-color: #884900;
+      }
+      .org-term-color-cyan {
+        /* term-color-cyan */
+        color: #005e8b;
+        background-color: #005e8b;
+      }
+      .org-term-color-green {
+        /* term-color-green */
+        color: #006800;
+        background-color: #006800;
+      }
+      .org-term-color-magenta {
+        /* term-color-magenta */
+        color: #721045;
+        background-color: #721045;
+      }
+      .org-term-color-red {
+        /* term-color-red */
+        color: #a60000;
+        background-color: #a60000;
+      }
+      .org-term-color-white {
+        /* term-color-white */
+        color: #ffffff;
+        background-color: #ffffff;
+      }
+      .org-term-color-yellow {
+        /* term-color-yellow */
+        color: #6f5500;
+        background-color: #6f5500;
+      }
+      .org-term-faint {
+      }
+      .org-term-fast-blink {
+      }
+      .org-term-italic {
+        /* term-italic */
+        font-style: italic;
+      }
+      .org-term-slow-blink {
+      }
+      .org-term-underline {
+        /* term-underline */
+        text-decoration: underline;
+      }
+      .org-tex-error-description-error {
+        /* TeX-error-description-error */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-tex-error-description-help {
+        /* TeX-error-description-help */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-tex-error-description-tex-said {
+        /* TeX-error-description-tex-said */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-tex-error-description-warning {
+        /* TeX-error-description-warning */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-textsec-suspicious {
+      }
+      .org-tool-bar {
+        /* tool-bar */
+        color: #000000;
+        background-color: #f2f2f2;
+      }
+      .org-tooltip {
+        /* tooltip */
+        color: #000000;
+        background-color: #c4c4c4;
+      }
+      .org-trailing-whitespace {
+        /* trailing-whitespace */
+        background-color: #ff8f88;
+      }
+      .org-transient-active-infix {
+        /* transient-active-infix */
+        color: #000000;
+        background-color: #b2e4dc;
+      }
+      .org-transient-argument {
+        /* transient-argument */
+        color: #884900;
+        background-color: #f8f0d0;
+        font-weight: bold;
+      }
+      .org-transient-delimiter {
+        /* transient-delimiter */
+        color: #595959;
+      }
+      .org-transient-disabled-suffix {
+        /* transient-disabled-suffix */
+        color: #a60000;
+        background-color: #ffcfbf;
+        font-weight: bold;
+      }
+      .org-transient-enabled-suffix {
+        /* transient-enabled-suffix */
+        color: #000000;
+        background-color: #bfefff;
+      }
+      .org-transient-heading {
+        /* transient-heading */
+        color: #000000;
+        font-weight: bold;
+      }
+      .org-transient-higher-level {
+      }
+      .org-transient-inactive-argument {
+        /* transient-inactive-argument */
+        color: #595959;
+      }
+      .org-transient-inactive-value {
+        /* transient-inactive-value */
+        color: #595959;
+      }
+      .org-transient-inapt-suffix {
+        /* transient-inapt-suffix */
+        color: #595959;
+        font-style: italic;
+      }
+      .org-transient-key {
+        /* transient-key */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-transient-key-exit {
+        /* transient-key-exit */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-transient-key-recurse {
+        /* transient-key-recurse */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-transient-key-return {
+        /* transient-key-return */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-transient-key-stack {
+        /* transient-key-stack */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-transient-key-stay {
+        /* transient-key-stay */
+        color: #0000b0;
+        font-weight: bold;
+      }
+      .org-transient-mismatched-key {
+        /* transient-mismatched-key */
+        text-decoration: underline;
+      }
+      .org-transient-nonstandard-key {
+        /* transient-nonstandard-key */
+        text-decoration: underline;
+      }
+      .org-transient-unreachable {
+        /* transient-unreachable */
+        color: #595959;
+      }
+      .org-transient-unreachable-key {
+        /* transient-unreachable-key */
+        color: #595959;
+      }
+      .org-transient-value {
+        /* transient-value */
+        color: #3f578f;
+        background-color: #e0f2fa;
+        font-weight: bold;
+      }
+      .org-treesit-explorer-anonymous-node {
+        /* treesit-explorer-anonymous-node */
+        color: #595959;
+      }
+      .org-treesit-explorer-field-name {
+      }
+      .org-tty-menu-disabled {
+        /* tty-menu-disabled-face */
+        color: #595959;
+        background-color: #e0e0e0;
+      }
+      .org-tty-menu-enabled {
+        /* tty-menu-enabled-face */
+        color: #000000;
+        background-color: #e0e0e0;
+        font-weight: bold;
+      }
+      .org-tty-menu-selected {
+        /* tty-menu-selected-face */
+        color: #000000;
+        background-color: #bfc9ff;
+      }
+      .org-type {
+        /* font-lock-type-face */
+        color: #005f5f;
+      }
+      .org-underline {
+        /* underline */
+        text-decoration: underline;
+      }
+      .org-variable-name {
+        /* font-lock-variable-name-face */
+        color: #005e8b;
+      }
+      .org-variable-pitch {
+      }
+      .org-variable-pitch-text {
+        /* variable-pitch-text */
+        font-size: 110%;
+      }
+      .org-variable-use {
+        /* font-lock-variable-use-face */
+        color: #005e8b;
+      }
+      .org-vc-conflict-state {
+        /* vc-conflict-state */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-vc-edited-state {
+        /* vc-edited-state */
+        font-style: italic;
+      }
+      .org-vc-git-log-edit-summary-max-warning {
+        /* vc-git-log-edit-summary-max-warning */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-vc-git-log-edit-summary-target-warning {
+        /* vc-git-log-edit-summary-target-warning */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-vc-ignored-state {
+      }
+      .org-vc-locally-added-state {
+        /* vc-locally-added-state */
+        font-style: italic;
+      }
+      .org-vc-locked-state {
+        /* vc-locked-state */
+        color: #005f5f;
+        font-weight: bold;
+      }
+      .org-vc-missing-state {
+        /* vc-missing-state */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-vc-needs-update-state {
+        /* vc-needs-update-state */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-vc-removed-state {
+        /* vc-removed-state */
+        color: #a60000;
+        font-weight: bold;
+      }
+      .org-vc-state-base {
+      }
+      .org-vc-up-to-date-state {
+      }
+      .org-vertical-border {
+        /* vertical-border */
+        color: #9f9f9f;
+      }
+      .org-vertico-current {
+        /* vertico-current */
+        background-color: #c0deff;
+        font-weight: bold;
+      }
+      .org-vertico-group-separator {
+        /* vertico-group-separator */
+        color: #595959;
+        font-style: italic;
+        text-decoration: line-through;
+      }
+      .org-vertico-group-title {
+        /* vertico-group-title */
+        color: #595959;
+        font-style: italic;
+      }
+      .org-vertico-multiline {
+        /* vertico-multiline */
+        color: #595959;
+      }
+      .org-warning {
+        /* warning */
+        color: #884900;
+        font-weight: bold;
+      }
+      .org-warning-1 {
+        /* font-lock-warning-face */
+        color: #884900;
+      }
+      .org-which-func {
+        /* which-func */
+        color: #002580;
+        font-weight: bold;
+      }
+      .org-widget-button {
+        /* widget-button */
+        color: #3548cf;
+        font-weight: bold;
+      }
+      .org-widget-button-pressed {
+        /* widget-button-pressed */
+        color: #721045;
+        font-weight: bold;
+      }
+      .org-widget-documentation {
+        /* widget-documentation */
+        color: #2a5045;
+      }
+      .org-widget-field {
+        /* widget-field */
+        color: #000000;
+        background-color: #e0e0e0;
+      }
+      .org-widget-inactive {
+        /* widget-inactive */
+        color: #595959;
+        background-color: #f2f2f2;
+      }
+      .org-widget-single-line-field {
+        /* widget-single-line-field */
+        color: #000000;
+        background-color: #e0e0e0;
+      }
+      .org-widget-unselected {
+        /* widget-unselected */
+        color: #595959;
+        background-color: #f2f2f2;
+      }
+      .org-window-divider {
+        /* window-divider */
+        color: #9f9f9f;
+      }
+      .org-window-divider-first-pixel {
+        /* window-divider-first-pixel */
+        color: #e0e0e0;
+      }
+      .org-window-divider-last-pixel {
+        /* window-divider-last-pixel */
+        color: #e0e0e0;
+      }
+      .org-world-clock-label {
+        /* world-clock-label */
+        color: #005e8b;
+      }
+      .org-xref-file-header {
+        /* xref-file-header */
+        color: #005f5f;
+      }
+      .org-xref-line-number {
+        /* xref-line-number */
+        color: #595959;
+      }
+      .org-xref-match {
+        /* xref-match */
+        color: #000000;
+        background-color: #ffddff;
+      }
 
-pre {}
-pre                                      {background-color:#000000;color:#FFFFFF;}
-pre span.org-builtin                     {color:#006FE0;font-weight:bold;}
-pre span.org-string                      {color:#008000;}
-pre span.org-doc                         {color:#008000;}
-pre span.org-keyword                     {color:#0000FF;}
-pre span.org-variable-name               {color:#BA36A5;}
-pre span.org-function-name               {color:#006699;}
-pre span.org-type                        {color:#6434A3;}
-pre span.org-preprocessor                {color:#808080;font-weight:bold;}
-pre span.org-constant                    {color:#D0372D;}
-pre span.org-comment-delimiter           {color:#8D8D84;}
-pre span.org-comment                     {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-1            {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-2            {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-3            {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-4            {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-5            {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-6            {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-7            {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-8            {color:#8D8D84;font-style:italic}
-pre span.org-outshine-level-9            {color:#8D8D84;font-style:italic}
-pre span.org-rainbow-delimiters-depth-1  {color:#707183;}
-pre span.org-rainbow-delimiters-depth-2  {color:#7388d6;}
-pre span.org-rainbow-delimiters-depth-3  {color:#909183;}
-pre span.org-rainbow-delimiters-depth-4  {color:#709870;}
-pre span.org-rainbow-delimiters-depth-5  {color:#907373;}
-pre span.org-rainbow-delimiters-depth-6  {color:#6276ba;}
-pre span.org-rainbow-delimiters-depth-7  {color:#858580;}
-pre span.org-rainbow-delimiters-depth-8  {color:#80a880;}
-pre span.org-rainbow-delimiters-depth-9  {color:#887070;}
-pre span.org-sh-quoted-exec              {color:#FF1493;}
-pre span.org-diff-added                  {color:#008000;}
-pre span.org-diff-changed                {color:#0000FF;}
-pre span.org-diff-header                 {color:#800000;}
-pre span.org-diff-hunk-header            {color:#990099;}
-pre span.org-diff-none                   {color:#545454;}
-pre span.org-diff-removed                {color:#A60000;}
-pre span.org-ess-assignment              {color: #D0372D;}
-pre span.org-ess-modifiers               {color: #D0372D;}
-pre span.org-ess-constant                {color: #6434A3;}
+      a {
+        color: inherit;
+        background-color: inherit;
+        font: inherit;
+        text-decoration: inherit;
+      }
+      a:hover {
+        text-decoration: underline;
+      }
+    -->
 </style>
index 7e733b68bb8a74a2fa66516418820eaebba7ad9e..712bbca90ce430066b6f116a643f1e88a72d8081 100644 (file)
@@ -4,7 +4,12 @@
 
 #+BEGIN_PREVIEW
 
-Listening to ABC Radio National a couple of weeks ago, I learned about Sydney's Red Rooster line. It's a straight line that can be drawn across Sydney marking the socio-economic divide that exists between the northern and eastern suburbs of Sydney and the western and soutwestern ones. Out of curiosity, I set out to explore this using data available on the open web, in particular [[https://welcome.openstreetmap.org/what-is-openstreetmap/][OpenStreetMap]].
+Listening to ABC Radio National a couple of weeks ago, I learned about
+Sydney's Red Rooster line. It's a straight line that can be drawn
+across Sydney marking the socio-economic divide that exists between
+the northern and eastern suburbs of Sydney and the western and
+soutwestern ones. Out of curiosity, I set out to explore this using
+data available on the open web, in particular [[https://welcome.openstreetmap.org/what-is-openstreetmap/][OpenStreetMap]].
 
 #+ATTR_HTML: :class img-fluid :alt Map of Sydney with Red Rooster line
 [[file:../assets/Sydney_Red_Rooster_line.png]]
@@ -13,7 +18,12 @@ The above map was drawn in R using [[https://www.openstreetmap.org/][OpenStreetM
 
 #+END_PREVIEW
 
-In R, obtaining data from OpenStreetMap is most easily done using the ~osmdata~ library, which provides functions to create and send an Overpass query. For instance, the snippet below obtains all locations that have been tagged as a fast food amenity within a geographical bounding box. In the same way, all roads, waterways and suburb boundaries can be obtained.
+In R, obtaining data from OpenStreetMap is most easily done using the
+~osmdata~ library, which provides functions to create and send an
+Overpass query. For instance, the snippet below obtains all locations
+that have been tagged as a fast food amenity within a geographical
+bounding box. In the same way, all roads, waterways and suburb
+boundaries can be obtained.
 
 #+BEGIN_SRC R
 fastfood <- lapply(bb, function(x) {
index 6c60f336d07a8ec05b90fd133afeaf5be35b24f7..f78fef4bd6557f14217ee29b3c87b2a6d78e159f 100644 (file)
@@ -12,6 +12,7 @@ great example of how governments are moving with the times!
 :PROPERTIES:
 :CUSTOM_ID: trends
 :HTML_CONTAINER_CLASS: card-body
+:ID:       de00a72a-62e9-4734-9761-5f1dc2183d35
 :END:
 I started by looking at the trends - what is the approximate number of
 road fatalities a year, and how is it evolving over time? Are there any
@@ -31,6 +32,7 @@ differences noticeable between states? Or by gender?
 :PROPERTIES:
 :CUSTOM_ID: what-age-group-is-most-at-risk-in-city-traffic
 :HTML_CONTAINER_CLASS: card-body
+:ID:       d8ffd326-b99b-4600-81f7-2a19568b5076
 :END:
 Next, I wondered if there were any particular ages that were more at
 risk in city traffic. I opted to quickly bin the data to produce a
@@ -56,6 +58,7 @@ fatalities %>%
 :PROPERTIES:
 :CUSTOM_ID: hypothesis
 :HTML_CONTAINER_CLASS: card-body
+:ID:       d738f312-084f-4a56-ada7-0a41352fff9c
 :END:
 Based on the above, I wondered - are people above 65 more likely to die
 in slow traffic areas? To make this a bit easier, I added two variables
@@ -130,6 +133,7 @@ prop.test(pensioners,everyone)
 :PROPERTIES:
 :CUSTOM_ID: conclusion
 :HTML_CONTAINER_CLASS: card-body
+:ID:       ae6f0786-f9ae-4d76-baf6-58a06503d051
 :END:
 It's possible to conclude older people are over-represented in the
 fatalities in lower speed zones. Further ideas for investigation are
index 7da1c962a2fa4c3e0c967c691eea1d902978706e..03c43d68775dc8cd886908e2b98334d0b1c4a7aa 100644 (file)
@@ -2,11 +2,11 @@
 #+filetags: :R:spatial:analysis:visualisation:
 #+title: Obtaining WA Landgate Shared Location Information using R.
 
-Six years ago, [[file:using spatial features and openstreetmap][I wrote about Simple Features (sf) in R]]. I mapped the number of pupils per high
-school in the Perth metro area. At the time, I didn't include how to
-obtain the shapefile, provided as open data by Landgate on behalf of the
-Western Australian government through its Shared Location Information
-Platform ([[https://data.wa.gov.au/slip][SLIP]]).    
+Six years ago, [[file:using spatial features and openstreetmap][I wrote about Simple Features (sf) in R]]. I mapped the
+number of pupils per high school in the Perth metro area. At the time,
+I didn't include how to obtain the shapefile, provided as open data by
+Landgate on behalf of the Western Australian government through its
+Shared Location Information Platform ([[https://data.wa.gov.au/slip][SLIP]]).
 
 I have now updated the script,
 [[http://git.vanrenterghem.biz/?p=R/project-wa-schools.git;a=summary][available in my code repository]], with an R implementation of