@import url(http://fonts.googleapis.com/css?family=Inconsolata);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
body {
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-ac-candidate {
    /* ac-candidate-face */
    color: #000000;
    background-color: #6F6F6F;
}
.org-ac-candidate-mouse {
    /* ac-candidate-mouse-face */
    color: #ffffff;
    background-color: #0000ff;

}
.org-ac-completion {
    /* ac-completion-face */
    color: #a9a9a9;
    text-decoration: underline;
}
.org-ac-gtags-candidate {
    /* ac-gtags-candidate-face */
    color: #000080;
    background-color: #6F6F6F;
}
.org-ac-gtags-selection {
    /* ac-gtags-selection-face */
    color: #DCDCCC;
    background-color: #000080;
}
.org-ac-selection {
    /* ac-selection-face */
    color: #DCDCCC;
    background-color: #4C7073;
}
.org-ac-yasnippet-candidate {
    /* ac-yasnippet-candidate-face */
    color: #000000;
    background-color: #f4a460;
}
.org-ac-yasnippet-selection {
    /* ac-yasnippet-selection-face */
    color: #DCDCCC;
    background-color: #cd5b45;
}
.org-bold {
    /* bold */
    font-weight: bold;
}
.org-bold-italic {
    /* bold-italic */
    font-weight: bold;
    font-style: italic;
}
.org-bookmark-menu-bookmark {
    /* bookmark-menu-bookmark */
    font-weight: bold;
}
.org-bookmark-menu-heading {
    /* bookmark-menu-heading */
    color: #7CB8BB;
}
.org-border {
}
.org-buffer-menu-buffer {
    /* buffer-menu-buffer */
    font-weight: bold;
}
.org-builtin {
    /* font-lock-builtin-face */
    color: #DCDCCC;
    font-weight: bold;
}
.org-button {
    /* button */
    text-decoration: underline;
}
.org-c-annotation {
    /* c-annotation-face */
    color: #BFEBBF;
}
.org-c-nonbreakable-space {
    /* c-nonbreakable-space-face */
    background-color: #D0BF8F;
}
.org-calc-nonselected {
    /* calc-nonselected-face */
    color: #b3b3b3;
    font-style: italic;
}
.org-calc-selected {
    /* calc-selected-face */
    font-weight: bold;
}
.org-calendar-month-header {
    /* calendar-month-header */
    color: #93E0E3;
}
.org-calendar-today {
    /* calendar-today */
    text-decoration: underline;
}
.org-calendar-weekday-header {
    /* calendar-weekday-header */
    color: #BFEBBF;
}
.org-calendar-weekend-header {
    /* calendar-weekend-header */
    color: #7F9F7F;
}
.org-change-log-acknowledgment {
    /* change-log-acknowledgment */
    color: #7F9F7F;
}
.org-change-log-conditionals {
    /* change-log-conditionals */
    color: #DFAF8F;
}
.org-change-log-date {
    /* change-log-date */
    color: #CC9393;
}
.org-change-log-email {
    /* change-log-email */
    color: #DFAF8F;
}
.org-change-log-file {
    /* change-log-file */
    color: #93E0E3;
}
.org-change-log-function {
    /* change-log-function */
    color: #DFAF8F;
}
.org-change-log-list {
    /* change-log-list */
    color: #F0DFAF;
    font-weight: bold;
}
.org-change-log-name {
    /* change-log-name */
    color: #BFEBBF;
}
.org-comint-highlight-input {
    /* comint-highlight-input */
    font-weight: bold;
}
.org-comint-highlight-prompt {
    /* comint-highlight-prompt */
    color: #F0DFAF;
}
.org-comment {
    /* font-lock-comment-face */
    color: #7F9F7F;
}
.org-comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #5F7F5F;
}
.org-compilation-column-number {
    /* compilation-column-number */
    color: #9FC59F;
}
.org-compilation-error {
    /* compilation-error */
    color: #ffc0cb;
    font-weight: bold;
}
.org-compilation-info {
    /* compilation-info */
    color: #BFEBBF;
    text-decoration: underline;
}
.org-compilation-line-number {
    /* compilation-line-number */
    color: #F0DFAF;
}
.org-compilation-mode-line-exit {
    /* compilation-mode-line-exit */
    color: #9FC59F;
    font-weight: bold;
}
.org-compilation-mode-line-fail {
    /* compilation-mode-line-fail */
    color: #CC9393;
    font-weight: bold;
}
.org-compilation-mode-line-run {
    /* compilation-mode-line-run */
    color: #F0DFAF;
    font-weight: bold;
}
.org-compilation-warning {
    /* compilation-warning */
    color: #DFAF8F;
    font-weight: bold;
}
.org-completions-annotations {
    /* completions-annotations */
    color: #656555;
}
.org-completions-common-part {
}
.org-completions-first-difference {
    /* completions-first-difference */
    font-weight: bold;
}
.org-constant {
    /* font-lock-constant-face */
    color: #BFEBBF;
}
.org-css-property {
    /* css-property */
    color: #DFAF8F;
}
.org-css-selector {
    /* css-selector */
    color: #93E0E3;
}
.org-cua-global-mark {
    /* cua-global-mark */
    color: #000000;
    background-color: #ffff00;
}
.org-cua-rectangle {
    /* cua-rectangle */
    color: #ffffff;
    background-color: #b03060;
}
.org-cua-rectangle-noselect {
    /* cua-rectangle-noselect */
    color: #ffffff;
    background-color: #696969;
}
.org-cursor {
    /* cursor */
    color: #DCDCCC;
    background-color: #FFFFEF;
}
.org-diary {
    /* diary */
    color: #ffff00;
}
.org-diff-added {
    /* diff-added */
    color: #BFEBBF;
}
.org-diff-changed {
    /* diff-changed */
    color: #F0DFAF;
}
.org-diff-context {
    /* diff-context */
    color: #b3b3b3;
}
.org-diff-file-header {
    /* diff-file-header */
    color: #DCDCCC;
    background-color: #5F5F5F;
    font-weight: bold;
}
.org-diff-function {
    /* diff-function */
    background-color: #5F5F5F;
}
.org-diff-header {
    /* diff-header */
    background-color: #5F5F5F;
}
.org-diff-hunk-header {
    /* diff-hunk-header */
    background-color: #5F5F5F;
}
.org-diff-index {
    /* diff-index */
    color: #DCDCCC;
    background-color: #5F5F5F;
    font-weight: bold;
}
.org-diff-indicator-added {
    /* diff-indicator-added */
    color: #BFEBBF;
}
.org-diff-indicator-changed {
    /* diff-indicator-changed */
    color: #F0DFAF;
}
.org-diff-indicator-removed {
    /* diff-indicator-removed */
    color: #CC9393;
}
.org-diff-nonexistent {
    /* diff-nonexistent */
    color: #DCDCCC;
    background-color: #5F5F5F;
    font-weight: bold;
}
.org-diff-refine-added {
    /* diff-refine-added */
    color: #BFEBBF;
    font-weight: bold;
}
.org-diff-refine-changed {
    /* diff-refine-changed */
    color: #F0DFAF;
    font-weight: bold;
}
.org-diff-refine-removed {
    /* diff-refine-removed */
    color: #CC9393;
    font-weight: bold;
}
.org-diff-removed {
    /* diff-removed */
    color: #CC9393;
}
.org-dired-directory {
    /* dired-directory */
    color: #93E0E3;
}
.org-dired-flagged {
    /* dired-flagged */
    color: #ffc0cb;
    font-weight: bold;
}
.org-dired-header {
    /* dired-header */
    color: #7CB8BB;
}
.org-dired-ignored {
    /* dired-ignored */
    color: #b3b3b3;
}
.org-dired-mark {
    /* dired-mark */
    color: #BFEBBF;
}
.org-dired-marked {
    /* dired-marked */
    color: #DFAF8F;
    font-weight: bold;
}
.org-dired-perm-write {
    /* dired-perm-write */
    color: #5F7F5F;
}
.org-dired-symlink {
    /* dired-symlink */
    color: #F0DFAF;
    font-weight: bold;
}
.org-dired-warning {
    /* dired-warning */
    color: #D0BF8F;
    font-weight: bold;
}
.org-doc {
    /* font-lock-doc-face */
    color: #9FC59F;
}
.org-epa-field-body {
    /* epa-field-body */
    color: #40e0d0;
    font-style: italic;
}
.org-epa-field-name {
    /* epa-field-name */
    color: #afeeee;
    font-weight: bold;
}
.org-epa-mark {
    /* epa-mark */
    color: #ffa500;
    font-weight: bold;
}
.org-epa-string {
    /* epa-string */
    color: #ffffe0;
}
.org-epa-validity-disabled {
    /* epa-validity-disabled */
    font-style: italic;
}
.org-epa-validity-high {
    /* epa-validity-high */
    color: #afeeee;
    font-weight: bold;
}
.org-epa-validity-low {
    /* epa-validity-low */
    font-style: italic;
}
.org-epa-validity-medium {
    /* epa-validity-medium */
    color: #afeeee;
    font-style: italic;
}
.org-error {
    /* error */
    color: #ffc0cb;
    font-weight: bold;
}
.org-escape-glyph {
    /* escape-glyph */
    color: #F0DFAF;
    font-weight: bold;
}
.org-eswXlabel {
    /* esw/label-face */
    color: #93E0E3;
}
.org-eswXselection {
    /* esw/selection-face */
    background-color: #2B2B2B;
}
.org-exordium-powerline-active1 {
    /* exordium-powerline-active1 */
    background-color: #2B2B2B;
}
.org-exordium-powerline-active2 {
    /* exordium-powerline-active2 */
    background-color: #383838;
}
.org-exordium-powerline-active3 {
    /* exordium-powerline-active3 */
    color: #3F3F3F;
    background-color: #F0DFAF;
}
.org-exordium-powerline-active4 {
    /* exordium-powerline-active4 */
    color: #3F3F3F;
    background-color: #CC9393;
}
.org-exordium-powerline-active5 {
    /* exordium-powerline-active5 */
    color: #3F3F3F;
    background-color: #7F9F7F;
}
.org-exordium-powerline-inactive1 {
    /* exordium-powerline-inactive1 */
    background-color: #2B2B2B;
}
.org-exordium-powerline-inactive2 {
    /* exordium-powerline-inactive2 */
    background-color: #383838;
}
.org-exordium-powerline-inactive3 {
    /* exordium-powerline-inactive3 */
    color: #F0DFAF;
    background-color: #3F3F3F;
}
.org-exordium-project-name {
    /* exordium-project-name */
    color: #F0DFAF;
}
.org-ffap {
    /* ffap */
    background-color: #383838;
}
.org-file-name-shadow {
    /* file-name-shadow */
    color: #b3b3b3;
}
.org-fixed-pitch {
}
.org-flycheck-error {
    /* flycheck-error */
    text-decoration: underline;
}
.org-flycheck-error-list-checker-name {
    /* flycheck-error-list-checker-name */
    color: #93E0E3;
}
.org-flycheck-error-list-column-number {
    /* flycheck-error-list-column-number */
    color: #BFEBBF;
}
.org-flycheck-error-list-error {
    /* flycheck-error-list-error */
    color: #ffc0cb;
    font-weight: bold;
}
.org-flycheck-error-list-highlight {
    /* flycheck-error-list-highlight */
    background-color: #383838;
}
.org-flycheck-error-list-id {
    /* flycheck-error-list-id */
    color: #7CB8BB;
}
.org-flycheck-error-list-info {
    /* flycheck-error-list-info */
    color: #7F9F7F;
    font-weight: bold;
}
.org-flycheck-error-list-line-number {
    /* flycheck-error-list-line-number */
    color: #BFEBBF;
}
.org-flycheck-error-list-warning {
    /* flycheck-error-list-warning */
    color: #DFAF8F;
    font-weight: bold;
}
.org-flycheck-fringe-error {
    /* flycheck-fringe-error */
    color: #BC8383;
    font-weight: bold;
}
.org-flycheck-fringe-info {
    /* flycheck-fringe-info */
    color: #93E0E3;
    font-weight: bold;
}
.org-flycheck-fringe-warning {
    /* flycheck-fringe-warning */
    color: #F0DFAF;
    font-weight: bold;
}
.org-flycheck-info {
    /* flycheck-info */
    text-decoration: underline;
}
.org-flycheck-warning {
    /* flycheck-warning */
    text-decoration: underline;
}
.org-flymake-errline {
    /* flymake-errline */
    text-decoration: underline;
}
.org-flymake-warnline {
    /* flymake-warnline */
    text-decoration: underline;
}
.org-flyspell-duplicate {
    /* flyspell-duplicate */
    text-decoration: underline;
}
.org-flyspell-incorrect {
    /* flyspell-incorrect */
    text-decoration: underline;
}
.org-fringe {
    /* fringe */
    color: #DCDCCC;
    background-color: #4F4F4F;
}
.org-function-name {
    /* font-lock-function-name-face */
    color: #93E0E3;
}
.org-git-commit-branch {
    /* git-commit-branch-face */
    color: #DFAF8F;
}
.org-git-commit-comment-action {
    /* git-commit-comment-action-face */
    color: #DFAF8F;
}
.org-git-commit-comment-file {
    /* git-commit-comment-file-face */
    color: #CC9393;
}
.org-git-commit-comment-heading {
    /* git-commit-comment-heading-face */
    color: #F0DFAF;
    font-weight: bold;
}
.org-git-commit-known-pseudo-header {
    /* git-commit-known-pseudo-header-face */
    color: #F0DFAF;
    font-weight: bold;
}
.org-git-commit-no-branch {
    /* git-commit-no-branch-face */
    color: #DFAF8F;
}
.org-git-commit-nonempty-second-line {
    /* git-commit-nonempty-second-line-face */
    color: #D0BF8F;
    font-weight: bold;
}
.org-git-commit-note {
    /* git-commit-note-face */
    color: #CC9393;
}
.org-git-commit-overlong-summary {
    /* git-commit-overlong-summary-face */
    color: #D0BF8F;
    font-weight: bold;
}
.org-git-commit-pseudo-header {
    /* git-commit-pseudo-header-face */
    color: #CC9393;
}
.org-git-commit-summary {
    /* git-commit-summary-face */
    color: #7CB8BB;
}
.org-git-gutter-frXadded {
    /* git-gutter-fr:added */
    color: #7F9F7F;
    font-weight: bold;
}
.org-git-gutter-frXdeleted {
    /* git-gutter-fr:deleted */
    color: #CC9393;
    font-weight: bold;
}
.org-git-gutter-frXmodified {
    /* git-gutter-fr:modified */
    color: #DC8CC3;
    font-weight: bold;
}
.org-git-gutterXadded {
    /* git-gutter:added */
    color: #7F9F7F;
    font-weight: bold;
}
.org-git-gutterXdeleted {
    /* git-gutter:deleted */
    color: #CC9393;
    font-weight: bold;
}
.org-git-gutterXmodified {
    /* git-gutter:modified */
    color: #DC8CC3;
    font-weight: bold;
}
.org-git-gutterXseparator {
    /* git-gutter:separator */
    color: #00ffff;
    font-weight: bold;
}
.org-git-gutterXunchanged {
    /* git-gutter:unchanged */
    color: #DCDCCC;
    font-weight: bold;
}
.org-git-rebase-description {
}
.org-git-rebase-hash {
    /* git-rebase-hash */
    color: #DFAF8F;
}
.org-git-rebase-killed-action {
    /* git-rebase-killed-action */
    color: #7F9F7F;
    text-decoration: line-through;
}
.org-glyphless-char {
    /* glyphless-char */
    font-size: 60%;
}
.org-haskell-constructor {
    /* haskell-constructor-face */
    color: #7CB8BB;
}
.org-haskell-debug-muted {
    /* haskell-debug-muted-face */
    color: #999;
}
.org-haskell-debug-newline {
    /* haskell-debug-newline-face */
    background-color: #f0f0f0;
    font-weight: bold;
}
.org-haskell-debug-trace-number {
    /* haskell-debug-trace-number-face */
    background-color: #f5f5f5;
    font-weight: bold;
}
.org-haskell-definition {
    /* haskell-definition-face */
    color: #93E0E3;
}
.org-haskell-error {
    /* haskell-error-face */
    text-decoration: underline;
}
.org-haskell-hole {
    /* haskell-hole-face */
    text-decoration: underline;
}
.org-haskell-interactive-face-compile-error {
    /* haskell-interactive-face-compile-error */
    color: #ffc0cb;
    font-weight: bold;
}
.org-haskell-interactive-face-compile-warning {
    /* haskell-interactive-face-compile-warning */
    color: #DFAF8F;
    font-weight: bold;
}
.org-haskell-interactive-face-garbage {
    /* haskell-interactive-face-garbage */
    color: #CC9393;
}
.org-haskell-interactive-face-prompt {
    /* haskell-interactive-face-prompt */
    color: #93E0E3;
}
.org-haskell-interactive-face-prompt2 {
    /* haskell-interactive-face-prompt2 */
    color: #F0DFAF;
    font-weight: bold;
}
.org-haskell-interactive-face-result {
    /* haskell-interactive-face-result */
    color: #CC9393;
}
.org-haskell-keyword {
    /* haskell-keyword-face */
    color: #F0DFAF;
    font-weight: bold;
}
.org-haskell-liquid-haskell-annotation {
    /* haskell-liquid-haskell-annotation-face */
    color: #94BFF3;
}
.org-haskell-literate-comment {
    /* haskell-literate-comment-face */
    color: #9FC59F;
}
.org-haskell-operator {
    /* haskell-operator-face */
    color: #DFAF8F;
}
.org-haskell-pragma {
    /* haskell-pragma-face */
    color: #94BFF3;
}
.org-haskell-quasi-quote {
    /* haskell-quasi-quote-face */
    color: #CC9393;
}
.org-haskell-type {
    /* haskell-type-face */
    color: #7CB8BB;
}
.org-haskell-warning {
    /* haskell-warning-face */
    text-decoration: underline;
}
.org-header-line {
    /* header-line */
    color: #F0DFAF;
    background-color: #2B2B2B;
}
.org-helm-action {
    /* helm-action */
    text-decoration: underline;
}
.org-helm-bookmark-addressbook {
    /* helm-bookmark-addressbook */
    color: #DFAF8F;
    background-color: #3F3F3F;
}
.org-helm-bookmark-directory {
    /* helm-bookmark-directory */
    color: #93E0E3;
    background-color: #3F3F3F;
    font-weight: bold;
}
.org-helm-bookmark-file {
    /* helm-bookmark-file */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-helm-bookmark-gnus {
    /* helm-bookmark-gnus */
    color: #DC8CC3;
    background-color: #3F3F3F;
}
.org-helm-bookmark-info {
    /* helm-bookmark-info */
    color: #9FC59F;
    background-color: #3F3F3F;
}
.org-helm-bookmark-man {
    /* helm-bookmark-man */
    color: #F0DFAF;
    background-color: #3F3F3F;
}
.org-helm-bookmark-w3m {
    /* helm-bookmark-w3m */
    color: #DC8CC3;
    background-color: #3F3F3F;
}
.org-helm-buffer-directory {
    /* helm-buffer-directory */
    color: #8b0000;
    background-color: #d3d3d3;
}
.org-helm-buffer-file {
    /* helm-buffer-file */
    color: #DCDCCC;
    font-weight: bold;
}
.org-helm-buffer-not-saved {
    /* helm-buffer-not-saved */
    color: #CC9393;
    background-color: #3F3F3F;
}
.org-helm-buffer-process {
    /* helm-buffer-process */
    color: #93E0E3;
    background-color: #3F3F3F;
}
.org-helm-buffer-saved-out {
    /* helm-buffer-saved-out */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-helm-buffer-size {
    /* helm-buffer-size */
    color: #656555;
    background-color: #3F3F3F;
}
.org-helm-candidate-number {
    /* helm-candidate-number */
    color: #BFEBBF;
    background-color: #2B2B2B;
}
.org-helm-etags-file {
    /* helm-etags-file */
    color: #8b814c;
    text-decoration: underline;
}
.org-helm-ff-directory {
    /* helm-ff-directory */
    color: #93E0E3;
    background-color: #3F3F3F;
    font-weight: bold;
}
.org-helm-ff-dotted-directory {
    /* helm-ff-dotted-directory */
    color: #000000;
    background-color: #696969;
}
.org-helm-ff-executable {
    /* helm-ff-executable */
    color: #9FC59F;
    background-color: #3F3F3F;
}
.org-helm-ff-file {
    /* helm-ff-file */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-helm-ff-invalid-symlink {
    /* helm-ff-invalid-symlink */
    color: #CC9393;
    background-color: #3F3F3F;
    font-weight: bold;
}
.org-helm-ff-prefix {
    /* helm-ff-prefix */
    color: #3F3F3F;
    background-color: #F0DFAF;
}
.org-helm-ff-symlink {
    /* helm-ff-symlink */
    color: #F0DFAF;
    background-color: #3F3F3F;
    font-weight: bold;
}
.org-helm-grep-cmd-line {
    /* helm-grep-cmd-line */
    color: #93E0E3;
    background-color: #3F3F3F;
}
.org-helm-grep-file {
    /* helm-grep-file */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-helm-grep-finish {
    /* helm-grep-finish */
    color: #9FC59F;
    background-color: #3F3F3F;
}
.org-helm-grep-lineno {
    /* helm-grep-lineno */
    color: #656555;
    background-color: #3F3F3F;
}
.org-helm-grep-match {
    /* helm-grep-match */
    color: #ffd700;
}
.org-helm-grep-running {
    /* helm-grep-running */
    color: #CC9393;
    background-color: #3F3F3F;
}
.org-helm-header {
    /* helm-header */
    color: #7F9F7F;
    background-color: #3F3F3F;
}
.org-helm-helper {
    /* helm-helper */
    color: #7F9F7F;
    background-color: #3F3F3F;
}
.org-helm-history-deleted {
    /* helm-history-deleted */
    color: #CC9393;
    background-color: #3F3F3F;
    font-weight: bold;
}
.org-helm-history-remote {
    /* helm-history-remote */
    color: #ff6a6a;
}
.org-helm-locate-finish {
    /* helm-locate-finish */
    color: #00ff00;
}
.org-helm-match {
    /* helm-match */
    color: #ffd700;
}
.org-helm-match-item {
    /* helm-match-item */
    color: #D0BF8F;
    background-color: #5F5F5F;
    font-weight: bold;
}
.org-helm-moccur-buffer {
    /* helm-moccur-buffer */
    color: #93E0E3;
    background-color: #3F3F3F;
}
.org-helm-prefarg {
    /* helm-prefarg */
    color: #00ff00;
}
.org-helm-resume-need-update {
    /* helm-resume-need-update */
    background-color: #ff0000;
}
.org-helm-selection {
    /* helm-selection */
    background-color: #4F4F4F;
}
.org-helm-selection-line {
    /* helm-selection-line */
    background-color: #4F4F4F;
}
.org-helm-separator {
    /* helm-separator */
    color: #CC9393;
    background-color: #3F3F3F;
}
.org-helm-source-header {
    /* helm-source-header */
    color: #F0DFAF;
    background-color: #2B2B2B;
    font-weight: bold;
}
.org-helm-swoop-line-number {
    /* helm-swoop-line-number-face */
    color: #999999;
}
.org-helm-swoop-target-line {
    /* helm-swoop-target-line-face */
    color: #DCDCCC;
    background-color: #4F4F4F;
}
.org-helm-swoop-target-line-block {
    /* helm-swoop-target-line-block-face */
    color: #222222;
    background-color: #cccc00;
}
.org-helm-swoop-target-word {
    /* helm-swoop-target-word-face */
    color: #F0DFAF;
    background-color: #5F5F5F;
    font-weight: bold;
}
.org-helm-visible-mark {
    /* helm-visible-mark */
    color: #3F3F3F;
    background-color: #D0BF8F;
}
.org-help-argument-name {
    /* help-argument-name */
    text-decoration: underline;
}
.org-highlight {
    /* highlight */
    background-color: #383838;
}
.org-hl-line {
    /* hl-line */
    background-color: #383838;
}
.org-holiday {
    /* holiday */
    background-color: #8b4513;
}
.org-icompletep-choices {
    /* icompletep-choices */
    color: #8b8989;
}
.org-icompletep-determined {
    /* icompletep-determined */
    color: #2e8b57;
}
.org-icompletep-keys {
    /* icompletep-keys */
    color: #ff0000;
}
.org-icompletep-nb-candidates {
    /* icompletep-nb-candidates */
    color: #00ff7f;
}
.org-ido-first-match {
    /* ido-first-match */
    color: #F0DFAF;
    font-weight: bold;
}
.org-ido-incomplete-regexp {
    /* ido-incomplete-regexp */
    color: #D0BF8F;
    font-weight: bold;
}
.org-ido-indicator {
    /* ido-indicator */
    color: #F0DFAF;
    background-color: #8C5353;
}
.org-ido-only-match {
    /* ido-only-match */
    color: #DFAF8F;
    font-weight: bold;
}
.org-ido-subdir {
    /* ido-subdir */
    color: #F0DFAF;
}
.org-ido-virtual {
    /* ido-virtual */
    color: #DCDCCC;
    font-weight: bold;
}
.org-info-header-node {
    /* info-header-node */
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}
.org-info-header-xref {
    /* info-header-xref */
    color: #F0DFAF;
    font-weight: bold;
    text-decoration: underline;
}
.org-info-index-match {
    /* info-index-match */
    color: #DFAF8F;
    background-color: #2B2B2B;
    font-weight: bold;
}
.org-info-menu-header {
    /* info-menu-header */
    font-weight: bold;
}
.org-info-menu-star {
    /* info-menu-star */
    color: #ff0000;
}
.org-info-node {
    /* info-node */
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}
.org-info-title-1 {
    /* info-title-1 */
    font-size: 172%;
    font-weight: bold;
}
.org-info-title-2 {
    /* info-title-2 */
    font-size: 144%;
    font-weight: bold;
}
.org-info-title-3 {
    /* info-title-3 */
    font-size: 120%;
    font-weight: bold;
}
.org-info-title-4 {
    /* info-title-4 */
    font-weight: bold;
}
.org-info-xref {
    /* info-xref */
    color: #F0DFAF;
    font-weight: bold;
    text-decoration: underline;
}
.org-isearch {
    /* isearch */
    color: #D0BF8F;
    background-color: #5F5F5F;
    font-weight: bold;
}
.org-isearch-fail {
    /* isearch-fail */
    color: #DCDCCC;
    background-color: #8C5353;
}
.org-italic {
    /* italic */
    text-decoration: underline;
}
.org-js2-error {
    /* js2-error */
    color: #CC9393;
    font-weight: bold;
}
.org-js2-external-variable {
    /* js2-external-variable */
    color: #DFAF8F;
}
.org-js2-function-call {
    /* js2-function-call */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-js2-function-param {
    /* js2-function-param */
    color: #AFD8AF;
}
.org-js2-instance-member {
    /* js2-instance-member */
    color: #9932cc;
}
.org-js2-jsdoc-html-tag-delimiter {
    /* js2-jsdoc-html-tag-delimiter */
    color: #00ff00;
}
.org-js2-jsdoc-html-tag-name {
    /* js2-jsdoc-html-tag-name */
    color: #ffff00;
}
.org-js2-jsdoc-tag {
    /* js2-jsdoc-tag */
    color: #5F7F5F;
}
.org-js2-jsdoc-type {
    /* js2-jsdoc-type */
    color: #9FC59F;
}
.org-js2-jsdoc-value {
    /* js2-jsdoc-value */
    color: #AFD8AF;
}
.org-js2-private-function-call {
    /* js2-private-function-call */
    color: #daa520;
}
.org-js2-private-member {
    /* js2-private-member */
    color: #cdaf95;
}
.org-js2-warning {
    /* js2-warning */
    text-decoration: underline;
}
.org-keyword {
    /* font-lock-keyword-face */
    color: #F0DFAF;
    font-weight: bold;
}
.org-lazy-highlight {
    /* lazy-highlight */
    color: #D0BF8F;
    background-color: #383838;
    font-weight: bold;
}
.org-link {
    /* link */
    color: #F0DFAF;
    font-weight: bold;
    text-decoration: underline;
}
.org-link-visited {
    /* link-visited */
    color: #D0BF8F;
    text-decoration: underline;
}
.org-linum {
    /* linum */
    color: #9FC59F;
    background-color: #3F3F3F;
}
.org-linum-highlight {
    /* linum-highlight-face */
    color: #000000;
    background-color: #bebebe;
}
.org-log-edit-header {
    /* log-edit-header */
    color: #F0DFAF;
    font-weight: bold;
}
.org-log-edit-summary {
    /* log-edit-summary */
    color: #93E0E3;
}
.org-log-edit-unknown-header {
    /* log-edit-unknown-header */
    color: #7F9F7F;
}
.org-magit-branch {
    /* magit-branch */
    color: #8CD0D3;
    font-weight: bold;
}
.org-magit-cherry-equivalent {
    /* magit-cherry-equivalent */
    color: #ff00ff;
}
.org-magit-cherry-unmatched {
    /* magit-cherry-unmatched */
    color: #00ffff;
}
.org-magit-diff-add {
    /* magit-diff-add */
    color: #BFEBBF;
}
.org-magit-diff-del {
    /* magit-diff-del */
    color: #CC9393;
}
.org-magit-diff-file-header {
    /* magit-diff-file-header */
    color: #DCDCCC;
    background-color: #5F5F5F;
    font-weight: bold;
}
.org-magit-diff-hunk-header {
    /* magit-diff-hunk-header */
    background-color: #5F5F5F;
}
.org-magit-diff-merge-current {
    /* magit-diff-merge-current */
    color: #94BFF3;
}
.org-magit-diff-merge-diff3-separator {
    /* magit-diff-merge-diff3-separator */
    color: #94BFF3;
}
.org-magit-diff-merge-proposed {
    /* magit-diff-merge-proposed */
    color: #94BFF3;
}
.org-magit-diff-merge-separator {
    /* magit-diff-merge-separator */
    color: #94BFF3;
}
.org-magit-diff-none {
    /* magit-diff-none */
    color: #b3b3b3;
}
.org-magit-item-highlight {
    /* magit-item-highlight */
    background-color: #494949;
}
.org-magit-item-mark {
    /* magit-item-mark */
    background-color: #383838;
}
.org-magit-key-mode-args {
    /* magit-key-mode-args-face */
    background-color: #696969;
}
.org-magit-key-mode-button {
    /* magit-key-mode-button-face */
    color: #DCDCCC;
    font-weight: bold;
}
.org-magit-key-mode-header {
    /* magit-key-mode-header-face */
    color: #F0DFAF;
    font-weight: bold;
}
.org-magit-key-mode-switch {
    /* magit-key-mode-switch-face */
    color: #D0BF8F;
    font-weight: bold;
}
.org-magit-log-author {
    /* magit-log-author */
    color: #DFAF8F;
}
.org-magit-log-date {
}
.org-magit-log-graph {
    /* magit-log-graph */
    color: #cccccc;
}
.org-magit-log-head-label-bisect-bad {
    /* magit-log-head-label-bisect-bad */
    color: #8b3a3a;
    background-color: #ff6a6a;
}
.org-magit-log-head-label-bisect-good {
    /* magit-log-head-label-bisect-good */
    color: #556b2f;
    background-color: #90ee90;
}
.org-magit-log-head-label-bisect-skip {
    /* magit-log-head-label-bisect-skip */
    color: #b8860b;
    background-color: #eedd82;
}
.org-magit-log-head-label-default {
    /* magit-log-head-label-default */
    background-color: #7f7f7f;
}
.org-magit-log-head-label-head {
    /* magit-log-head-label-head */
    color: #000000;
    background-color: #b3b3b3;
}
.org-magit-log-head-label-local {
    /* magit-log-head-label-local */
    color: #607b8b;
    background-color: #d9d9d9;
}
.org-magit-log-head-label-patches {
    /* magit-log-head-label-patches */
    color: #8b3a3a;
    background-color: #ff6a6a;
}
.org-magit-log-head-label-remote {
    /* magit-log-head-label-remote */
    color: #698b22;
    background-color: #d9d9d9;
}
.org-magit-log-head-label-tags {
    /* magit-log-head-label-tags */
    color: #8b6914;
    background-color: #fffacd;
}
.org-magit-log-head-label-wip {
    /* magit-log-head-label-wip */
    color: #8db6cd;
    background-color: #f2f2f2;
}
.org-magit-log-message {
}
.org-magit-log-reflog-label-amend {
    /* magit-log-reflog-label-amend */
    color: #8b6914;
    background-color: #fffacd;
}
.org-magit-log-reflog-label-checkout {
    /* magit-log-reflog-label-checkout */
    color: #607b8b;
    background-color: #d9d9d9;
}
.org-magit-log-reflog-label-cherry-pick {
    /* magit-log-reflog-label-cherry-pick */
    color: #556b2f;
    background-color: #90ee90;
}
.org-magit-log-reflog-label-commit {
    /* magit-log-reflog-label-commit */
    color: #8b6914;
    background-color: #fffacd;
}
.org-magit-log-reflog-label-merge {
    /* magit-log-reflog-label-merge */
    color: #8b6914;
    background-color: #fffacd;
}
.org-magit-log-reflog-label-other {
    /* magit-log-reflog-label-other */
    background-color: #7f7f7f;
}
.org-magit-log-reflog-label-rebase {
    /* magit-log-reflog-label-rebase */
    color: #698b22;
    background-color: #d9d9d9;
}
.org-magit-log-reflog-label-remote {
    /* magit-log-reflog-label-remote */
    background-color: #7f7f7f;
}
.org-magit-log-reflog-label-reset {
    /* magit-log-reflog-label-reset */
    color: #8b3a3a;
    background-color: #ff6a6a;
}
.org-magit-log-sha1 {
    /* magit-log-sha1 */
    color: #DFAF8F;
}
.org-magit-process-ng {
    /* magit-process-ng */
    color: #CC9393;
    font-weight: bold;
}
.org-magit-process-ok {
    /* magit-process-ok */
    color: #7F9F7F;
    font-weight: bold;
}
.org-magit-section-title {
    /* magit-section-title */
    color: #F0DFAF;
    font-weight: bold;
}
.org-magit-signature-bad {
    /* magit-signature-bad */
    color: #ff0000;
}
.org-magit-signature-good {
    /* magit-signature-good */
    color: #00ff00;
}
.org-magit-signature-none {
}
.org-magit-signature-untrusted {
    /* magit-signature-untrusted */
    color: #00ffff;
}
.org-magit-tag {
    /* magit-tag */
    color: #8b6914;
    background-color: #fffacd;
}
.org-magit-whitespace-warning {
    /* magit-whitespace-warning-face */
    background-color: #CC9393;
}
.org-makefile-makepp-perl {
    /* makefile-makepp-perl */
    background-color: #00008b;
}
.org-makefile-shell {
}
.org-makefile-space {
    /* makefile-space */
    background-color: #ff69b4;
}
.org-makefile-targets {
    /* makefile-targets */
    color: #93E0E3;
}
.org-markdown-blockquote {
    /* markdown-blockquote-face */
    color: #9FC59F;
}
.org-markdown-bold {
    /* markdown-bold-face */
    color: #DFAF8F;
    font-weight: bold;
}
.org-markdown-comment {
    /* markdown-comment-face */
    color: #7F9F7F;
}
.org-markdown-footnote {
    /* markdown-footnote-face */
    color: #F0DFAF;
    font-weight: bold;
}
.org-markdown-header {
    /* markdown-header-face */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-header-delimiter {
    /* markdown-header-delimiter-face */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-header-face-1 {
    /* markdown-header-face-1 */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-header-face-2 {
    /* markdown-header-face-2 */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-header-face-3 {
    /* markdown-header-face-3 */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-header-face-4 {
    /* markdown-header-face-4 */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-header-face-5 {
    /* markdown-header-face-5 */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-header-face-6 {
    /* markdown-header-face-6 */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-header-rule {
    /* markdown-header-rule-face */
    color: #93E0E3;
    font-weight: bold;
}
.org-markdown-inline-code {
    /* markdown-inline-code-face */
    color: #BFEBBF;
}
.org-markdown-italic {
    /* markdown-italic-face */
    color: #DFAF8F;
    font-style: italic;
}
.org-markdown-language-keyword {
    /* markdown-language-keyword-face */
    color: #7CB8BB;
}
.org-markdown-line-break {
    /* markdown-line-break-face */
    color: #BFEBBF;
    text-decoration: underline;
}
.org-markdown-link {
    /* markdown-link-face */
    color: #F0DFAF;
    font-weight: bold;
}
.org-markdown-link-title {
    /* markdown-link-title-face */
    color: #7F9F7F;
}
.org-markdown-list {
    /* markdown-list-face */
    color: #DCDCCC;
    font-weight: bold;
}
.org-markdown-math {
    /* markdown-math-face */
    color: #CC9393;
}
.org-markdown-metadata-key {
    /* markdown-metadata-key-face */
    color: #DFAF8F;
}
.org-markdown-metadata-value {
    /* markdown-metadata-value-face */
    color: #CC9393;
}
.org-markdown-missing-link {
    /* markdown-missing-link-face */
    color: #D0BF8F;
    font-weight: bold;
}
.org-markdown-pre {
    /* markdown-pre-face */
    color: #BFEBBF;
}
.org-markdown-reference {
    /* markdown-reference-face */
    color: #7CB8BB;
}
.org-markdown-url {
    /* markdown-url-face */
    color: #CC9393;
}
.org-match {
    /* match */
    color: #DFAF8F;
    background-color: #2B2B2B;
    font-weight: bold;
}
.org-menu {
    /* menu */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-message-cited-text {
    /* message-cited-text */
    color: #ffaeb9;
}
.org-message-header-cc {
    /* message-header-cc */
    color: #7fff00;
    font-weight: bold;
}
.org-message-header-name {
    /* message-header-name */
    color: #00ff00;
}
.org-message-header-newsgroups {
    /* message-header-newsgroups */
    color: #ffff00;
    font-weight: bold;
    font-style: italic;
}
.org-message-header-other {
    /* message-header-other */
    color: #ff3e96;
}
.org-message-header-subject {
    /* message-header-subject */
    color: #c0ff3e;
}
.org-message-header-to {
    /* message-header-to */
    color: #caff70;
    font-weight: bold;
}
.org-message-header-xheader {
    /* message-header-xheader */
    color: #00bfff;
}
.org-message-mml {
    /* message-mml */
    color: #00fa9a;
}
.org-message-separator {
    /* message-separator */
    color: #b0e2ff;
}
.org-minibuffer-prompt {
    /* minibuffer-prompt */
    color: #F0DFAF;
}
.org-mm-command-output {
    /* mm-command-output */
    color: #228b22;
}
.org-mode-line {
    /* mode-line */
    color: #8FB28F;
    background-color: #2B2B2B;
}
.org-mode-line-buffer-id {
    /* mode-line-buffer-id */
    color: #F0DFAF;
    font-weight: bold;
}
.org-mode-line-emphasis {
    /* mode-line-emphasis */
    font-weight: bold;
}
.org-mode-line-highlight {
}
.org-mode-line-inactive {
    /* mode-line-inactive */
    color: #5F7F5F;
    background-color: #2B2B2B;
}
.org-mouse {
}
.org-negation-char {
    /* font-lock-negation-char-face */
    color: #F0DFAF;
    font-weight: bold;
}
.org-next-error {
    /* next-error */
    background-color: #2B2B2B;
}
.org-nobreak-space {
    /* nobreak-space */
    color: #F0DFAF;
    font-weight: bold;
    text-decoration: underline;
}
.org-nxml-attribute-colon {
}
.org-nxml-attribute-local-name {
    /* nxml-attribute-local-name */
    color: #DFAF8F;
}
.org-nxml-attribute-prefix {
    /* nxml-attribute-prefix */
    color: #DCDCCC;
    font-weight: bold;
}
.org-nxml-attribute-value {
    /* nxml-attribute-value */
    color: #CC9393;
}
.org-nxml-attribute-value-delimiter {
    /* nxml-attribute-value-delimiter */
    color: #CC9393;
}
.org-nxml-cdata-section-cdata {
    /* nxml-cdata-section-CDATA */
    color: #DCDCCC;
    font-weight: bold;
}
.org-nxml-cdata-section-content {
}
.org-nxml-cdata-section-delimiter {
}
.org-nxml-char-ref-delimiter {
    /* nxml-char-ref-delimiter */
    color: #BFEBBF;
}
.org-nxml-char-ref-number {
    /* nxml-char-ref-number */
    color: #BFEBBF;
}
.org-nxml-comment-content {
    /* nxml-comment-content */
    color: #7F9F7F;
}
.org-nxml-comment-delimiter {
    /* nxml-comment-delimiter */
    color: #5F7F5F;
}
.org-nxml-delimited-data {
    /* nxml-delimited-data */
    color: #9FC59F;
}
.org-nxml-delimiter {
}
.org-nxml-element-colon {
}
.org-nxml-element-local-name {
    /* nxml-element-local-name */
    color: #93E0E3;
}
.org-nxml-element-prefix {
    /* nxml-element-prefix */
    color: #DCDCCC;
    font-weight: bold;
}
.org-nxml-entity-ref-delimiter {
    /* nxml-entity-ref-delimiter */
    color: #BFEBBF;
}
.org-nxml-entity-ref-name {
    /* nxml-entity-ref-name */
    color: #BFEBBF;
}
.org-nxml-glyph {
    /* nxml-glyph */
    color: #000000;
    background-color: #d3d3d3;
}
.org-nxml-hash {
    /* nxml-hash */
    color: #DCDCCC;
    font-weight: bold;
}
.org-nxml-heading {
    /* nxml-heading */
    font-weight: bold;
}
.org-nxml-markup-declaration-delimiter {
}
.org-nxml-name {
    /* nxml-name */
    color: #DCDCCC;
    font-weight: bold;
}
.org-nxml-namespace-attribute-colon {
}
.org-nxml-namespace-attribute-prefix {
    /* nxml-namespace-attribute-prefix */
    color: #DFAF8F;
}
.org-nxml-namespace-attribute-value {
    /* nxml-namespace-attribute-value */
    color: #CC9393;
}
.org-nxml-namespace-attribute-value-delimiter {
    /* nxml-namespace-attribute-value-delimiter */
    color: #CC9393;
}
.org-nxml-namespace-attribute-xmlns {
    /* nxml-namespace-attribute-xmlns */
    color: #DCDCCC;
    font-weight: bold;
}
.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: #9FC59F;
}
.org-nxml-processing-instruction-delimiter {
}
.org-nxml-processing-instruction-target {
    /* nxml-processing-instruction-target */
    color: #F0DFAF;
    font-weight: bold;
}
.org-nxml-prolog-keyword {
    /* nxml-prolog-keyword */
    color: #F0DFAF;
    font-weight: bold;
}
.org-nxml-prolog-literal-content {
    /* nxml-prolog-literal-content */
    color: #9FC59F;
}
.org-nxml-prolog-literal-delimiter {
    /* nxml-prolog-literal-delimiter */
    color: #9FC59F;
}
.org-nxml-ref {
    /* nxml-ref */
    color: #BFEBBF;
}
.org-nxml-tag-delimiter {
}
.org-nxml-tag-slash {
}
.org-nxml-text {
}
.org-org-agenda-calendar-event {
    /* org-agenda-calendar-event */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-org-agenda-calendar-sexp {
    /* org-agenda-calendar-sexp */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-org-agenda-clocking {
    /* org-agenda-clocking */
    background-color: #5F5F5F;
}
.org-org-agenda-column-dateline {
    /* org-agenda-column-dateline */
    background-color: #2B2B2B;
}
.org-org-agenda-current-time {
    /* org-agenda-current-time */
    color: #DFAF8F;
}
.org-org-agenda-date {
    /* org-agenda-date */
    color: #7F9F7F;
}
.org-org-agenda-date-today {
    /* org-agenda-date-today */
    color: #FFFFEF;
    font-weight: bold;
    font-style: italic;
}
.org-org-agenda-date-weekend {
    /* org-agenda-date-weekend */
    color: #7F9F7F;
    font-weight: bold;
}
.org-org-agenda-diary {
    /* org-agenda-diary */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-org-agenda-dimmed-todo {
    /* org-agenda-dimmed-todo-face */
    color: #7f7f7f;
}
.org-org-agenda-done {
    /* org-agenda-done */
    color: #98fb98;
}
.org-org-agenda-filter-category {
    /* org-agenda-filter-category */
    color: #8FB28F;
    background-color: #2B2B2B;
}
.org-org-agenda-filter-regexp {
    /* org-agenda-filter-regexp */
    color: #8FB28F;
    background-color: #2B2B2B;
}
.org-org-agenda-filter-tags {
    /* org-agenda-filter-tags */
    color: #8FB28F;
    background-color: #2B2B2B;
}
.org-org-agenda-restriction-lock {
    /* org-agenda-restriction-lock */
    background-color: #1C1C1C;
}
.org-org-agenda-structure {
    /* org-agenda-structure */
    color: #7F9F7F;
}
.org-org-archived {
    /* org-archived */
    color: #DCDCCC;
    font-weight: bold;
}
.org-org-beamer-tag {
}
.org-org-block {
    /* org-block */
    color: #b3b3b3;
}
.org-org-block-background {
}
.org-org-block-begin-line {
    /* org-block-begin-line */
    color: #7F9F7F;
}
.org-org-block-end-line {
    /* org-block-end-line */
    color: #7F9F7F;
}
.org-org-checkbox {
    /* org-checkbox */
    color: #FFFFEF;
    background-color: #5F5F5F;
}
.org-org-checkbox-statistics-done {
    /* org-checkbox-statistics-done */
    color: #AFD8AF;
    font-weight: bold;
}
.org-org-checkbox-statistics-todo {
    /* org-checkbox-statistics-todo */
    color: #CC9393;
    font-weight: bold;
}
.org-org-clock-overlay {
    /* org-clock-overlay */
    background-color: #4a708b;
}
.org-org-code {
    /* org-code */
    color: #b3b3b3;
}
.org-org-column {
    /* org-column */
    background-color: #2B2B2B;
}
.org-org-column-title {
    /* org-column-title */
    background-color: #2B2B2B;
    font-weight: bold;
    text-decoration: underline;
}
.org-org-date {
    /* org-date */
    color: #8CD0D3;
    text-decoration: underline;
}
.org-org-date-selected {
    /* org-date-selected */
    color: #ffc0cb;
}
.org-org-default {
    /* org-default */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-org-document-info {
    /* org-document-info */
    color: #afeeee;
}
.org-org-document-info-keyword {
    /* org-document-info-keyword */
    color: #b3b3b3;
}
.org-org-document-title {
    /* org-document-title */
    color: #9FC59F;
    font-size: 144%;
    font-weight: bold;
}
.org-org-done {
    /* org-done */
    color: #AFD8AF;
    font-weight: bold;
}
.org-org-drawer {
    /* org-drawer */
    color: #87cefa;
}
.org-org-ellipsis {
    /* org-ellipsis */
    color: #E0CF9F;
    text-decoration: underline;
}
.org-org-footnote {
    /* org-footnote */
    color: #93E0E3;
    text-decoration: underline;
}
.org-org-formula {
    /* org-formula */
    color: #D0BF8F;
}
.org-org-headline-done {
    /* org-headline-done */
    color: #AFD8AF;
}
.org-org-hide {
    /* org-hide */
    color: #2B2B2B;
}
.org-org-latex-and-related {
    /* org-latex-and-related */
    color: #deb887;
}
.org-org-level-1 {
    /* org-level-1 */
    color: #DFAF8F;
    font-size: 144%;
}
.org-org-level-2 {
    /* org-level-2 */
    color: #BFEBBF;
}
.org-org-level-3 {
    /* org-level-3 */
    color: #7CB8BB;
}
.org-org-level-4 {
    /* org-level-4 */
    color: #D0BF8F;
}
.org-org-level-5 {
    /* org-level-5 */
    color: #93E0E3;
}
.org-org-level-6 {
    /* org-level-6 */
    color: #9FC59F;
}
.org-org-level-7 {
    /* org-level-7 */
    color: #8C5353;
}
.org-org-level-8 {
    /* org-level-8 */
    color: #4C7073;
}
.org-org-link {
    /* org-link */
    color: #D0BF8F;
    text-decoration: underline;
}
.org-org-list-dt {
    /* org-list-dt */
    font-weight: bold;
}
.org-org-macro {
    /* org-macro */
    color: #deb887;
}
.org-org-meta-line {
    /* org-meta-line */
    color: #7F9F7F;
}
.org-org-mode-line-clock {
    /* org-mode-line-clock */
    color: #DCDCCC;
    background-color: #2B2B2B;
}
.org-org-mode-line-clock-overrun {
    /* org-mode-line-clock-overrun */
    color: #3F3F3F;
    background-color: #BC8383;
}
.org-org-priority {
    /* org-priority */
    color: #F0DFAF;
    font-weight: bold;
}
.org-org-property-value {
}
.org-org-quote {
    /* org-quote */
    color: #b3b3b3;
}
.org-org-scheduled {
    /* org-scheduled */
    color: #BFEBBF;
}
.org-org-scheduled-previously {
    /* org-scheduled-previously */
    color: #CC9393;
}
.org-org-scheduled-today {
    /* org-scheduled-today */
    color: #94BFF3;
}
.org-org-sexp-date {
    /* org-sexp-date */
    color: #94BFF3;
    text-decoration: underline;
}
.org-org-special-keyword {
    /* org-special-keyword */
    color: #7F9F7F;
}
.org-org-table {
    /* org-table */
    color: #9FC59F;
}
.org-org-tag {
    /* org-tag */
    font-weight: bold;
}
.org-org-tag-group {
    /* org-tag-group */
    font-weight: bold;
}
.org-org-target {
    /* org-target */
    text-decoration: underline;
}
.org-org-time-grid {
    /* org-time-grid */
    color: #DFAF8F;
}
.org-org-todo {
    /* org-todo */
    color: #CC9393;
    font-weight: bold;
}
.org-org-upcoming-deadline {
    /* org-upcoming-deadline */
    color: #F0DFAF;
    font-weight: bold;
}
.org-org-verbatim {
    /* org-verbatim */
    color: #b3b3b3;
}
.org-org-verse {
    /* org-verse */
    color: #b3b3b3;
}
.org-org-warning {
    /* org-warning */
    color: #CC9393;
    font-weight: bold;
}
.org-outline-1 {
    /* outline-1 */
    color: #DFAF8F;
}
.org-outline-2 {
    /* outline-2 */
    color: #BFEBBF;
}
.org-outline-3 {
    /* outline-3 */
    color: #7CB8BB;
}
.org-outline-4 {
    /* outline-4 */
    color: #D0BF8F;
}
.org-outline-5 {
    /* outline-5 */
    color: #93E0E3;
}
.org-outline-6 {
    /* outline-6 */
    color: #9FC59F;
}
.org-outline-7 {
    /* outline-7 */
    color: #8C5353;
}
.org-outline-8 {
    /* outline-8 */
    color: #4C7073;
}
.org-page-break-lines {
    /* page-break-lines */
    color: #7F9F7F;
}
.org-peXdirectory {
    /* pe/directory-face */
    color: #93E0E3;
}
.org-peXfile {
    /* pe/file-face */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-popup {
    /* popup-face */
    color: #000000;
    background-color: #d3d3d3;
}
.org-popup-isearch-match {
    /* popup-isearch-match */
    color: #DCDCCC;
    background-color: #3F3F3F;
}
.org-popup-menu {
    /* popup-menu-face */
    color: #000000;
    background-color: #d3d3d3;
}
.org-popup-menu-mouse {
    /* popup-menu-mouse-face */
    color: #ffffff;
    background-color: #0000ff;
}
.org-popup-menu-selection {
    /* popup-menu-selection-face */
    color: #ffffff;
    background-color: #4682b4;
}
.org-popup-menu-summary {
    /* popup-menu-summary-face */
    color: #696969;
    background-color: #d3d3d3;
}
.org-popup-scroll-bar-background {
    /* popup-scroll-bar-background-face */
    background-color: #2B2B2B;
}
.org-popup-scroll-bar-foreground {
    /* popup-scroll-bar-foreground-face */
    background-color: #366060;
}
.org-popup-summary {
    /* popup-summary-face */
    color: #696969;
    background-color: #d3d3d3;
}
.org-popup-tip {
    /* popup-tip-face */
    color: #000000;
    background-color: #D0BF8F;
}
.org-powerline-active1 {
    /* powerline-active1 */
    color: #8FB28F;
    background-color: #383838;
}
.org-powerline-active2 {
    /* powerline-active2 */
    color: #8FB28F;
    background-color: #5F5F5F;
}
.org-powerline-inactive1 {
    /* powerline-inactive1 */
    color: #5F7F5F;
    background-color: #4F4F4F;
}
.org-powerline-inactive2 {
    /* powerline-inactive2 */
    color: #5F7F5F;
    background-color: #6F6F6F;
}
.org-preprocessor {
    /* font-lock-preprocessor-face */
    color: #94BFF3;
}
.org-query-replace {
    /* query-replace */
    color: #D0BF8F;
    background-color: #5F5F5F;
    font-weight: bold;
}
.org-regexp-grouping-backslash {
    /* font-lock-regexp-grouping-backslash */
    color: #7F9F7F;
    font-weight: bold;
}
.org-regexp-grouping-construct {
    /* font-lock-regexp-grouping-construct */
    color: #F0DFAF;
    font-weight: bold;
}
.org-region {
    /* region */
    background-color: #2B2B2B;
}
.org-rtags-context {
}
.org-rtags-errline {
    /* rtags-errline */
    text-decoration: underline;
}
.org-rtags-fixitline {
    /* rtags-fixitline */
    text-decoration: underline;
}
.org-rtags-path {
}
.org-rtags-skippedline {
    /* rtags-skippedline */
    background-color: #1f1f1f;
}
.org-rtags-warnline {
    /* rtags-warnline */
    text-decoration: underline;
}
.org-scroll-bar {
}
.org-secondary-selection {
    /* secondary-selection */
    background-color: #5F5F5F;
}
.org-sgml-namespace {
    /* sgml-namespace */
    color: #DCDCCC;
    font-weight: bold;
}
.org-sh-escaped-newline {
    /* sh-escaped-newline */
    color: #CC9393;
}
.org-sh-heredoc {
    /* sh-heredoc */
    color: #F0DFAF;
    font-weight: bold;
}
.org-sh-quoted-exec {
    /* sh-quoted-exec */
    color: #CC9393;
}
.org-shadow {
    /* shadow */
    color: #b3b3b3;
}
.org-show-paren-match {
    /* show-paren-match */
    background-color: #6F6F6F;
    font-weight: bold;
}
.org-show-paren-mismatch {
    /* show-paren-mismatch */
    color: #DCA3A3;
    background-color: #6F6F6F;
    font-weight: bold;
}
.org-string {
    /* font-lock-string-face */
    color: #CC9393;
}
.org-success {
    /* success */
    color: #7F9F7F;
    font-weight: bold;
}
.org-tool-bar {
    /* tool-bar */
    color: #000000;
    background-color: #bfbfbf;
}
.org-tooltip {
    /* tooltip */
    color: #000000;
    background-color: #ffffe0;
}
.org-trailing-whitespace {
    /* trailing-whitespace */
    background-color: #CC9393;
}
.org-tty-menu-disabled {
    /* tty-menu-disabled-face */
    color: #d3d3d3;
    background-color: #0000ff;
}
.org-tty-menu-enabled {
    /* tty-menu-enabled-face */
    color: #ffff00;
    background-color: #0000ff;
    font-weight: bold;
}
.org-tty-menu-selected {
    /* tty-menu-selected-face */
    background-color: #ff0000;
}
.org-type {
    /* font-lock-type-face */
    color: #7CB8BB;
}
.org-underline {
    /* underline */
    text-decoration: underline;
}
.org-variable-name {
    /* font-lock-variable-name-face */
    color: #DFAF8F;
}
.org-variable-pitch {
}
.org-vertical-border {
    /* vertical-border */
    color: #DCDCCC;
}
.org-warning {
    /* warning */
    color: #DFAF8F;
    font-weight: bold;
}
.org-warning-1 {
    /* font-lock-warning-face */
    color: #D0BF8F;
    font-weight: bold;
}
.org-widget-button {
    /* widget-button */
    font-weight: bold;
}
.org-widget-button-pressed {
    /* widget-button-pressed */
    color: #ff0000;
}
.org-widget-documentation {
    /* widget-documentation */
    color: #32cd32;
}
.org-widget-field {
    /* widget-field */
    background-color: #696969;
}
.org-widget-inactive {
    /* widget-inactive */
    color: #b3b3b3;
}
.org-widget-single-line-field {
    /* widget-single-line-field */
    background-color: #696969;
}
.org-window-divider {
    /* window-divider */
    color: #999999;
}
.org-window-divider-first-pixel {
    /* window-divider-first-pixel */
    color: #cccccc;
}
.org-window-divider-last-pixel {
    /* window-divider-last-pixel */
    color: #666666;
}
.org-yas--field-debug {
}

a {
    color: inherit;
    background-color: inherit;
    font: inherit;
    text-decoration: inherit;
}
a:hover {
    text-decoration: underline;
}

pre.src {
    background-color: #3F3F3F;
    color: #DCDCCC;
    border-radius: 25px;
}
pre.example {
    background-color: #3F3F3F;
    color: #DCDCCC;
    border-radius: 25px;
}
