/* ikiwiki style sheet */
/* Note that instead of modifying this style sheet, you can instead edit
 * local.css and use it to override or change settings in this one.
 */
body {
  font: 11pt "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 15pt;
  margin: 0;
}
#pageinfo,
#content,
.pageheader,
#comments {
  padding: 0 1.5em 0 22ex;
}
@media screen and (max-width: 600px) {
  #pageinfo,
  #content,
  .pageheader,
  #comments {
    padding: 0 1.5em;
  }
}
#content {
  max-width: 40em;
}
.pageheader {
  padding-top: 1em;
  /*     padding-left: 21ex; */
}
/* #pagebody { */
/*     padding-left: 20ex; */
/* } */
h1 {
  font-size: 138.5%;
}
h2 {
  font-size: 123.1%;
}
h3 {
  font-size: 108%;
}
h1,
h2,
h3 {
  /* top & bottom margin based on font size */
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  /*bringing boldness back to headers and the strong element*/
  font-weight: 200;
}
abbr,
acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}
em {
  /*bringing italics back to the em element*/
  font-style: italic;
}
a {
  color: #0066bb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #005580;
}
blockquote,
ul,
ol,
dl {
  /*giving blockquotes and lists room to breath*/
  margin: 1em;
}
ul,
ol,
dl {
  padding-left: 1em;
}
/* html5 compat */
article,
header,
footer,
nav {
  display: block;
}
.header {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1em;
  display: block;
}
.header .parentlinks {
  display: block;
  height: 1em;
}
.header .title {
  font-size: 140%;
  line-height: 100%;
  font-weight: bold;
  display: block;
  margin-top: 1ex;
}
.inlineheader .author {
  margin: 0;
  font-size: 112%;
  font-weight: bold;
  display: block;
}
.inlineheader .header {
  font-size: 140%;
  font-weight: 400;
  margin-top: 1ex;
  padding-bottom: .3em;
  border-bottom: 2px solid #ccc;
  color: #333;
}
.inlineheader .header a {
  text-decoration: none;
  color: inherit;
}
.actions ul {
  margin: 0;
  padding: 6px .4em;
  height: 1em;
  list-style-type: none;
}
.actions li {
  display: inline;
  padding: .2em;
}
.actions li a {
  text-shadow: 1px 1px 0 white;
}
.pageheader {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background: -o-linear-gradient(top, #ffffff, #f2f2f2);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
}
.pageheader .title:first-letter {
  text-transform: capitalize;
}
.pageheader .actions ul {
  text-align: right;
  border-bottom: 0;
}
.inlinepage .actions ul {
  border-bottom: 0;
}
#otherlanguages ul {
  margin: 0;
  padding: 6px;
  list-style-type: none;
}
#otherlanguages li {
  display: inline;
  padding: .2em .4em;
}
.pageheader #otherlanguages {
  border-bottom: 1px solid #000;
}
.inlinecontent {
  margin-top: .4em;
}
.pagefooter,
.inlinefooter,
.comments {
  clear: both;
}
.pagefooter,
.inlinefooter {
  color: gray;
}
#pageinfo {
  margin: 1em 0 0 0;
  border-top: 1px solid #ddd;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background: -o-linear-gradient(top, #ffffff, #f2f2f2);
}
#pageinfo * {
  font-size: 80%;
}
.tags {
  margin-top: 1em;
}
.inlinepage .tags {
  display: inline;
}
.mapparent {
  text-decoration: none;
}
.img caption {
  font-size: 80%;
  caption-side: bottom;
  text-align: center;
}
img.img {
  margin: 0.5ex;
}
.pdfimg {
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 5px #aaa;
  max-width: 100%;
  height: auto;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
#backlinks {
  margin-top: 1em;
}
#searchform {
  display: inline;
  float: right;
}
#editcontent {
  width: 40em;
  max-width: 98%;
}
.editcontentdiv {
  width: auto;
  overflow: auto;
}
img {
  border-style: none;
}
pre {
  overflow: auto;
  background: #f8f8f8;
  padding: 1ex;
  border: 1px solid #ddd;
  border-radius: .5ex;
  box-shadow: 3px 3px 3px #eee;
  font-size: 75%;
  line-height: normal;
}
div.recentchanges {
  border-style: solid;
  border-width: 1px;
  overflow: auto;
  width: auto;
  clear: none;
  background: #eee;
  color: black !important;
}
.recentchanges .metadata {
  padding: 0px 0.5em;
}
.recentchanges .changelog {
  font-style: italic;
  clear: both;
  display: block;
  padding: 1px 2px;
  background: white !important;
  color: black !important;
}
.recentchanges .desc {
  display: none;
}
.recentchanges .diff {
  display: none;
}
.recentchanges .committer {
  float: left;
  margin: 0;
  width: 40%;
}
.recentchanges .committype {
  float: left;
  margin: 0;
  width: 5%;
  font-size: small;
}
.recentchanges .changedate {
  float: left;
  margin: 0;
  width: 35%;
  font-size: small;
}
.recentchanges .pagelinks {
  float: right;
  margin: 0;
  width: 60%;
}
#blogform {
  padding: 10px 10px;
  border: 1px solid #aaa;
  background: #eee;
  color: black !important;
  width: auto;
  overflow: auto;
}
.inlinepage {
  padding: 10px 10px;
  border: none;
  /* 1px solid #aaa; */
  overflow: auto;
}
.pagedate,
.pagelicense,
.pagecopyright {
  font-style: italic;
  display: block;
  margin-top: 1em;
}
.error {
  color: #C00;
}
.sidebar {
  width: 20ex;
  float: left;
  margin-left: 4px;
  margin-bottom: 4px;
  margin-top: 1em;
  margin-right: 4px;
  padding: 1ex 0ex;
  background-color: whiteSmoke;
  border: 1px solid #e3e3e3;
  color: black !important;
  border-radius: .5ex;
}
@media screen and (max-width: 600px) {
  .sidebar {
    width: auto;
    float: none;
    margin: 0;
  }
}
.sidebar ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .sidebar ul li {
    display: inline-block;
  }
}
.sidebar ul li a,
.sidebar ul .selflink,
.sidebar > p {
  display: block;
  padding: .1ex 2ex;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .sidebar ul li a,
  .sidebar ul .selflink,
  .sidebar > p {
    display: inline-block;
    margin: 0 -1ex;
  }
}
.sidebar ul a:hover {
  background-color: #0066bb;
  color: white;
  text-decoration: none;
}
.sidebar ul .selflink {
  background-color: #e3e3e3;
  color: #0066bb;
}
.sidebar li p {
  margin: 0;
}
.sidebar ul ul {
  margin: 0;
}
/* tag cloud */
div.tags {
  margin-top: 1ex;
  font-size: 85%;
  padding-left: 1ex;
}
.pagecloud {
  float: none;
  width: auto;
  text-align: center;
  padding: 0ex 1ex 1ex 1ex;
  border: none;
  background: none;
  color: black !important;
}
@media screen and (max-width: 600px) {
  .pagecloud {
    text-align: left;
    margin-left: 1em;
  }
}
.sidebar .pagecloud a {
  display: inline;
  padding: 0;
  margin: 0;
}
.smallestPC {
  font-size: 70%;
}
.smallPC {
  font-size: 85%;
}
.normalPC {
  font-size: 100%;
}
.bigPC {
  font-size: 115%;
}
.biggestPC {
  font-size: 130%;
}
/* .sidebar ul li { */
/*     width:100%; */
/*     display: block; */
/* } */
/* .sidebar ul a:hover { */
/*     width: 100%; */
/*     background-color: #ddd; */
/*     text-decoration: none; */
/* } */
hr.poll {
  height: 10pt;
  color: white !important;
  background: #eee;
  border: 2px solid black;
}
div.poll {
  margin-top: 1ex;
  margin-bottom: 1ex;
  padding: 1ex 1ex;
  border: 1px solid #aaa;
}
span.color {
  padding: 2px;
}
.comment-header,
.microblog-header {
  font-style: italic;
  margin-top: .3em;
}
.comment .author,
.microblog .author {
  font-weight: bold;
}
.comment-subject {
  font-weight: bold;
}
.comment {
  border: 1px solid #aaa;
  padding: 3px;
}
div.progress {
  margin-top: 1ex;
  margin-bottom: 1ex;
  border: 1px solid #888;
  width: 400px;
  background: #eee;
  color: black !important;
  padding: 1px;
}
div.progress-done {
  background: #ea6 !important;
  color: black !important;
  text-align: center;
  padding: 1px;
}
/* things to hide in printouts */
@media print {
  .actions {
    display: none;
  }
  .tags {
    display: none;
  }
  .feedbutton {
    display: none;
  }
  #searchform {
    display: none;
  }
  #blogform {
    display: none;
  }
  #backlinks {
    display: none;
  }
}
/* infobox template */
.infobox {
  float: right;
  margin-left: 2ex;
  margin-top: 1ex;
  margin-bottom: 1ex;
  padding: 1ex 1ex;
  border: 1px solid #aaa;
  background: white;
  color: black !important;
}
/* notebox template */
.notebox {
  float: right;
  margin-left: 2ex;
  margin-top: 1ex;
  margin-bottom: 1ex;
  padding: 1ex 1ex;
  border: 1px solid #aaa;
  width: 25%;
  background: white;
  color: black !important;
}
/* popup template and backlinks hiding */
.popup {
  border-bottom: 1px dotted #366;
  color: #366;
}
.popup .balloon,
.popup .paren,
.popup .expand {
  display: none;
}
.popup:hover .balloon,
.popup:focus .balloon {
  position: absolute;
  display: inline;
  margin: 1em 0 0 -2em;
  padding: 0.625em;
  border: 2px solid;
  background-color: #dee;
  color: black;
}
/* form styling */
fieldset {
  margin: 1ex 0;
  border: 1px solid black;
}
legend {
  padding: 0 1ex;
}
.fb_submit {
  float: left;
  margin: 2px 0;
}
label.block {
  display: block;
}
label.inline {
  display: inline;
}
input#openid_identifier {
  background: url(wikiicons/openidlogin-bg.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000;
  padding-left: 18px;
}
input#searchbox {
  background: url(wikiicons/search-bg.gif) no-repeat;
  background-color: #fff;
  background-position: 100% 50%;
  color: #000;
  padding-right: 16px;
}
/* invalid form fields */
.fb_invalid {
  color: red;
  background: white !important;
}
/* required form fields */
.fb_required {
  font-weight: bold;
}
/* highlight plugin */
pre.hl {
  color: #000000;
  background: #f8f8f8;
}
.hl.num {
  color: #2928ff;
}
.hl.esc {
  color: #ff00ff;
}
.hl.str {
  color: #ff0000;
}
.hl.dstr {
  color: #818100;
}
.hl.slc {
  color: #838183;
  font-style: italic;
}
.hl.com {
  color: #838183;
  font-style: italic;
}
.hl.dir {
  color: #008200;
}
.hl.sym {
  color: #000000;
}
.hl.line {
  color: #555555;
}
.hl.mark {
  background-color: #ffffbb;
}
.hl.kwa {
  color: #000000;
  font-weight: bold;
}
.hl.kwb {
  color: #830000;
}
.hl.kwc {
  color: #000000;
  font-weight: bold;
}
.hl.kwd {
  color: #010181;
}
/* calendar plugin */
.month-calendar-day-this-day,
.year-calendar-this-month {
  background-color: #eee;
}
.month-calendar-day-head,
.month-calendar-day-nolink,
.month-calendar-day-link,
.month-calendar-day-this-day,
.month-calendar-day-future {
  text-align: right;
}
.month-calendar-day-link {
  font-weight: bold;
}
.month-calendar-arrow A:link,
.year-calendar-arrow A:link,
.month-calendar-arrow A:visited,
.year-calendar-arrow A:visited {
  text-decoration: none;
  font-weight: normal;
  font-size: 150%;
}
/* outlines */
li.L1 {
  list-style: upper-roman;
}
li.L2 {
  list-style: decimal;
}
li.L3 {
  list-style: lower-alpha;
}
li.L4 {
  list-style: disc;
}
li.L5 {
  list-style: square;
}
li.L6 {
  list-style: circle;
}
li.L7 {
  list-style: lower-roman;
}
li.L8 {
  list-style: upper-alpha;
}
/* orange feed button */
.feedlink {
  margin: .5em;
}
.feedbutton {
  background: #ff6600;
  color: white !important;
  border-left: 1px solid #cc9966;
  border-top: 1px solid #ccaa99;
  border-right: 1px solid #993300;
  border-bottom: 1px solid #331100;
  padding: 0px 0.5em 0px 0.5em;
  font-family: sans-serif;
  font-weight: bold;
  font-size: small;
  text-decoration: none;
  margin-top: 1em;
}
.feedbutton:hover {
  color: white !important;
  background: #ff9900;
}
.FlattrButton {
  display: none;
}
/* openid selector */
#openid_choice {
  display: none;
}
#openid_input_area {
  clear: both;
  padding: 10px;
}
#openid_btns,
#openid_btns br {
  clear: both;
}
#openid_highlight {
  background-color: black;
  float: left;
}
.openid_large_btn {
  padding: 1em 1.5em;
  border: 1px solid #DDD;
  margin: 3px;
  float: left;
}
.openid_small_btn {
  padding: 4px 4px;
  border: 1px solid #DDD;
  margin: 3px;
  float: left;
}
a.openid_large_btn:focus {
  outline: none;
}
a.openid_large_btn:focus {
  -moz-outline-style: none;
}
.openid_selected {
  border: 4px solid #DDD;
}
/* Org mode format */
div#table-of-contents {
  float: right;
  margin-left: 4px;
  margin-bottom: 4px;
  margin-top: 1em;
  margin-right: 4px;
  padding: 1ex 1ex;
  background-color: whiteSmoke;
  border: 1px solid #e3e3e3;
  color: black !important;
  border-radius: .5ex;
}
div#table-of-contents ul ul {
  margin: 0 1ex;
}

.org-abbrev-table-name {
  /* abbrev-table-name */
  color: #0000ff;
}
.org-all-the-icons-blue {
  /* all-the-icons-blue */
  color: #6A9FB5;
}
.org-all-the-icons-blue-alt {
  /* all-the-icons-blue-alt */
  color: #2188b6;
}
.org-all-the-icons-cyan {
  /* all-the-icons-cyan */
  color: #75B5AA;
}
.org-all-the-icons-cyan-alt {
  /* all-the-icons-cyan-alt */
  color: #0595bd;
}
.org-all-the-icons-dblue {
  /* all-the-icons-dblue */
  color: #446674;
}
.org-all-the-icons-dcyan {
  /* all-the-icons-dcyan */
  color: #48746D;
}
.org-all-the-icons-dgreen {
  /* all-the-icons-dgreen */
  color: #6D8143;
}
.org-all-the-icons-dmaroon {
  /* all-the-icons-dmaroon */
  color: #72584B;
}
.org-all-the-icons-dorange {
  /* all-the-icons-dorange */
  color: #915B2D;
}
.org-all-the-icons-dpink {
  /* all-the-icons-dpink */
  color: #7E5D5F;
}
.org-all-the-icons-dpurple {
  /* all-the-icons-dpurple */
  color: #694863;
}
.org-all-the-icons-dred {
  /* all-the-icons-dred */
  color: #843031;
}
.org-all-the-icons-dsilver {
  /* all-the-icons-dsilver */
  color: #838484;
}
.org-all-the-icons-dyellow {
  /* all-the-icons-dyellow */
  color: #B48D56;
}
.org-all-the-icons-green {
  /* all-the-icons-green */
  color: #90A959;
}
.org-all-the-icons-lblue {
  /* all-the-icons-lblue */
  color: #677174;
}
.org-all-the-icons-lcyan {
  /* all-the-icons-lcyan */
  color: #2C7D6E;
}
.org-all-the-icons-lgreen {
  /* all-the-icons-lgreen */
  color: #3D6837;
}
.org-all-the-icons-lmaroon {
  /* all-the-icons-lmaroon */
  color: #CE7A4E;
}
.org-all-the-icons-lorange {
  /* all-the-icons-lorange */
  color: #FFA500;
}
.org-all-the-icons-lpink {
  /* all-the-icons-lpink */
  color: #FF505B;
}
.org-all-the-icons-lpurple {
  /* all-the-icons-lpurple */
  color: #E69DD6;
}
.org-all-the-icons-lred {
  /* all-the-icons-lred */
  color: #EB595A;
}
.org-all-the-icons-lsilver {
  /* all-the-icons-lsilver */
  color: #7F7869;
}
.org-all-the-icons-lyellow {
  /* all-the-icons-lyellow */
  color: #FF9300;
}
.org-all-the-icons-maroon {
  /* all-the-icons-maroon */
  color: #8F5536;
}
.org-all-the-icons-orange {
  /* all-the-icons-orange */
  color: #D4843E;
}
.org-all-the-icons-pink {
  /* all-the-icons-pink */
  color: #FC505B;
}
.org-all-the-icons-purple {
  /* all-the-icons-purple */
  color: #68295B;
}
.org-all-the-icons-purple-alt {
  /* all-the-icons-purple-alt */
  color: #5D54E1;
}
.org-all-the-icons-red {
  /* all-the-icons-red */
  color: #AC4142;
}
.org-all-the-icons-red-alt {
  /* all-the-icons-red-alt */
  color: #843031;
}
.org-all-the-icons-silver {
  /* all-the-icons-silver */
  color: #716E68;
}
.org-all-the-icons-yellow {
  /* all-the-icons-yellow */
  color: #FFCC0E;
}
.org-ansi-color-black {
  /* ansi-color-black */
  color: #000000;
  background-color: #000000;
}
.org-ansi-color-blue {
  /* ansi-color-blue */
  color: #0000ee;
  background-color: #0000ee;
}
.org-ansi-color-bold {
  /* ansi-color-bold */
  font-weight: bold;
}
.org-ansi-color-bright-black {
  /* ansi-color-bright-black */
  color: #4d4d4d;
  background-color: #4d4d4d;
}
.org-ansi-color-bright-blue {
  /* ansi-color-bright-blue */
  color: #0000ff;
  background-color: #0000ff;
}
.org-ansi-color-bright-cyan {
  /* ansi-color-bright-cyan */
  color: #00eeee;
  background-color: #00eeee;
}
.org-ansi-color-bright-green {
  /* ansi-color-bright-green */
  color: #00ee00;
  background-color: #00ee00;
}
.org-ansi-color-bright-magenta {
  /* ansi-color-bright-magenta */
  color: #ee00ee;
  background-color: #ee00ee;
}
.org-ansi-color-bright-red {
  /* ansi-color-bright-red */
  color: #ee0000;
  background-color: #ee0000;
}
.org-ansi-color-bright-white {
  /* ansi-color-bright-white */
  color: #ffffff;
  background-color: #ffffff;
}
.org-ansi-color-bright-yellow {
  /* ansi-color-bright-yellow */
  color: #eeee00;
  background-color: #eeee00;
}
.org-ansi-color-cyan {
  /* ansi-color-cyan */
  color: #00cdcd;
  background-color: #00cdcd;
}
.org-ansi-color-faint {
}
.org-ansi-color-fast-blink {
}
.org-ansi-color-green {
  /* ansi-color-green */
  color: #00cd00;
  background-color: #00cd00;
}
.org-ansi-color-inverse {
}
.org-ansi-color-italic {
  /* ansi-color-italic */
  font-style: italic;
}
.org-ansi-color-magenta {
  /* ansi-color-magenta */
  color: #cd00cd;
  background-color: #cd00cd;
}
.org-ansi-color-red {
  /* ansi-color-red */
  color: #cd0000;
  background-color: #cd0000;
}
.org-ansi-color-slow-blink {
}
.org-ansi-color-underline {
  /* ansi-color-underline */
  text-decoration: underline;
}
.org-ansi-color-white {
  /* ansi-color-white */
  color: #e5e5e5;
  background-color: #e5e5e5;
}
.org-ansi-color-yellow {
  /* ansi-color-yellow */
  color: #cdcd00;
  background-color: #cdcd00;
}
.org-avy-background {
  /* avy-background-face */
  color: #666666;
}
.org-avy-goto-char-timer {
  /* avy-goto-char-timer-face */
  background-color: #b4eeb4;
}
.org-avy-lead {
  /* avy-lead-face */
  color: #ffffff;
  background-color: #e52b50;
}
.org-avy-lead-face-0 {
  /* avy-lead-face-0 */
  color: #ffffff;
  background-color: #4f57f9;
}
.org-avy-lead-face-1 {
  /* avy-lead-face-1 */
  color: #ffffff;
  background-color: #bebebe;
}
.org-avy-lead-face-2 {
  /* avy-lead-face-2 */
  color: #ffffff;
  background-color: #f86bf3;
}
.org-aw-background {
  /* aw-background-face */
  color: #666666;
}
.org-aw-key {
  /* aw-key-face */
  color: #483d8b;
}
.org-aw-leading-char {
  /* aw-leading-char-face */
  color: #ff0000;
}
.org-aw-minibuffer-leading-char {
  /* aw-minibuffer-leading-char-face */
  color: #ff0000;
}
.org-aw-mode-line {
  /* aw-mode-line-face */
  font-weight: bold;
}
.org-bold {
  /* bold */
  font-weight: bold;
}
.org-bold-italic {
  /* bold-italic */
  font-weight: bold;
  font-style: italic;
}
.org-bookmark {
  /* bookmark-face */
  color: #ff7f00;
}
.org-bookmark-menu-bookmark {
  /* bookmark-menu-bookmark */
  font-weight: bold;
}
.org-border {
}
.org-bracket {
}
.org-browse-url-button {
  /* browse-url-button */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-buffer-menu-buffer {
  /* buffer-menu-buffer */
  font-weight: bold;
}
.org-builtin {
  /* font-lock-builtin-face */
  color: #483d8b;
}
.org-button {
  /* button */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-c-annotation {
  /* c-annotation-face */
  color: #008b8b;
}
.org-calendar-month-header {
  /* calendar-month-header */
  color: #0000ff;
}
.org-calendar-today {
  /* calendar-today */
  text-decoration: underline;
}
.org-calendar-weekday-header {
  /* calendar-weekday-header */
  color: #008b8b;
}
.org-calendar-weekend-header {
  /* calendar-weekend-header */
  color: #b22222;
}
.org-change-log-acknowledgment {
  /* change-log-acknowledgment */
  color: #b22222;
}
.org-change-log-conditionals {
  /* change-log-conditionals */
  color: #a0522d;
}
.org-change-log-date {
  /* change-log-date */
  color: #8b2252;
}
.org-change-log-email {
  /* change-log-email */
  color: #a0522d;
}
.org-change-log-file {
  /* change-log-file */
  color: #0000ff;
}
.org-change-log-function {
  /* change-log-function */
  color: #a0522d;
}
.org-change-log-list {
  /* change-log-list */
  color: #a020f0;
}
.org-change-log-name {
  /* change-log-name */
  color: #008b8b;
}
.org-child-frame-border {
}
.org-comint-highlight-input {
  /* comint-highlight-input */
  font-weight: bold;
}
.org-comint-highlight-prompt {
  /* comint-highlight-prompt */
  color: #0000cd;
}
.org-comment {
  /* font-lock-comment-face */
  color: #b22222;
}
.org-comment-delimiter {
  /* font-lock-comment-delimiter-face */
  color: #b22222;
}
.org-company-echo {
}
.org-company-echo-common {
  /* company-echo-common */
  color: #8b1a1a;
}
.org-company-preview-common {
  /* company-preview-common */
  color: #8b0000;
}
.org-company-preview-search {
  /* company-preview-search */
  color: #8b0000;
}
.org-company-template-field {
  /* company-template-field */
  color: #000000;
  background-color: #ffa500;
}
.org-company-tooltip {
  /* company-tooltip */
  color: #000000;
  background-color: #fff8dc;
}
.org-company-tooltip-annotation {
  /* company-tooltip-annotation */
  color: #8b1a1a;
}
.org-company-tooltip-annotation-selection {
  /* company-tooltip-annotation-selection */
  color: #8b1a1a;
}
.org-company-tooltip-common {
  /* company-tooltip-common */
  color: #8b0000;
}
.org-company-tooltip-common-selection {
  /* company-tooltip-common-selection */
  color: #8b0000;
}
.org-company-tooltip-deprecated {
  /* company-tooltip-deprecated */
  text-decoration: line-through;
}
.org-company-tooltip-mouse {
  /* company-tooltip-mouse */
  background-color: #b4eeb4;
}
.org-company-tooltip-quick-access {
  /* company-tooltip-quick-access */
  color: #8b1a1a;
}
.org-company-tooltip-quick-access-selection {
  /* company-tooltip-quick-access-selection */
  color: #8b1a1a;
}
.org-company-tooltip-scrollbar-thumb {
  /* company-tooltip-scrollbar-thumb */
  background-color: #8b0000;
}
.org-company-tooltip-scrollbar-track {
  /* company-tooltip-scrollbar-track */
  background-color: #f5deb3;
}
.org-company-tooltip-search {
  /* company-tooltip-search */
  background-color: #b4eeb4;
}
.org-company-tooltip-search-selection {
  /* company-tooltip-search-selection */
  background-color: #b4eeb4;
}
.org-company-tooltip-selection {
  /* company-tooltip-selection */
  background-color: #add8e6;
}
.org-company-web-doc-attribute {
  /* company-web-doc-attribute-face */
  color: #228b22;
}
.org-company-web-doc-base {
  /* company-web-doc-base-face */
  color: #000080;
  font-size: 120%;
}
.org-company-web-doc-header-1 {
  /* company-web-doc-header-1-face */
  color: #000080;
  font-size: 120%;
  font-weight: bold;
}
.org-company-web-doc-important {
  /* company-web-doc-important-face */
  color: #000080;
  font-size: 120%;
  font-weight: bold;
}
.org-company-web-doc-tag {
  /* company-web-doc-tag-face */
  color: #0000ff;
}
.org-company-web-doc-text-1 {
  /* company-web-doc-text-1-face */
  color: #000080;
  font-size: 120%;
}
.org-company-web-doc-warning {
  /* company-web-doc-warning-face */
  color: #ff0000;
  font-weight: bold;
}
.org-compilation-column-number {
  /* compilation-column-number */
  color: #8b2252;
}
.org-compilation-error {
  /* compilation-error */
  color: #ff0000;
  font-weight: bold;
}
.org-compilation-info {
  /* compilation-info */
  color: #228b22;
  font-weight: bold;
}
.org-compilation-line-number {
  /* compilation-line-number */
  color: #a020f0;
}
.org-compilation-mode-line-exit {
  /* compilation-mode-line-exit */
  color: #228b22;
  font-weight: bold;
}
.org-compilation-mode-line-fail {
  /* compilation-mode-line-fail */
  color: #ff0000;
  font-weight: bold;
}
.org-compilation-mode-line-run {
  /* compilation-mode-line-run */
  color: #ff8c00;
  font-weight: bold;
}
.org-compilation-warning {
  /* compilation-warning */
  color: #ff8c00;
  font-weight: bold;
}
.org-completions-common-part {
  /* completions-common-part */
  color: #0000cd;
}
.org-completions-first-difference {
  /* completions-first-difference */
  font-weight: bold;
}
.org-completions-group-separator {
  /* completions-group-separator */
  color: #7f7f7f;
  text-decoration: line-through;
}
.org-completions-group-title {
  /* completions-group-title */
  color: #7f7f7f;
  font-style: italic;
}
.org-completions-highlight {
  /* completions-highlight */
  background-color: #b4eeb4;
}
.org-confusingly-reordered {
  /* confusingly-reordered */
  text-decoration: underline;
}
.org-constant {
  /* font-lock-constant-face */
  color: #008b8b;
}
.org-consult-async-failed {
  /* consult-async-failed */
  color: #ff0000;
  font-weight: bold;
}
.org-consult-async-finished {
  /* consult-async-finished */
  color: #228b22;
  font-weight: bold;
}
.org-consult-async-running {
  /* consult-async-running */
  color: #ff8c00;
  font-weight: bold;
}
.org-consult-async-split {
}
.org-consult-bookmark {
  /* consult-bookmark */
  color: #008b8b;
}
.org-consult-buffer {
}
.org-consult-file {
  /* consult-file */
  color: #0000ff;
}
.org-consult-grep-context {
  /* consult-grep-context */
  color: #7f7f7f;
}
.org-consult-help {
  /* consult-help */
  color: #7f7f7f;
}
.org-consult-highlight-mark {
  /* consult-highlight-mark */
  background-color: #fff68f;
}
.org-consult-highlight-match {
  /* consult-highlight-match */
  background-color: #fff68f;
}
.org-consult-key {
  /* consult-key */
  color: #a020f0;
}
.org-consult-line-number {
  /* consult-line-number */
  color: #a020f0;
}
.org-consult-line-number-prefix {
  /* consult-line-number-prefix */
  color: #7f7f7f;
  background-color: #ffffff;
}
.org-consult-line-number-wrapped {
  /* consult-line-number-wrapped */
  color: #ff0000;
  font-weight: bold;
}
.org-consult-narrow-indicator {
  /* consult-narrow-indicator */
  color: #ff8c00;
  font-weight: bold;
}
.org-consult-preview-insertion {
  /* consult-preview-insertion */
  background-color: #eedc82;
}
.org-consult-preview-line {
  /* consult-preview-line */
  background-color: #eedc82;
}
.org-consult-preview-match {
  /* consult-preview-match */
  color: #b0e2ff;
  background-color: #cd00cd;
}
.org-consult-separator {
  /* consult-separator */
  color: #ccc;
}
.org-corfu-annotations {
  /* corfu-annotations */
  color: #7f7f7f;
  font-style: italic;
}
.org-corfu-bar {
  /* corfu-bar */
  background-color: #505050;
}
.org-corfu-border {
  /* corfu-border */
  background-color: #d7d7d7;
}
.org-corfu-current {
  /* corfu-current */
  color: #000000;
  background-color: #c0efff;
}
.org-corfu-default {
  /* corfu-default */
  background-color: #f0f0f0;
}
.org-corfu-deprecated {
  /* corfu-deprecated */
  color: #7f7f7f;
  text-decoration: line-through;
}
.org-corfu-echo {
  /* corfu-echo */
  color: #7f7f7f;
  font-style: italic;
}
.org-css-property {
  /* css-property */
  color: #a020f0;
}
.org-css-selector {
  /* css-selector */
  color: #0000ff;
}
.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 */
  background-color: #000000;
}
.org-delimiter {
}
.org-diary {
  /* diary */
  color: #ff0000;
}
.org-diary-anniversary {
  /* diary-anniversary */
  color: #a020f0;
}
.org-diary-button {
}
.org-diary-time {
  /* diary-time */
  color: #a0522d;
}
.org-diff-added {
  /* diff-added */
  background-color: #eeffee;
}
.org-diff-changed {
}
.org-diff-changed-unspecified {
  /* diff-changed-unspecified */
  background-color: #e5e5e5;
}
.org-diff-context {
}
.org-diff-error {
  /* diff-error */
  color: #ff0000;
  background-color: #000000;
  font-weight: bold;
}
.org-diff-file-header {
  /* diff-file-header */
  background-color: #bfbfbf;
  font-weight: bold;
}
.org-diff-function {
  /* diff-function */
  background-color: #d9d9d9;
}
.org-diff-header {
  /* diff-header */
  background-color: #d9d9d9;
}
.org-diff-hl-change {
  /* diff-hl-change */
  color: #0000cd;
  background-color: #ddddff;
}
.org-diff-hl-delete {
  /* diff-hl-delete */
  color: #cd0000;
  background-color: #ffeeee;
}
.org-diff-hl-insert {
  /* diff-hl-insert */
  color: #008b00;
  background-color: #eeffee;
}
.org-diff-hl-reverted-hunk-highlight {
}
.org-diff-hunk-header {
  /* diff-hunk-header */
  background-color: #d9d9d9;
}
.org-diff-index {
  /* diff-index */
  background-color: #bfbfbf;
  font-weight: bold;
}
.org-diff-indicator-added {
  /* diff-indicator-added */
  color: #22aa22;
  background-color: #eeffee;
}
.org-diff-indicator-changed {
  /* diff-indicator-changed */
  color: #aaaa22;
}
.org-diff-indicator-removed {
  /* diff-indicator-removed */
  color: #aa2222;
  background-color: #ffeeee;
}
.org-diff-nonexistent {
  /* diff-nonexistent */
  background-color: #bfbfbf;
  font-weight: bold;
}
.org-diff-refine-added {
  /* diff-refine-added */
  background-color: #8e8;
}
.org-diff-refine-changed {
  /* diff-refine-changed */
  background-color: #ffff55;
}
.org-diff-refine-removed {
  /* diff-refine-removed */
  background-color: #f99;
}
.org-diff-removed {
  /* diff-removed */
  background-color: #ffeeee;
}
.org-dired-broken-symlink {
  /* dired-broken-symlink */
  color: #ffff00;
  background-color: #ff0000;
  font-weight: bold;
}
.org-dired-directory {
  /* dired-directory */
  color: #0000ff;
}
.org-dired-flagged {
  /* dired-flagged */
  color: #ff0000;
  font-weight: bold;
}
.org-dired-header {
  /* dired-header */
  color: #228b22;
}
.org-dired-ignored {
  /* dired-ignored */
  color: #7f7f7f;
}
.org-dired-mark {
  /* dired-mark */
  color: #008b8b;
}
.org-dired-marked {
  /* dired-marked */
  color: #ff8c00;
  font-weight: bold;
}
.org-dired-perm-write {
  /* dired-perm-write */
  color: #b22222;
}
.org-dired-set-id {
  /* dired-set-id */
  color: #ff0000;
  font-weight: bold;
}
.org-dired-special {
  /* dired-special */
  color: #a0522d;
}
.org-dired-symlink {
  /* dired-symlink */
  color: #a020f0;
}
.org-dired-warning {
  /* dired-warning */
  color: #ff0000;
  font-weight: bold;
}
.org-dirvish-collapse-dir {
  /* dirvish-collapse-dir-face */
  color: #0000ff;
}
.org-dirvish-collapse-empty-dir {
  /* dirvish-collapse-empty-dir-face */
  color: #7f7f7f;
}
.org-dirvish-collapse-file {
  /* dirvish-collapse-file-face */
  color: #000000;
  background-color: #ffffff;
}
.org-dirvish-file-device-number {
  /* dirvish-file-device-number */
  color: #008b8b;
}
.org-dirvish-file-group-id {
  /* dirvish-file-group-id */
  color: #483d8b;
}
.org-dirvish-file-inode-number {
  /* dirvish-file-inode-number */
  color: #008b8b;
}
.org-dirvish-file-link-number {
  /* dirvish-file-link-number */
  color: #008b8b;
}
.org-dirvish-file-modes {
  /* dirvish-file-modes */
  color: #483d8b;
}
.org-dirvish-file-size {
  /* dirvish-file-size */
  color: #7f7f7f;
}
.org-dirvish-file-time {
  /* dirvish-file-time */
  color: #7f7f7f;
}
.org-dirvish-file-user-id {
  /* dirvish-file-user-id */
  color: #483d8b;
}
.org-dirvish-free-space {
  /* dirvish-free-space */
  color: #008b8b;
}
.org-dirvish-git-commit-message {
  /* dirvish-git-commit-message-face */
  color: #7f7f7f;
}
.org-dirvish-hl-line {
  /* dirvish-hl-line */
  background-color: #b4eeb4;
}
.org-dirvish-subtree-guide {
  /* dirvish-subtree-guide */
  color: #7f7f7f;
}
.org-dirvish-subtree-state {
  /* dirvish-subtree-state */
  color: #7f7f7f;
}
.org-dirvish-vc-needs-merge {
  /* dirvish-vc-needs-merge-face */
  background-color: #efcbcf;
}
.org-dirvish-vc-unregistered {
  /* dirvish-vc-unregistered-face */
  color: #008b8b;
}
.org-doc {
  /* font-lock-doc-face */
  color: #8b2252;
}
.org-doc-markup {
  /* font-lock-doc-markup-face */
  color: #008b8b;
}
.org-doom-themes-org-at-tag {
  /* doom-themes-org-at-tag */
  color: #b22222;
}
.org-doom-themes-org-hash-tag {
  /* doom-themes-org-hash-tag */
  font-weight: bold;
}
.org-edmacro-label {
  /* edmacro-label */
  color: #00008b;
  font-weight: bold;
}
.org-eglot-diagnostic-tag-deprecated {
  /* eglot-diagnostic-tag-deprecated-face */
  color: #7f7f7f;
  text-decoration: line-through;
}
.org-eglot-diagnostic-tag-unnecessary {
  /* eglot-diagnostic-tag-unnecessary-face */
  color: #7f7f7f;
}
.org-eglot-highlight-symbol {
  /* eglot-highlight-symbol-face */
  background-color: #b4eeb4;
}
.org-eglot-inlay-hint {
  /* eglot-inlay-hint-face */
  color: #7f7f7f;
  font-size: 80%;
}
.org-eglot-mode-line {
  /* eglot-mode-line */
  color: #008b8b;
  font-weight: bold;
}
.org-eglot-parameter-hint {
  /* eglot-parameter-hint-face */
  color: #7f7f7f;
  font-size: 80%;
}
.org-eglot-type-hint {
  /* eglot-type-hint-face */
  color: #7f7f7f;
  font-size: 80%;
}
.org-eieio-custom-slot-tag {
  /* eieio-custom-slot-tag-face */
  color: #0000ff;
}
.org-eldoc-highlight-function-argument {
  /* eldoc-highlight-function-argument */
  font-weight: bold;
}
.org-elisp-shorthand-font-lock {
  /* elisp-shorthand-font-lock-face */
  color: #00ffff;
}
.org-envrc-mode-line-error {
  /* envrc-mode-line-error-face */
  color: #ff0000;
  font-weight: bold;
}
.org-envrc-mode-line-none {
  /* envrc-mode-line-none-face */
  color: #ff8c00;
  font-weight: bold;
}
.org-envrc-mode-line-on {
  /* envrc-mode-line-on-face */
  color: #228b22;
  font-weight: bold;
}
.org-epa-field-body {
  /* epa-field-body */
  font-style: italic;
}
.org-epa-field-name {
  /* epa-field-name */
  font-weight: bold;
}
.org-epa-mark {
  /* epa-mark */
  color: #ff0000;
  font-weight: bold;
}
.org-epa-string {
  /* epa-string */
  color: #00008b;
}
.org-epa-validity-disabled {
  /* epa-validity-disabled */
  font-style: italic;
}
.org-epa-validity-high {
  /* epa-validity-high */
  font-weight: bold;
}
.org-epa-validity-low {
  /* epa-validity-low */
  font-style: italic;
}
.org-epa-validity-medium {
  /* epa-validity-medium */
  font-style: italic;
}
.org-error {
  /* error */
  color: #ff0000;
  font-weight: bold;
}
.org-ert-test-result-expected {
  /* ert-test-result-expected */
  background-color: #00ff00;
}
.org-ert-test-result-unexpected {
  /* ert-test-result-unexpected */
  background-color: #ff0000;
}
.org-escape {
  /* font-lock-escape-face */
  font-weight: bold;
}
.org-escape-glyph {
  /* escape-glyph */
  color: #a52a2a;
}
.org-ethan-wspace {
  /* ethan-wspace-face */
  background-color: #ffffcccccccc;
}
.org-eww-form-checkbox {
  /* eww-form-checkbox */
  color: #000000;
  background-color: #d3d3d3;
}
.org-eww-form-file {
  /* eww-form-file */
  color: #000000;
  background-color: #808080;
}
.org-eww-form-select {
  /* eww-form-select */
  color: #000000;
  background-color: #d3d3d3;
}
.org-eww-form-submit {
  /* eww-form-submit */
  color: #000000;
  background-color: #808080;
}
.org-eww-form-text {
  /* eww-form-text */
  color: #ffffff;
  background-color: #505050;
}
.org-eww-form-textarea {
  /* eww-form-textarea */
  color: #000000;
  background-color: #C0C0C0;
}
.org-eww-invalid-certificate {
  /* eww-invalid-certificate */
  color: #ff0000;
  font-weight: bold;
}
.org-eww-valid-certificate {
  /* eww-valid-certificate */
  color: #228b22;
  font-weight: bold;
}
.org-ffap {
  /* ffap */
  background-color: #b4eeb4;
}
.org-file-name-shadow {
  /* file-name-shadow */
  color: #7f7f7f;
}
.org-fill-column-indicator {
  /* fill-column-indicator */
  color: #7f7f7f;
}
.org-fixed-pitch {
}
.org-fixed-pitch-serif {
}
.org-flycheck-delimited-error {
}
.org-flycheck-error {
  /* flycheck-error */
  text-decoration: underline;
}
.org-flycheck-error-delimiter {
}
.org-flycheck-error-list-checker-name {
  /* flycheck-error-list-checker-name */
  color: #0000ff;
}
.org-flycheck-error-list-column-number {
}
.org-flycheck-error-list-error {
  /* flycheck-error-list-error */
  color: #ff0000;
  font-weight: bold;
}
.org-flycheck-error-list-error-message {
}
.org-flycheck-error-list-filename {
}
.org-flycheck-error-list-highlight {
  /* flycheck-error-list-highlight */
  font-weight: bold;
}
.org-flycheck-error-list-id {
  /* flycheck-error-list-id */
  color: #228b22;
}
.org-flycheck-error-list-id-with-explainer {
  /* flycheck-error-list-id-with-explainer */
  color: #228b22;
}
.org-flycheck-error-list-info {
  /* flycheck-error-list-info */
  color: #228b22;
  font-weight: bold;
}
.org-flycheck-error-list-line-number {
}
.org-flycheck-error-list-warning {
  /* flycheck-error-list-warning */
  color: #ff8c00;
  font-weight: bold;
}
.org-flycheck-fringe-error {
  /* flycheck-fringe-error */
  color: #ff0000;
  font-weight: bold;
}
.org-flycheck-fringe-info {
  /* flycheck-fringe-info */
  color: #228b22;
  font-weight: bold;
}
.org-flycheck-fringe-warning {
  /* flycheck-fringe-warning */
  color: #ff8c00;
  font-weight: bold;
}
.org-flycheck-info {
  /* flycheck-info */
  text-decoration: underline;
}
.org-flycheck-verify-select-checker {
}
.org-flycheck-warning {
  /* flycheck-warning */
  text-decoration: underline;
}
.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: #ff0000;
  font-weight: bold;
}
.org-flymake-note {
  /* flymake-note */
  text-decoration: underline;
}
.org-flymake-note-echo {
  /* flymake-note-echo */
  color: #228b22;
  font-weight: bold;
}
.org-flymake-warning {
  /* flymake-warning */
  text-decoration: underline;
}
.org-flymake-warning-echo {
  /* flymake-warning-echo */
  color: #ff8c00;
  font-weight: bold;
}
.org-forge-post-author {
  /* forge-post-author */
  font-weight: bold;
}
.org-forge-post-date {
  /* forge-post-date */
  font-style: italic;
}
.org-forge-topic-closed {
  /* forge-topic-closed */
  color: #7f7f7f;
}
.org-forge-topic-label {
}
.org-forge-topic-merged {
  /* forge-topic-merged */
  color: #7f7f7f;
}
.org-forge-topic-open {
  /* forge-topic-open */
  color: #000000;
  background-color: #ffffff;
}
.org-forge-topic-unmerged {
  /* forge-topic-unmerged */
  color: #7f7f7f;
  font-style: italic;
}
.org-forge-topic-unread {
  /* forge-topic-unread */
  font-weight: bold;
}
.org-fringe {
  /* fringe */
  background-color: #f2f2f2;
}
.org-function-call {
  /* font-lock-function-call-face */
  color: #0000ff;
}
.org-function-name {
  /* font-lock-function-name-face */
  color: #0000ff;
}
.org-git-commit-comment-action {
  /* git-commit-comment-action */
  font-weight: bold;
}
.org-git-commit-comment-branch-local {
  /* git-commit-comment-branch-local */
  color: #a0522d;
}
.org-git-commit-comment-branch-remote {
  /* git-commit-comment-branch-remote */
  color: #a0522d;
}
.org-git-commit-comment-detached {
  /* git-commit-comment-detached */
  color: #a0522d;
}
.org-git-commit-comment-file {
  /* git-commit-comment-file */
  color: #8b2252;
}
.org-git-commit-comment-heading {
  /* git-commit-comment-heading */
  color: #a020f0;
}
.org-git-commit-keyword {
  /* git-commit-keyword */
  color: #8b2252;
}
.org-git-commit-nonempty-second-line {
  /* git-commit-nonempty-second-line */
  color: #ff0000;
  font-weight: bold;
}
.org-git-commit-overlong-summary {
  /* git-commit-overlong-summary */
  color: #ff0000;
  font-weight: bold;
}
.org-git-commit-summary {
  /* git-commit-summary */
  color: #228b22;
}
.org-git-commit-trailer-token {
  /* git-commit-trailer-token */
  color: #a020f0;
}
.org-git-commit-trailer-value {
  /* git-commit-trailer-value */
  color: #8b2252;
}
.org-glyphless-char {
  /* glyphless-char */
  font-size: 60%;
}
.org-gnus-button {
  /* gnus-button */
  font-weight: bold;
}
.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: #ffff00;
  background-color: #000000;
}
.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 {
  /* gnus-group-mail-1 */
  color: #cd1076;
  font-weight: bold;
}
.org-gnus-group-mail-1-empty {
  /* gnus-group-mail-1-empty */
  color: #cd1076;
}
.org-gnus-group-mail-2 {
  /* gnus-group-mail-2 */
  color: #cd6090;
  font-weight: bold;
}
.org-gnus-group-mail-2-empty {
  /* gnus-group-mail-2-empty */
  color: #cd6090;
}
.org-gnus-group-mail-3 {
  /* gnus-group-mail-3 */
  color: #8b008b;
  font-weight: bold;
}
.org-gnus-group-mail-3-empty {
  /* gnus-group-mail-3-empty */
  color: #8b008b;
}
.org-gnus-group-mail-low {
  /* gnus-group-mail-low */
  color: #8b0a50;
  font-weight: bold;
}
.org-gnus-group-mail-low-empty {
  /* gnus-group-mail-low-empty */
  color: #8b0a50;
}
.org-gnus-group-news-1 {
  /* gnus-group-news-1 */
  color: #228b22;
  font-weight: bold;
}
.org-gnus-group-news-1-empty {
  /* gnus-group-news-1-empty */
  color: #228b22;
}
.org-gnus-group-news-2 {
  /* gnus-group-news-2 */
  color: #53868b;
  font-weight: bold;
}
.org-gnus-group-news-2-empty {
  /* gnus-group-news-2-empty */
  color: #53868b;
}
.org-gnus-group-news-3 {
  /* gnus-group-news-3 */
  font-weight: bold;
}
.org-gnus-group-news-3-empty {
}
.org-gnus-group-news-4 {
  /* gnus-group-news-4 */
  font-weight: bold;
}
.org-gnus-group-news-4-empty {
}
.org-gnus-group-news-5 {
  /* gnus-group-news-5 */
  font-weight: bold;
}
.org-gnus-group-news-5-empty {
}
.org-gnus-group-news-6 {
  /* gnus-group-news-6 */
  font-weight: bold;
}
.org-gnus-group-news-6-empty {
}
.org-gnus-group-news-low {
  /* gnus-group-news-low */
  color: #006400;
  font-weight: bold;
}
.org-gnus-group-news-low-empty {
  /* gnus-group-news-low-empty */
  color: #006400;
}
.org-gnus-header {
  /* gnus-header */
  font-size: 132%;
}
.org-gnus-header-content {
  /* gnus-header-content */
  color: #8b3a3a;
  font-size: 132%;
  font-style: italic;
}
.org-gnus-header-from {
  /* gnus-header-from */
  color: #cd0000;
  font-size: 132%;
}
.org-gnus-header-name {
  /* gnus-header-name */
  color: #b03060;
  font-size: 132%;
}
.org-gnus-header-newsgroups {
  /* gnus-header-newsgroups */
  color: #191970;
  font-style: italic;
}
.org-gnus-header-subject {
  /* gnus-header-subject */
  color: #8b0000;
  font-size: 132%;
}
.org-gnus-signature {
  /* gnus-signature */
  font-style: italic;
}
.org-gnus-splash {
  /* gnus-splash */
  color: #888888;
}
.org-gnus-summary-cancelled {
  /* gnus-summary-cancelled */
  color: #ffff00;
  background-color: #000000;
}
.org-gnus-summary-high-ancient {
  /* gnus-summary-high-ancient */
  color: #4169e1;
  font-weight: bold;
}
.org-gnus-summary-high-read {
  /* gnus-summary-high-read */
  color: #006400;
  font-weight: bold;
}
.org-gnus-summary-high-ticked {
  /* gnus-summary-high-ticked */
  color: #b22222;
  font-weight: bold;
}
.org-gnus-summary-high-undownloaded {
  /* gnus-summary-high-undownloaded */
  color: #008b8b;
  font-weight: bold;
}
.org-gnus-summary-high-unread {
  /* gnus-summary-high-unread */
  font-weight: bold;
}
.org-gnus-summary-low-ancient {
  /* gnus-summary-low-ancient */
  color: #4169e1;
  font-style: italic;
}
.org-gnus-summary-low-read {
  /* gnus-summary-low-read */
  color: #006400;
  font-style: italic;
}
.org-gnus-summary-low-ticked {
  /* gnus-summary-low-ticked */
  color: #b22222;
  font-style: italic;
}
.org-gnus-summary-low-undownloaded {
  /* gnus-summary-low-undownloaded */
  color: #008b8b;
  font-style: italic;
}
.org-gnus-summary-low-unread {
  /* gnus-summary-low-unread */
  font-style: italic;
}
.org-gnus-summary-normal-ancient {
  /* gnus-summary-normal-ancient */
  color: #4169e1;
}
.org-gnus-summary-normal-read {
  /* gnus-summary-normal-read */
  color: #006400;
}
.org-gnus-summary-normal-ticked {
  /* gnus-summary-normal-ticked */
  color: #b22222;
}
.org-gnus-summary-normal-undownloaded {
  /* gnus-summary-normal-undownloaded */
  color: #008b8b;
}
.org-gnus-summary-normal-unread {
}
.org-gnus-summary-selected {
  /* gnus-summary-selected */
  text-decoration: underline;
}
.org-header-line {
  /* header-line */
  color: #333333;
  background-color: #e5e5e5;
}
.org-header-line-highlight {
}
.org-help-argument-name {
  /* help-argument-name */
  font-style: italic;
}
.org-help-for-help-header {
  /* help-for-help-header */
  font-size: 126%;
}
.org-help-key-binding {
  /* help-key-binding */
  color: #00008b;
  background-color: #f5f5f5;
}
.org-highlight {
  /* highlight */
  background-color: #b4eeb4;
}
.org-hl-line {
  /* hl-line */
  background-color: #b4eeb4;
}
.org-hl-sentence {
  /* hl-sentence */
  background-color: #c6e2ff;
}
.org-hl-todo {
  /* hl-todo */
  color: #FF0000;
  font-weight: bold;
}
.org-holiday {
  /* holiday */
  background-color: #ffc0cb;
}
.org-homoglyph {
  /* homoglyph */
  color: #a52a2a;
}
.org-ibuffer-locked-buffer {
  /* ibuffer-locked-buffer */
  color: #8b2323;
}
.org-icon {
}
.org-icon-button {
  /* icon-button */
  color: #000000;
  background-color: #808080;
}
.org-info-header-node {
  /* info-header-node */
  color: #a52a2a;
  font-weight: bold;
  font-style: italic;
}
.org-info-header-xref {
  /* info-header-xref */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-info-index-match {
  /* info-index-match */
  background-color: #fff68f;
}
.org-info-menu-header {
  /* info-menu-header */
  font-size: 120%;
  font-weight: bold;
}
.org-info-menu-star {
  /* info-menu-star */
  color: #ff0000;
}
.org-info-node {
  /* info-node */
  color: #a52a2a;
  font-weight: bold;
  font-style: italic;
}
.org-info-quoted {
}
.org-info-title-1 {
  /* info-title-1 */
  font-size: 207%;
  font-weight: bold;
}
.org-info-title-2 {
  /* info-title-2 */
  font-size: 172%;
  font-weight: bold;
}
.org-info-title-3 {
  /* info-title-3 */
  font-size: 144%;
  font-weight: bold;
}
.org-info-title-4 {
  /* info-title-4 */
  font-size: 120%;
  font-weight: bold;
}
.org-info-xref {
  /* info-xref */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-internal-border {
}
.org-isearch {
  /* isearch */
  color: #b0e2ff;
  background-color: #cd00cd;
}
.org-isearch-fail {
  /* isearch-fail */
  background-color: #ffc1c1;
}
.org-isearch-group-1 {
  /* isearch-group-1 */
  color: #b0e2ff;
  background-color: #f000f0;
}
.org-isearch-group-2 {
  /* isearch-group-2 */
  color: #b0e2ff;
  background-color: #a000a0;
}
.org-italic {
  /* italic */
  font-style: italic;
}
.org-jinx-annotation {
  /* jinx-annotation */
  color: #7f7f7f;
  font-style: italic;
}
.org-jinx-highlight {
  /* jinx-highlight */
  color: #b0e2ff;
  background-color: #cd00cd;
}
.org-jinx-key {
  /* jinx-key */
  color: #7f7f7f;
  font-style: italic;
}
.org-jinx-misspelled {
  /* jinx-misspelled */
  text-decoration: underline;
}
.org-jinx-save {
  /* jinx-save */
  color: #ff8c00;
  font-weight: bold;
}
.org-keyword {
  /* font-lock-keyword-face */
  color: #a020f0;
}
.org-latex {
  /* latex-face */
  font-size: 141%;
}
.org-lazy-highlight {
  /* lazy-highlight */
  background-color: #afeeee;
}
.org-line-number-current-line {
  /* line-number-current-line */
  color: #7f7f7f;
  background-color: #ffffff;
}
.org-line-number-major-tick {
  /* line-number-major-tick */
  background-color: #d9d9d9;
  font-weight: bold;
}
.org-line-number-minor-tick {
  /* line-number-minor-tick */
  background-color: #f2f2f2;
  font-weight: bold;
}
.org-link {
  /* link */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-link-visited {
  /* link-visited */
  color: #8b008b;
  text-decoration: underline;
}
.org-log-edit-header {
  /* log-edit-header */
  color: #a020f0;
}
.org-log-edit-headers-separator {
  /* log-edit-headers-separator */
  font-size: 10%;
}
.org-log-edit-summary {
  /* log-edit-summary */
  color: #0000ff;
}
.org-log-edit-unknown-header {
  /* log-edit-unknown-header */
  color: #b22222;
}
.org-log-view-commit-body {
  /* log-view-commit-body */
  color: #b22222;
}
.org-log-view-file {
  /* log-view-file */
  background-color: #b3b3b3;
  font-weight: bold;
}
.org-log-view-message {
  /* log-view-message */
  background-color: #d9d9d9;
}
.org-magit-bisect-bad {
  /* magit-bisect-bad */
  color: #8b3a3a;
}
.org-magit-bisect-good {
  /* magit-bisect-good */
  color: #556b2f;
}
.org-magit-bisect-skip {
  /* magit-bisect-skip */
  color: #b8860b;
}
.org-magit-blame-date {
}
.org-magit-blame-dimmed {
  /* magit-blame-dimmed */
  color: #7f7f7f;
}
.org-magit-blame-hash {
}
.org-magit-blame-heading {
  /* magit-blame-heading */
  color: #000000;
  background-color: #cccccc;
}
.org-magit-blame-highlight {
  /* magit-blame-highlight */
  color: #000000;
  background-color: #cccccc;
}
.org-magit-blame-margin {
  /* magit-blame-margin */
  color: #000000;
  background-color: #cccccc;
}
.org-magit-blame-name {
}
.org-magit-blame-summary {
}
.org-magit-branch-current {
  /* magit-branch-current */
  color: #4a708b;
}
.org-magit-branch-local {
  /* magit-branch-local */
  color: #4a708b;
}
.org-magit-branch-remote {
  /* magit-branch-remote */
  color: #6e8b3d;
}
.org-magit-branch-remote-head {
  /* magit-branch-remote-head */
  color: #6e8b3d;
}
.org-magit-branch-upstream {
  /* magit-branch-upstream */
  font-style: italic;
}
.org-magit-branch-warning {
  /* magit-branch-warning */
  color: #ff8c00;
  font-weight: bold;
}
.org-magit-cherry-equivalent {
  /* magit-cherry-equivalent */
  color: #ff00ff;
}
.org-magit-cherry-unmatched {
  /* magit-cherry-unmatched */
  color: #00ffff;
}
.org-magit-diff-added {
  /* magit-diff-added */
  color: #22aa22;
  background-color: #ddffdd;
}
.org-magit-diff-added-highlight {
  /* magit-diff-added-highlight */
  color: #22aa22;
  background-color: #cceecc;
}
.org-magit-diff-base {
  /* magit-diff-base */
  color: #aaaa11;
  background-color: #ffffcc;
}
.org-magit-diff-base-highlight {
  /* magit-diff-base-highlight */
  color: #aaaa11;
  background-color: #eeeebb;
}
.org-magit-diff-conflict-heading {
  /* magit-diff-conflict-heading */
  color: #333333;
  background-color: #e5e5e5;
}
.org-magit-diff-context {
  /* magit-diff-context */
  color: #7f7f7f;
}
.org-magit-diff-context-highlight {
  /* magit-diff-context-highlight */
  color: #7f7f7f;
  background-color: #f2f2f2;
}
.org-magit-diff-file-heading {
  /* magit-diff-file-heading */
  font-weight: bold;
}
.org-magit-diff-file-heading-highlight {
  /* magit-diff-file-heading-highlight */
  background-color: #f2f2f2;
}
.org-magit-diff-file-heading-selection {
  /* magit-diff-file-heading-selection */
  color: #8b4c39;
  background-color: #f2f2f2;
}
.org-magit-diff-hunk-heading {
  /* magit-diff-hunk-heading */
  color: #333333;
  background-color: #e5e5e5;
}
.org-magit-diff-hunk-heading-highlight {
  /* magit-diff-hunk-heading-highlight */
  color: #333333;
  background-color: #cccccc;
}
.org-magit-diff-hunk-heading-selection {
  /* magit-diff-hunk-heading-selection */
  color: #8b4c39;
  background-color: #cccccc;
}
.org-magit-diff-hunk-region {
  /* magit-diff-hunk-region */
  font-weight: bold;
}
.org-magit-diff-lines-boundary {
  /* magit-diff-lines-boundary */
  color: #333333;
  background-color: #cd8162;
}
.org-magit-diff-lines-heading {
  /* magit-diff-lines-heading */
  color: #333333;
  background-color: #cd8162;
}
.org-magit-diff-our {
  /* magit-diff-our */
  color: #aa2222;
  background-color: #ffdddd;
}
.org-magit-diff-our-highlight {
  /* magit-diff-our-highlight */
  color: #aa2222;
  background-color: #eecccc;
}
.org-magit-diff-removed {
  /* magit-diff-removed */
  color: #aa2222;
  background-color: #ffdddd;
}
.org-magit-diff-removed-highlight {
  /* magit-diff-removed-highlight */
  color: #aa2222;
  background-color: #eecccc;
}
.org-magit-diff-revision-summary {
  /* magit-diff-revision-summary */
  color: #333333;
  background-color: #e5e5e5;
}
.org-magit-diff-revision-summary-highlight {
  /* magit-diff-revision-summary-highlight */
  color: #333333;
  background-color: #cccccc;
}
.org-magit-diff-their {
  /* magit-diff-their */
  color: #22aa22;
  background-color: #ddffdd;
}
.org-magit-diff-their-highlight {
  /* magit-diff-their-highlight */
  color: #22aa22;
  background-color: #cceecc;
}
.org-magit-diff-whitespace-warning {
  /* magit-diff-whitespace-warning */
  background-color: #ffffcccccccc;
}
.org-magit-diffstat-added {
  /* magit-diffstat-added */
  color: #22aa22;
}
.org-magit-diffstat-removed {
  /* magit-diffstat-removed */
  color: #aa2222;
}
.org-magit-dimmed {
  /* magit-dimmed */
  color: #7f7f7f;
}
.org-magit-filename {
}
.org-magit-hash {
  /* magit-hash */
  color: #999999;
}
.org-magit-head {
  /* magit-head */
  color: #4a708b;
}
.org-magit-header-line {
  /* magit-header-line */
  color: #8b6508;
  font-weight: bold;
}
.org-magit-header-line-key {
  /* magit-header-line-key */
  color: #483d8b;
}
.org-magit-header-line-log-select {
  /* magit-header-line-log-select */
  font-weight: bold;
}
.org-magit-keyword {
  /* magit-keyword */
  color: #8b2252;
}
.org-magit-keyword-squash {
  /* magit-keyword-squash */
  color: #ff0000;
  font-weight: bold;
}
.org-magit-log-author {
  /* magit-log-author */
  color: #b22222;
}
.org-magit-log-date {
  /* magit-log-date */
  color: #4d4d4d;
}
.org-magit-log-graph {
  /* magit-log-graph */
  color: #4d4d4d;
}
.org-magit-mode-line-process {
  /* magit-mode-line-process */
  font-weight: bold;
}
.org-magit-mode-line-process-error {
  /* magit-mode-line-process-error */
  color: #ff0000;
  font-weight: bold;
}
.org-magit-process-ng {
  /* magit-process-ng */
  color: #ff0000;
  font-weight: bold;
}
.org-magit-process-ok {
  /* magit-process-ok */
  color: #00ff00;
  font-weight: bold;
}
.org-magit-reflog-amend {
  /* magit-reflog-amend */
  color: #ff00ff;
}
.org-magit-reflog-checkout {
  /* magit-reflog-checkout */
  color: #0000ff;
}
.org-magit-reflog-cherry-pick {
  /* magit-reflog-cherry-pick */
  color: #00ff00;
}
.org-magit-reflog-commit {
  /* magit-reflog-commit */
  color: #00ff00;
}
.org-magit-reflog-merge {
  /* magit-reflog-merge */
  color: #00ff00;
}
.org-magit-reflog-other {
  /* magit-reflog-other */
  color: #00ffff;
}
.org-magit-reflog-rebase {
  /* magit-reflog-rebase */
  color: #ff00ff;
}
.org-magit-reflog-remote {
  /* magit-reflog-remote */
  color: #00ffff;
}
.org-magit-reflog-reset {
  /* magit-reflog-reset */
  color: #ff0000;
}
.org-magit-refname {
  /* magit-refname */
  color: #4d4d4d;
}
.org-magit-refname-pullreq {
  /* magit-refname-pullreq */
  color: #4d4d4d;
}
.org-magit-refname-stash {
  /* magit-refname-stash */
  color: #4d4d4d;
}
.org-magit-refname-wip {
  /* magit-refname-wip */
  color: #4d4d4d;
}
.org-magit-section-child-count {
}
.org-magit-section-heading {
  /* magit-section-heading */
  color: #8b6508;
  font-weight: bold;
}
.org-magit-section-heading-selection {
  /* magit-section-heading-selection */
  color: #8b4c39;
}
.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: #999999;
}
.org-magit-sequence-drop {
  /* magit-sequence-drop */
  color: #cd5c5c;
}
.org-magit-sequence-exec {
  /* magit-sequence-exec */
  color: #999999;
}
.org-magit-sequence-head {
  /* magit-sequence-head */
  color: #4a708b;
}
.org-magit-sequence-onto {
  /* magit-sequence-onto */
  color: #999999;
}
.org-magit-sequence-part {
  /* magit-sequence-part */
  color: #8b6914;
}
.org-magit-sequence-pick {
  /* magit-sequence-pick */
  color: #000000;
  background-color: #ffffff;
}
.org-magit-sequence-stop {
  /* magit-sequence-stop */
  color: #6e8b3d;
}
.org-magit-signature-bad {
  /* magit-signature-bad */
  color: #ff0000;
  font-weight: bold;
}
.org-magit-signature-error {
  /* magit-signature-error */
  color: #add8e6;
}
.org-magit-signature-expired {
  /* magit-signature-expired */
  color: #ffa500;
}
.org-magit-signature-expired-key {
  /* magit-signature-expired-key */
  color: #ffa500;
}
.org-magit-signature-good {
  /* magit-signature-good */
  color: #00ff00;
}
.org-magit-signature-revoked {
  /* magit-signature-revoked */
  color: #d02090;
}
.org-magit-signature-untrusted {
  /* magit-signature-untrusted */
  color: #66cdaa;
}
.org-magit-tag {
  /* magit-tag */
  color: #8b6914;
}
.org-man-overstrike {
  /* Man-overstrike */
  font-weight: bold;
}
.org-man-reverse {
  /* Man-reverse */
  background-color: #b4eeb4;
}
.org-man-underline {
  /* Man-underline */
  text-decoration: underline;
}
.org-marginalia-archive {
  /* marginalia-archive */
  color: #ff8c00;
  font-weight: bold;
}
.org-marginalia-char {
  /* marginalia-char */
  color: #a020f0;
}
.org-marginalia-date {
  /* marginalia-date */
  color: #a020f0;
}
.org-marginalia-documentation {
  /* marginalia-documentation */
  color: #7f7f7f;
  font-style: italic;
}
.org-marginalia-file-name {
  /* marginalia-file-name */
  color: #7f7f7f;
  font-style: italic;
}
.org-marginalia-file-owner {
  /* marginalia-file-owner */
  color: #483d8b;
}
.org-marginalia-file-priv-dir {
  /* marginalia-file-priv-dir */
  color: #a020f0;
}
.org-marginalia-file-priv-exec {
  /* marginalia-file-priv-exec */
  color: #0000ff;
}
.org-marginalia-file-priv-link {
  /* marginalia-file-priv-link */
  color: #a020f0;
}
.org-marginalia-file-priv-no {
  /* marginalia-file-priv-no */
  color: #7f7f7f;
}
.org-marginalia-file-priv-other {
  /* marginalia-file-priv-other */
  color: #008b8b;
}
.org-marginalia-file-priv-rare {
  /* marginalia-file-priv-rare */
  color: #a0522d;
}
.org-marginalia-file-priv-read {
  /* marginalia-file-priv-read */
  color: #228b22;
}
.org-marginalia-file-priv-write {
  /* marginalia-file-priv-write */
  color: #483d8b;
}
.org-marginalia-function {
  /* marginalia-function */
  color: #0000ff;
}
.org-marginalia-installed {
  /* marginalia-installed */
  color: #228b22;
  font-weight: bold;
}
.org-marginalia-key {
  /* marginalia-key */
  color: #a020f0;
}
.org-marginalia-lighter {
  /* marginalia-lighter */
  color: #008b8b;
}
.org-marginalia-list {
  /* marginalia-list */
  color: #008b8b;
}
.org-marginalia-mode {
  /* marginalia-mode */
  color: #a020f0;
}
.org-marginalia-modified {
}
.org-marginalia-null {
  /* marginalia-null */
  color: #b22222;
}
.org-marginalia-number {
  /* marginalia-number */
  color: #008b8b;
}
.org-marginalia-off {
  /* marginalia-off */
  color: #ff0000;
  font-weight: bold;
}
.org-marginalia-on {
  /* marginalia-on */
  color: #228b22;
  font-weight: bold;
}
.org-marginalia-size {
  /* marginalia-size */
  color: #008b8b;
}
.org-marginalia-string {
  /* marginalia-string */
  color: #8b2252;
}
.org-marginalia-symbol {
  /* marginalia-symbol */
  color: #228b22;
}
.org-marginalia-true {
  /* marginalia-true */
  color: #483d8b;
}
.org-marginalia-type {
  /* marginalia-type */
  color: #a020f0;
}
.org-marginalia-value {
  /* marginalia-value */
  color: #a020f0;
}
.org-marginalia-version {
  /* marginalia-version */
  color: #008b8b;
}
.org-markdown-blockquote {
  /* markdown-blockquote-face */
  color: #8b2252;
}
.org-markdown-bold {
  /* markdown-bold-face */
  font-weight: bold;
}
.org-markdown-code {
}
.org-markdown-comment {
  /* markdown-comment-face */
  color: #b22222;
}
.org-markdown-footnote-marker {
  /* markdown-footnote-marker-face */
  color: #7f7f7f;
}
.org-markdown-footnote-text {
  /* markdown-footnote-text-face */
  color: #b22222;
}
.org-markdown-gfm-checkbox {
  /* markdown-gfm-checkbox-face */
  color: #483d8b;
}
.org-markdown-header-delimiter {
  /* markdown-header-delimiter-face */
  color: #7f7f7f;
}
.org-markdown-header-face-1 {
  /* markdown-header-face-1 */
  color: #0000ff;
  font-weight: bold;
}
.org-markdown-header-face-2 {
  /* markdown-header-face-2 */
  color: #0000ff;
  font-weight: bold;
}
.org-markdown-header-face-3 {
  /* markdown-header-face-3 */
  color: #0000ff;
  font-weight: bold;
}
.org-markdown-header-face-4 {
  /* markdown-header-face-4 */
  color: #0000ff;
  font-weight: bold;
}
.org-markdown-header-face-5 {
  /* markdown-header-face-5 */
  color: #0000ff;
  font-weight: bold;
}
.org-markdown-header-face-6 {
  /* markdown-header-face-6 */
  color: #0000ff;
  font-weight: bold;
}
.org-markdown-header-rule {
  /* markdown-header-rule-face */
  color: #7f7f7f;
}
.org-markdown-highlight {
  /* markdown-highlight-face */
  background-color: #b4eeb4;
}
.org-markdown-highlighting {
  /* markdown-highlighting-face */
  color: #000000;
  background-color: #ffff00;
}
.org-markdown-hr {
  /* markdown-hr-face */
  color: #7f7f7f;
}
.org-markdown-html-attr-name {
  /* markdown-html-attr-name-face */
  color: #a0522d;
}
.org-markdown-html-attr-value {
  /* markdown-html-attr-value-face */
  color: #8b2252;
}
.org-markdown-html-entity {
  /* markdown-html-entity-face */
  color: #a0522d;
}
.org-markdown-html-tag-delimiter {
  /* markdown-html-tag-delimiter-face */
  color: #7f7f7f;
}
.org-markdown-html-tag-name {
  /* markdown-html-tag-name-face */
  color: #228b22;
}
.org-markdown-italic {
  /* markdown-italic-face */
  font-style: italic;
}
.org-markdown-language-info {
  /* markdown-language-info-face */
  color: #8b2252;
}
.org-markdown-language-keyword {
  /* markdown-language-keyword-face */
  color: #228b22;
}
.org-markdown-line-break {
  /* markdown-line-break-face */
  color: #008b8b;
  text-decoration: underline;
}
.org-markdown-link {
  /* markdown-link-face */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-markdown-link-title {
  /* markdown-link-title-face */
  color: #b22222;
}
.org-markdown-list {
  /* markdown-list-face */
  color: #7f7f7f;
}
.org-markdown-markup {
  /* markdown-markup-face */
  color: #7f7f7f;
}
.org-markdown-math {
  /* markdown-math-face */
  color: #8b2252;
}
.org-markdown-metadata-key {
  /* markdown-metadata-key-face */
  color: #a0522d;
}
.org-markdown-metadata-value {
  /* markdown-metadata-value-face */
  color: #8b2252;
}
.org-markdown-missing-link {
  /* markdown-missing-link-face */
  color: #ff0000;
  font-weight: bold;
}
.org-markdown-plain-url {
  /* markdown-plain-url-face */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-markdown-reference {
  /* markdown-reference-face */
  color: #7f7f7f;
}
.org-markdown-strike-through {
  /* markdown-strike-through-face */
  text-decoration: line-through;
}
.org-markdown-url {
  /* markdown-url-face */
  color: #8b2252;
}
.org-mastodon-alt-tl-actions {
  /* mastodon-alt-tl-actions-face */
  color: #b22222;
}
.org-mastodon-alt-tl-box {
  /* mastodon-alt-tl-box-face */
  color: #000000;
  background-color: #ffffff;
}
.org-mastodon-alt-tl-separator {
  /* mastodon-alt-tl-separator-face */
  color: #000000;
  background-color: #ffffff;
  text-decoration: line-through;
}
.org-mastodon-alt-tl-timestamp {
  /* mastodon-alt-tl-timestamp-face */
  color: #000000;
  background-color: #ffffff;
}
.org-mastodon-boost-fave {
  /* mastodon-boost-fave-face */
  color: #228b22;
  font-weight: bold;
}
.org-mastodon-boosted {
  /* mastodon-boosted-face */
  color: #228b22;
  font-weight: bold;
}
.org-mastodon-cursor-highlight {
  /* mastodon-cursor-highlight-face */
  background-color: #b4eeb4;
}
.org-mastodon-cw {
  /* mastodon-cw-face */
  color: #228b22;
  font-weight: bold;
}
.org-mastodon-display-name {
  /* mastodon-display-name-face */
  color: #ff8c00;
  font-weight: bold;
}
.org-mastodon-handle {
  /* mastodon-handle-face */
  color: #000000;
  background-color: #ffffff;
}
.org-mastodon-toot-docs {
  /* mastodon-toot-docs-face */
  color: #b22222;
}
.org-mastodon-toot-docs-reply-text {
  /* mastodon-toot-docs-reply-text-face */
  color: #b22222;
}
.org-match {
  /* match */
  background-color: #fff68f;
}
.org-matlab-cellbreak {
  /* matlab-cellbreak-face */
  color: #b22222;
  font-weight: bold;
  text-decoration: overline;
}
.org-matlab-cross-function-variable {
  /* matlab-cross-function-variable-face */
  font-weight: bold;
  font-style: italic;
}
.org-matlab-nested-function-keyword {
  /* matlab-nested-function-keyword-face */
  font-style: italic;
}
.org-matlab-region {
  /* matlab-region-face */
  background-color: #eedc82;
}
.org-matlab-simulink-keyword {
  /* matlab-simulink-keyword-face */
  color: #228b22;
  text-decoration: underline;
}
.org-matlab-unterminated-string {
  /* matlab-unterminated-string-face */
  color: #8b2252;
  text-decoration: underline;
}
.org-menu {
}
.org-message-cited-text-1 {
  /* message-cited-text-1 */
  color: #006400;
}
.org-message-cited-text-2 {
  /* message-cited-text-2 */
  color: #8b0000;
}
.org-message-cited-text-3 {
  /* message-cited-text-3 */
  color: #698b22;
}
.org-message-cited-text-4 {
  /* message-cited-text-4 */
  color: #36648b;
}
.org-message-header-cc {
  /* message-header-cc */
  color: #191970;
}
.org-message-header-name {
  /* message-header-name */
  color: #6495ed;
}
.org-message-header-newsgroups {
  /* message-header-newsgroups */
  color: #00008b;
  font-weight: bold;
  font-style: italic;
}
.org-message-header-other {
  /* message-header-other */
  color: #4682b4;
}
.org-message-header-subject {
  /* message-header-subject */
  color: #000080;
  font-weight: bold;
}
.org-message-header-to {
  /* message-header-to */
  color: #191970;
  font-weight: bold;
}
.org-message-header-xheader {
  /* message-header-xheader */
  color: #0000ff;
}
.org-message-mml {
  /* message-mml */
  color: #add8e6;
}
.org-message-separator {
  /* message-separator */
  color: #a52a2a;
}
.org-message-signature-separator {
  /* message-signature-separator */
  font-weight: bold;
}
.org-minibuffer-prompt {
  /* minibuffer-prompt */
  color: #0000cd;
}
.org-misc-punctuation {
}
.org-mm-command-output {
  /* mm-command-output */
  color: #cd0000;
}
.org-mm-uu-extract {
  /* mm-uu-extract */
  color: #006400;
  background-color: #ffffe0;
}
.org-mode-line {
  /* mode-line */
  color: #000000;
  background-color: #bfbfbf;
}
.org-mode-line-active {
  /* mode-line-active */
  color: #000000;
  background-color: #bfbfbf;
}
.org-mode-line-buffer-id {
  /* mode-line-buffer-id */
  font-weight: bold;
}
.org-mode-line-emphasis {
  /* mode-line-emphasis */
  font-weight: bold;
}
.org-mode-line-highlight {
}
.org-mode-line-inactive {
  /* mode-line-inactive */
  color: #333333;
  background-color: #e5e5e5;
}
.org-mouse {
}
.org-mouse-drag-and-drop-region {
  /* mouse-drag-and-drop-region */
  background-color: #eedc82;
}
.org-negation-char {
}
.org-next-error {
  /* next-error */
  background-color: #eedc82;
}
.org-next-error-message {
  /* next-error-message */
  background-color: #b4eeb4;
}
.org-nix-antiquote {
  /* nix-antiquote-face */
  color: #483d8b;
}
.org-nix-attribute {
  /* nix-attribute-face */
  color: #a0522d;
}
.org-nix-builtin {
  /* nix-builtin-face */
  color: #483d8b;
}
.org-nix-constant {
  /* nix-constant-face */
  color: #008b8b;
}
.org-nix-keyword {
  /* nix-keyword-face */
  color: #a020f0;
}
.org-nix-keyword-warning {
  /* nix-keyword-warning-face */
  color: #ff0000;
  font-weight: bold;
}
.org-nix-store-path {
}
.org-nobreak-hyphen {
  /* nobreak-hyphen */
  color: #a52a2a;
}
.org-nobreak-space {
  /* nobreak-space */
  color: #a52a2a;
  text-decoration: underline;
}
.org-notmuch-crypto-decryption {
  /* notmuch-crypto-decryption */
  color: #000000;
  background-color: #a020f0;
}
.org-notmuch-crypto-part-header {
  /* notmuch-crypto-part-header */
  color: #0000ff;
}
.org-notmuch-crypto-signature-bad {
  /* notmuch-crypto-signature-bad */
  color: #000000;
  background-color: #ff0000;
}
.org-notmuch-crypto-signature-good {
  /* notmuch-crypto-signature-good */
  color: #000000;
  background-color: #00ff00;
}
.org-notmuch-crypto-signature-good-key {
  /* notmuch-crypto-signature-good-key */
  color: #000000;
  background-color: #ffa500;
}
.org-notmuch-crypto-signature-unknown {
  /* notmuch-crypto-signature-unknown */
  color: #000000;
  background-color: #ff0000;
}
.org-notmuch-hello-logo-background {
  /* notmuch-hello-logo-background */
  background-color: #ffffff;
}
.org-notmuch-jump-key {
  /* notmuch-jump-key */
  color: #0000cd;
}
.org-notmuch-message-summary {
  /* notmuch-message-summary-face */
  background-color: #f0f0f0;
}
.org-notmuch-search-count {
  /* notmuch-search-count */
  color: #000000;
  background-color: #ffffff;
}
.org-notmuch-search-date {
  /* notmuch-search-date */
  color: #000000;
  background-color: #ffffff;
}
.org-notmuch-search-flagged {
  /* notmuch-search-flagged-face */
  color: #0000ff;
}
.org-notmuch-search-matching-authors {
  /* notmuch-search-matching-authors */
  color: #000000;
  background-color: #ffffff;
}
.org-notmuch-search-non-matching-authors {
  /* notmuch-search-non-matching-authors */
  color: #999999;
}
.org-notmuch-search-subject {
  /* notmuch-search-subject */
  color: #000000;
  background-color: #ffffff;
}
.org-notmuch-search-unread {
  /* notmuch-search-unread-face */
  font-weight: bold;
}
.org-notmuch-tag {
  /* notmuch-tag-face */
  color: #708090;
}
.org-notmuch-tag-added {
  /* notmuch-tag-added */
  text-decoration: underline;
}
.org-notmuch-tag-deleted {
  /* notmuch-tag-deleted */
  text-decoration: line-through;
}
.org-notmuch-tag-flagged {
  /* notmuch-tag-flagged */
  color: #0000ff;
}
.org-notmuch-tag-unread {
  /* notmuch-tag-unread */
  color: #ff0000;
}
.org-notmuch-tree-match {
  /* notmuch-tree-match-face */
  color: #000000;
  background-color: #ffffff;
}
.org-notmuch-tree-match-author {
  /* notmuch-tree-match-author-face */
  color: #00008b;
}
.org-notmuch-tree-match-date {
}
.org-notmuch-tree-match-subject {
}
.org-notmuch-tree-match-tag {
  /* notmuch-tree-match-tag-face */
  color: #000080;
  font-weight: bold;
}
.org-notmuch-tree-match-tree {
}
.org-notmuch-tree-no-match {
  /* notmuch-tree-no-match-face */
  color: #bebebe;
}
.org-notmuch-tree-no-match-author {
}
.org-notmuch-tree-no-match-date {
}
.org-notmuch-tree-no-match-subject {
}
.org-notmuch-tree-no-match-tag {
}
.org-notmuch-tree-no-match-tree {
}
.org-notmuch-wash-cited-text {
  /* notmuch-wash-cited-text */
  color: #006400;
}
.org-notmuch-wash-toggle-button {
  /* notmuch-wash-toggle-button */
  color: #d3d3d3;
}
.org-number {
}
.org-operator {
}
.org-orderless-match-face-0 {
  /* orderless-match-face-0 */
  color: #223fbf;
  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: #145a00;
  font-weight: bold;
}
.org-orderless-match-face-3 {
  /* orderless-match-face-3 */
  color: #804000;
  font-weight: bold;
}
.org-org-agenda-calendar-event {
  /* org-agenda-calendar-event */
  color: #000000;
  background-color: #ffffff;
}
.org-org-agenda-calendar-sexp {
  /* org-agenda-calendar-sexp */
  color: #000000;
  background-color: #ffffff;
}
.org-org-agenda-clocking {
  /* org-agenda-clocking */
  background-color: #ffff00;
}
.org-org-agenda-column-dateline {
  /* org-agenda-column-dateline */
  background-color: #e5e5e5;
}
.org-org-agenda-current-time {
  /* org-agenda-current-time */
  color: #b8860b;
}
.org-org-agenda-date {
  /* org-agenda-date */
  color: #0000ff;
}
.org-org-agenda-date-today {
  /* org-agenda-date-today */
  color: #0000ff;
  font-weight: bold;
  font-style: italic;
}
.org-org-agenda-date-weekend {
  /* org-agenda-date-weekend */
  color: #0000ff;
  font-weight: bold;
}
.org-org-agenda-date-weekend-today {
  /* org-agenda-date-weekend-today */
  color: #0000ff;
  font-weight: bold;
  font-style: italic;
}
.org-org-agenda-diary {
  /* org-agenda-diary */
  color: #000000;
  background-color: #ffffff;
}
.org-org-agenda-dimmed-todo {
  /* org-agenda-dimmed-todo-face */
  color: #7f7f7f;
}
.org-org-agenda-done {
  /* org-agenda-done */
  color: #228b22;
}
.org-org-agenda-filter-category {
  /* org-agenda-filter-category */
  color: #000000;
  background-color: #bfbfbf;
}
.org-org-agenda-filter-effort {
  /* org-agenda-filter-effort */
  color: #000000;
  background-color: #bfbfbf;
}
.org-org-agenda-filter-regexp {
  /* org-agenda-filter-regexp */
  color: #000000;
  background-color: #bfbfbf;
}
.org-org-agenda-filter-tags {
  /* org-agenda-filter-tags */
  color: #000000;
  background-color: #bfbfbf;
}
.org-org-agenda-restriction-lock {
  /* org-agenda-restriction-lock */
  background-color: #eeeeee;
}
.org-org-agenda-structure {
  /* org-agenda-structure */
  color: #0000ff;
}
.org-org-agenda-structure-secondary {
  /* org-agenda-structure-secondary */
  color: #0000ff;
}
.org-org-archived {
  /* org-archived */
  color: #7f7f7f;
}
.org-org-block-begin-line {
  /* org-block-begin-line */
  color: #696969;
  background-color: #dcdcdc;
}
.org-org-block-end-line {
  /* org-block-end-line */
  color: #696969;
  background-color: #dcdcdc;
}
.org-org-checkbox {
  /* org-checkbox */
  font-weight: bold;
}
.org-org-checkbox-statistics-done {
  /* org-checkbox-statistics-done */
  color: #228b22;
  font-weight: bold;
}
.org-org-checkbox-statistics-todo {
  /* org-checkbox-statistics-todo */
  color: #ff0000;
  font-weight: bold;
}
.org-org-cite {
  /* org-cite */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-org-cite-key {
  /* org-cite-key */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-org-clock-overlay {
  /* org-clock-overlay */
  color: #000000;
  background-color: #d3d3d3;
}
.org-org-column {
  /* org-column */
  background-color: #e5e5e5;
}
.org-org-column-title {
  /* org-column-title */
  background-color: #e5e5e5;
  font-weight: bold;
  text-decoration: underline;
}
.org-org-date {
  /* org-date */
  color: #a020f0;
  text-decoration: underline;
}
.org-org-date-selected {
  /* org-date-selected */
  color: #ff0000;
}
.org-org-default {
  /* org-default */
  color: #000000;
  background-color: #ffffff;
}
.org-org-dispatcher-highlight {
  /* org-dispatcher-highlight */
  color: #00008b;
  background-color: #c6e2ff;
  font-weight: bold;
}
.org-org-document-info {
  /* org-document-info */
  color: #191970;
}
.org-org-document-info-keyword {
  /* org-document-info-keyword */
  color: #7f7f7f;
}
.org-org-document-title {
  /* org-document-title */
  color: #191970;
  font-weight: bold;
}
.org-org-done {
  /* org-done */
  color: #228b22;
  font-weight: bold;
}
.org-org-drawer {
  /* org-drawer */
  color: #0000ff;
}
.org-org-ellipsis {
  /* org-ellipsis */
  color: #b8860b;
  text-decoration: underline;
}
.org-org-footnote {
  /* org-footnote */
  color: #a020f0;
  text-decoration: underline;
}
.org-org-formula {
  /* org-formula */
  color: #b22222;
}
.org-org-habit-alert {
  /* org-habit-alert-face */
  background-color: #f5f946;
}
.org-org-habit-alert-future {
  /* org-habit-alert-future-face */
  background-color: #fafca9;
}
.org-org-habit-clear {
  /* org-habit-clear-face */
  background-color: #8270f9;
}
.org-org-habit-clear-future {
  /* org-habit-clear-future-face */
  background-color: #d6e4fc;
}
.org-org-habit-overdue {
  /* org-habit-overdue-face */
  background-color: #f9372d;
}
.org-org-habit-overdue-future {
  /* org-habit-overdue-future-face */
  background-color: #fc9590;
}
.org-org-habit-ready {
  /* org-habit-ready-face */
  background-color: #4df946;
}
.org-org-habit-ready-future {
  /* org-habit-ready-future-face */
  background-color: #acfca9;
}
.org-org-headline-done {
  /* org-headline-done */
  color: #bc8f8f;
}
.org-org-headline-todo {
  /* org-headline-todo */
  color: #8b0000;
}
.org-org-hide {
  /* org-hide */
  color: #ffffff;
}
.org-org-imminent-deadline {
  /* org-imminent-deadline */
  color: #ff0000;
  font-weight: bold;
}
.org-org-inline-src-block {
  /* org-inline-src-block */
  color: #7f7f7f;
}
.org-org-inlinetask {
  /* org-inlinetask */
  color: #7f7f7f;
}
.org-org-latex-and-related {
  /* org-latex-and-related */
  color: #8b4513;
}
.org-org-level-1 {
  /* org-level-1 */
  color: #0000ff;
}
.org-org-level-2 {
  /* org-level-2 */
  color: #a0522d;
}
.org-org-level-3 {
  /* org-level-3 */
  color: #a020f0;
}
.org-org-level-4 {
  /* org-level-4 */
  color: #b22222;
}
.org-org-level-5 {
  /* org-level-5 */
  color: #228b22;
}
.org-org-level-6 {
  /* org-level-6 */
  color: #008b8b;
}
.org-org-level-7 {
  /* org-level-7 */
  color: #483d8b;
}
.org-org-level-8 {
  /* org-level-8 */
  color: #8b2252;
}
.org-org-link {
  /* org-link */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-org-list-dt {
  /* org-list-dt */
  font-weight: bold;
}
.org-org-macro {
  /* org-macro */
  color: #8b4513;
}
.org-org-meta-line {
  /* org-meta-line */
  color: #696969;
  background-color: #dcdcdc;
}
.org-org-mode-line-clock {
  /* org-mode-line-clock */
  color: #000000;
  background-color: #bfbfbf;
}
.org-org-mode-line-clock-overrun {
  /* org-mode-line-clock-overrun */
  color: #000000;
  background-color: #ff0000;
}
.org-org-priority {
  /* org-priority */
  color: #a020f0;
}
.org-org-property-value {
}
.org-org-quote {
  /* org-quote */
  color: #7f7f7f;
}
.org-org-scheduled {
  /* org-scheduled */
  color: #006400;
}
.org-org-scheduled-previously {
  /* org-scheduled-previously */
  color: #b22222;
}
.org-org-scheduled-today {
  /* org-scheduled-today */
  color: #006400;
}
.org-org-sexp-date {
  /* org-sexp-date */
  color: #a020f0;
}
.org-org-special-keyword {
  /* org-special-keyword */
  color: #a020f0;
}
.org-org-super-agenda-header {
  /* org-super-agenda-header */
  color: #0000ff;
}
.org-org-table {
  /* org-table */
  color: #0000ff;
}
.org-org-table-header {
  /* org-table-header */
  color: #000000;
  background-color: #d3d3d3;
}
.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: #b8860b;
}
.org-org-todo {
  /* org-todo */
  color: #ff0000;
  font-weight: bold;
}
.org-org-upcoming-deadline {
  /* org-upcoming-deadline */
  color: #b22222;
}
.org-org-upcoming-distant-deadline {
  /* org-upcoming-distant-deadline */
  color: #000000;
  background-color: #ffffff;
}
.org-org-verse {
  /* org-verse */
  color: #7f7f7f;
}
.org-org-warning {
  /* org-warning */
  color: #ff0000;
  font-weight: bold;
}
.org-outline-1 {
  /* outline-1 */
  color: #0000ff;
}
.org-outline-2 {
  /* outline-2 */
  color: #a0522d;
}
.org-outline-3 {
  /* outline-3 */
  color: #a020f0;
}
.org-outline-4 {
  /* outline-4 */
  color: #b22222;
}
.org-outline-5 {
  /* outline-5 */
  color: #228b22;
}
.org-outline-6 {
  /* outline-6 */
  color: #008b8b;
}
.org-outline-7 {
  /* outline-7 */
  color: #483d8b;
}
.org-outline-8 {
  /* outline-8 */
  color: #8b2252;
}
.org-package-description {
  /* package-description */
  color: #000000;
  background-color: #ffffff;
}
.org-package-name {
  /* package-name */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-package-status-avail-obso {
  /* package-status-avail-obso */
  color: #ff0000;
  font-weight: bold;
}
.org-package-status-available {
  /* package-status-available */
  color: #000000;
  background-color: #ffffff;
}
.org-package-status-built-in {
  /* package-status-built-in */
  color: #483d8b;
}
.org-package-status-dependency {
  /* package-status-dependency */
  color: #b22222;
}
.org-package-status-disabled {
  /* package-status-disabled */
  color: #ff0000;
  font-weight: bold;
}
.org-package-status-external {
  /* package-status-external */
  color: #483d8b;
}
.org-package-status-from-source {
}
.org-package-status-held {
  /* package-status-held */
  color: #008b8b;
}
.org-package-status-incompat {
  /* package-status-incompat */
  color: #ff0000;
  font-weight: bold;
}
.org-package-status-installed {
  /* package-status-installed */
  color: #b22222;
}
.org-package-status-unsigned {
  /* package-status-unsigned */
  color: #ff0000;
  font-weight: bold;
}
.org-perl-heredoc {
  /* perl-heredoc */
  color: #8b2252;
}
.org-perl-non-scalar-variable {
  /* perl-non-scalar-variable */
  color: #a0522d;
  text-decoration: underline;
}
.org-preprocessor {
  /* font-lock-preprocessor-face */
  color: #483d8b;
}
.org-property-name {
  /* font-lock-property-name-face */
  color: #a0522d;
}
.org-property-use {
  /* font-lock-property-use-face */
  color: #a0522d;
}
.org-pulse-highlight {
  /* pulse-highlight-face */
  background-color: #FFFFAA;
}
.org-pulse-highlight-start {
  /* pulse-highlight-start-face */
  background-color: #FFFFAA;
}
.org-punctuation {
}
.org-query-replace {
  /* query-replace */
  color: #b0e2ff;
  background-color: #cd00cd;
}
.org-regexp {
  /* font-lock-regexp-face */
  color: #8b2252;
}
.org-regexp-grouping-backslash {
  /* font-lock-regexp-grouping-backslash */
  font-weight: bold;
}
.org-regexp-grouping-construct {
  /* font-lock-regexp-grouping-construct */
  font-weight: bold;
}
.org-region {
  /* region */
  background-color: #eedc82;
}
.org-rust-ampersand {
  /* rust-ampersand-face */
  color: #000000;
  background-color: #ffffff;
}
.org-rust-builtin-formatting-macro {
  /* rust-builtin-formatting-macro */
  color: #483d8b;
}
.org-rust-question-mark {
  /* rust-question-mark */
  color: #483d8b;
  font-weight: bold;
}
.org-rust-string-interpolation {
  /* rust-string-interpolation */
  color: #8b2252;
  font-style: italic;
}
.org-rust-unsafe {
  /* rust-unsafe */
  color: #ff0000;
  font-weight: bold;
}
.org-rustic-cargo-outdated {
  /* rustic-cargo-outdated */
  color: #ff0000;
}
.org-rustic-cargo-outdated-upgrade {
  /* rustic-cargo-outdated-upgrade */
  color: #20b2aa;
}
.org-rustic-compilation-column {
  /* rustic-compilation-column */
  color: #000000;
  background-color: #ffffff;
}
.org-rustic-compilation-error {
  /* rustic-compilation-error */
  color: #000000;
  background-color: #ffffff;
}
.org-rustic-compilation-info {
  /* rustic-compilation-info */
  color: #000000;
  background-color: #ffffff;
}
.org-rustic-compilation-line {
  /* rustic-compilation-line */
  color: #000000;
  background-color: #ffffff;
}
.org-rustic-compilation-warning {
  /* rustic-compilation-warning */
  color: #000000;
  background-color: #ffffff;
}
.org-rustic-errno {
  /* rustic-errno-face */
  color: #cd0000;
}
.org-rustic-message {
  /* rustic-message */
  color: #000000;
  background-color: #ffffff;
}
.org-rustic-popup-key {
  /* rustic-popup-key */
  color: #00bfff;
}
.org-rustic-popup-section {
  /* rustic-popup-section */
  color: #f74c00;
}
.org-rustic-racer-help-heading {
  /* rustic-racer-help-heading */
  font-weight: bold;
}
.org-rustic-racer-tooltip {
  /* rustic-racer-tooltip */
  color: #ffffff;
  background-color: #292C33;
}
.org-scroll-bar {
}
.org-secondary-selection {
  /* secondary-selection */
  background-color: #ffff00;
}
.org-separator-line {
  /* separator-line */
  background-color: #a0a0a0;
  font-size: 10%;
}
.org-sgml-comment {
  /* sgml-comment-face */
  color: #7f7f7f;
  font-style: italic;
}
.org-sgml-doctype {
  /* sgml-doctype-face */
  color: #0000ff;
  font-weight: bold;
}
.org-sgml-end-tag {
  /* sgml-end-tag-face */
  color: #1e90ff;
}
.org-sgml-namespace {
  /* sgml-namespace */
  color: #483d8b;
}
.org-sgml-pi {
  /* sgml-pi-face */
  background-color: #b9d3ee;
}
.org-sgml-start-tag {
  /* sgml-start-tag-face */
  color: #0000cd;
}
.org-sh-escaped-newline {
  /* sh-escaped-newline */
  color: #8b2252;
}
.org-sh-heredoc {
  /* sh-heredoc */
  color: #ffa54f;
}
.org-sh-quoted-exec {
  /* sh-quoted-exec */
  color: #ff00ff;
}
.org-shadow {
  /* shadow */
  color: #7f7f7f;
}
.org-show-paren-match {
  /* show-paren-match */
  background-color: #40e0d0;
}
.org-show-paren-match-expression {
  /* show-paren-match-expression */
  background-color: #40e0d0;
}
.org-show-paren-mismatch {
  /* show-paren-mismatch */
  color: #ffffff;
  background-color: #a020f0;
}
.org-shr-abbreviation {
  /* shr-abbreviation */
  text-decoration: underline;
}
.org-shr-code {
}
.org-shr-h1 {
  /* shr-h1 */
  font-size: 130%;
  font-weight: bold;
}
.org-shr-h2 {
  /* shr-h2 */
  font-weight: bold;
}
.org-shr-h3 {
  /* shr-h3 */
  font-style: italic;
}
.org-shr-h4 {
}
.org-shr-h5 {
}
.org-shr-h6 {
}
.org-shr-link {
  /* shr-link */
  color: #3a5fcd;
  text-decoration: underline;
}
.org-shr-mark {
  /* shr-mark */
  color: #000000;
  background-color: #ffff00;
}
.org-shr-selected-link {
  /* shr-selected-link */
  color: #3a5fcd;
  background-color: #ff0000;
  text-decoration: underline;
}
.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: 132%;
}
.org-smerge-base {
  /* smerge-base */
  background-color: #ffffaa;
}
.org-smerge-lower {
  /* smerge-lower */
  background-color: #ddffdd;
}
.org-smerge-markers {
  /* smerge-markers */
  background-color: #d9d9d9;
}
.org-smerge-refined-added {
  /* smerge-refined-added */
  background-color: #aaffaa;
}
.org-smerge-refined-changed {
}
.org-smerge-refined-removed {
  /* smerge-refined-removed */
  background-color: #ffbbbb;
}
.org-smerge-upper {
  /* smerge-upper */
  background-color: #ffdddd;
}
.org-straight-process-command {
  /* straight-process-command */
  font-weight: bold;
}
.org-straight-process-error {
  /* straight-process-error */
  color: #ff0000;
  font-weight: bold;
}
.org-string {
  /* font-lock-string-face */
  color: #8b2252;
}
.org-success {
  /* success */
  color: #228b22;
  font-weight: bold;
}
.org-tab-bar {
  /* tab-bar */
  color: #000000;
  background-color: #d9d9d9;
  font-size: 120%;
}
.org-tab-bar-tab {
  /* tab-bar-tab */
  color: #000000;
  background-color: #d9d9d9;
  font-size: 120%;
}
.org-tab-bar-tab-group-current {
  /* tab-bar-tab-group-current */
  color: #000000;
  background-color: #d9d9d9;
  font-size: 120%;
  font-weight: bold;
}
.org-tab-bar-tab-inactive {
  /* tab-bar-tab-inactive */
  color: #000000;
  background-color: #bfbfbf;
  font-size: 120%;
}
.org-tab-line {
  /* tab-line */
  color: #000000;
  background-color: #d9d9d9;
  font-size: 108%;
}
.org-table-cell {
  /* table-cell */
  color: #e5e5e5;
  background-color: #0000ff;
}
.org-tabulated-list-fake-header {
  /* tabulated-list-fake-header */
  font-weight: bold;
  text-decoration: underline;
  text-decoration: overline;
}
.org-tex-error-description-error {
  /* TeX-error-description-error */
  color: #ff0000;
  font-weight: bold;
}
.org-tex-error-description-help {
  /* TeX-error-description-help */
  color: #0000ff;
}
.org-tex-error-description-tex-said {
  /* TeX-error-description-tex-said */
  color: #0000ff;
}
.org-tex-error-description-warning {
  /* TeX-error-description-warning */
  color: #ff8c00;
  font-weight: bold;
}
.org-textsec-suspicious {
  /* textsec-suspicious */
  color: #ffffff;
  background-color: #ff0000;
  font-weight: bold;
}
.org-tool-bar {
  /* tool-bar */
  color: #000000;
  background-color: #bfbfbf;
}
.org-tooltip {
  /* tooltip */
  color: #000000;
  background-color: #ffffe0;
  font-size: 120%;
}
.org-trailing-whitespace {
  /* trailing-whitespace */
  background-color: #ffffcccccccc;
}
.org-transient-active-infix {
  /* transient-active-infix */
  background-color: #b4eeb4;
}
.org-transient-argument {
  /* transient-argument */
  color: #8b2252;
  font-weight: bold;
}
.org-transient-delimiter {
  /* transient-delimiter */
  color: #7f7f7f;
}
.org-transient-disabled-suffix {
  /* transient-disabled-suffix */
  color: #000000;
  background-color: #ff0000;
  font-weight: bold;
}
.org-transient-enabled-suffix {
  /* transient-enabled-suffix */
  color: #000000;
  background-color: #00ff00;
  font-weight: bold;
}
.org-transient-heading {
  /* transient-heading */
  color: #a020f0;
}
.org-transient-higher-level {
}
.org-transient-inactive-argument {
  /* transient-inactive-argument */
  color: #7f7f7f;
}
.org-transient-inactive-value {
  /* transient-inactive-value */
  color: #7f7f7f;
}
.org-transient-inapt-suffix {
  /* transient-inapt-suffix */
  color: #7f7f7f;
  font-style: italic;
}
.org-transient-key {
  /* transient-key */
  color: #483d8b;
}
.org-transient-key-exit {
  /* transient-key-exit */
  color: #aa2222;
}
.org-transient-key-noop {
  /* transient-key-noop */
  color: #cccccc;
}
.org-transient-key-return {
  /* transient-key-return */
  color: #aaaa11;
}
.org-transient-key-stay {
  /* transient-key-stay */
  color: #22aa22;
}
.org-transient-mismatched-key {
}
.org-transient-nonstandard-key {
}
.org-transient-unreachable {
  /* transient-unreachable */
  color: #7f7f7f;
}
.org-transient-value {
  /* transient-value */
  color: #8b2252;
  font-weight: bold;
}
.org-treesit-explorer-anonymous-node {
  /* treesit-explorer-anonymous-node */
  color: #7f7f7f;
}
.org-treesit-explorer-field-name {
}
.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: #228b22;
}
.org-underline {
  /* underline */
  text-decoration: underline;
}
.org-variable-name {
  /* font-lock-variable-name-face */
  color: #a0522d;
}
.org-variable-pitch {
  /* variable-pitch */
  font-size: 120%;
}
.org-variable-pitch-text {
  /* variable-pitch-text */
  font-size: 132%;
}
.org-variable-use {
  /* font-lock-variable-use-face */
  color: #a0522d;
}
.org-vc-conflict-state {
}
.org-vc-dir-directory {
  /* vc-dir-directory */
  color: #b22222;
}
.org-vc-dir-file {
  /* vc-dir-file */
  color: #0000ff;
}
.org-vc-dir-header {
  /* vc-dir-header */
  color: #228b22;
}
.org-vc-dir-header-value {
  /* vc-dir-header-value */
  color: #a0522d;
}
.org-vc-dir-mark-indicator {
  /* vc-dir-mark-indicator */
  color: #228b22;
}
.org-vc-dir-status-edited {
  /* vc-dir-status-edited */
  color: #a0522d;
}
.org-vc-dir-status-ignored {
  /* vc-dir-status-ignored */
  color: #7f7f7f;
}
.org-vc-dir-status-up-to-date {
  /* vc-dir-status-up-to-date */
  color: #483d8b;
}
.org-vc-dir-status-warning {
  /* vc-dir-status-warning */
  color: #ff0000;
  font-weight: bold;
}
.org-vc-edited-state {
}
.org-vc-git-log-edit-summary-max-warning {
  /* vc-git-log-edit-summary-max-warning */
  color: #ff0000;
  font-weight: bold;
}
.org-vc-git-log-edit-summary-target-warning {
  /* vc-git-log-edit-summary-target-warning */
  color: #ff8c00;
  font-weight: bold;
}
.org-vc-locally-added-state {
}
.org-vc-locked-state {
}
.org-vc-missing-state {
}
.org-vc-needs-update-state {
}
.org-vc-removed-state {
}
.org-vc-state-base {
}
.org-vc-up-to-date-state {
}
.org-vertical-border {
}
.org-vertico-current {
  /* vertico-current */
  background-color: #b4eeb4;
}
.org-vertico-group-separator {
  /* vertico-group-separator */
  color: #7f7f7f;
  text-decoration: line-through;
}
.org-vertico-group-title {
  /* vertico-group-title */
  color: #7f7f7f;
  font-style: italic;
}
.org-vertico-multiline {
  /* vertico-multiline */
  color: #7f7f7f;
}
.org-warning {
  /* warning */
  color: #ff8c00;
  font-weight: bold;
}
.org-warning-1 {
  /* font-lock-warning-face */
  color: #ff0000;
  font-weight: bold;
}
.org-which-func {
  /* which-func */
  color: #0000ff;
}
.org-which-key-command-description {
  /* which-key-command-description-face */
  color: #0000ff;
}
.org-which-key-docstring {
  /* which-key-docstring-face */
  color: #b22222;
}
.org-which-key-group-description {
  /* which-key-group-description-face */
  color: #a020f0;
}
.org-which-key-highlighted-command {
  /* which-key-highlighted-command-face */
  color: #0000ff;
  text-decoration: underline;
}
.org-which-key-key {
  /* which-key-key-face */
  color: #008b8b;
}
.org-which-key-local-map-description {
  /* which-key-local-map-description-face */
  color: #0000ff;
}
.org-which-key-note {
  /* which-key-note-face */
  color: #b22222;
}
.org-which-key-separator {
  /* which-key-separator-face */
  color: #b22222;
}
.org-which-key-special-key {
  /* which-key-special-key-face */
  color: #008b8b;
  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: #006400;
}
.org-widget-field {
  /* widget-field */
  background-color: #d9d9d9;
}
.org-widget-inactive {
  /* widget-inactive */
  color: #7f7f7f;
}
.org-widget-single-line-field {
  /* widget-single-line-field */
  background-color: #d9d9d9;
}
.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-xref-file-header {
  /* xref-file-header */
  color: #228b22;
  font-weight: bold;
}
.org-xref-line-number {
  /* xref-line-number */
  color: #a020f0;
}
.org-xref-match {
  /* xref-match */
  background-color: #fff68f;
}
.org-yas--field-debug {
}
.org-yas-field-highlight {
  /* yas-field-highlight-face */
  background-color: #eedc82;
}
