/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
body {
  background-color: #151515;
  padding: 0px;
  margin: 0px;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
}
a,
a:link,
a:visited {
  color: #98dbff;
}
textarea {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.colorHighlightHover:hover {
  color: #67b3dd;
}
#leftColumn {
  width: 400px;
  float: left;
  margin: 15px 5px 5px 15px;
}
#centerBar,
.movableDivider {
  float: left;
  width: 20px;
  height: 40px;
  cursor: col-resize;
}
#rightColumn {
  float: left;
  padding: 15px 20px 10px 0px;
  overflow: auto;
}
.areaBorder {
  background-color: #222;
  border-style: none;
  -webkit-box-shadow: 0px 1.5px 4px rgba(0,0,0,0.24), 0px 1.5px 6px rgba(0,0,0,0.12);
  box-shadow: 0px 1.5px 4px rgba(0,0,0,0.24), 0px 1.5px 6px rgba(0,0,0,0.12);
  cursor: text;
  float: left;
  padding: 10px;
  width: calc(100% - 20px);
  margin: 0;
}
#messages {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 615px;
  z-index: 30;
}
#messages pre {
  font-size: 13px;
}
#messages.errorMessage {
  color: #cc3e1e;
}
#messages.fileMessage {
  color: #3e6ecc;
}
.messageDisplay {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.intro {
  color: #ddd;
  font-size: 16px;
  line-height: 1.6;
  white-space: normal;
}
.intro code {
  color: #67b3dd;
}
.intro a:active,
.intro a:hover {
  outline: 0;
}
.intro h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-size: 30px;
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #333;
}
.intro pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Monaco, Consolas, "Lucida Console", monospace;
  word-wrap: normal;
}
.intro pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.intro pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  white-space: normal;
  background-color: transparent;
  border: 0;
}
.intro code,
.intro kbd,
.intro pre {
  font: 12px Monaco, Consolas, "Lucida Console", monospace;
  font-size: 1em;
}
.intro table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}
.intro table th {
  font-weight: bold;
}
.intro table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.intro table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.intro td,
.intro th {
  padding: 0;
}
.intro a {
  text-decoration: none;
}
.intro a:hover,
.intro a:active {
  text-decoration: underline;
}
.intro h1,
.intro h2,
.intro h3,
.intro h4,
.intro h5,
.intro h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
  position: relative;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.intro h2 {
  font-size: 21px;
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #333;
}
.intro h3 {
  font-size: 16px;
  font-size: 1.5em;
  line-height: 1.43;
}
.intro h4 {
  font-size: 14px;
  font-size: 1.25em;
}
.intro h5 {
  font-size: 12px;
  font-size: 1em;
}
.intro h6 {
  font-size: 11px;
  font-size: 1em;
  color: #777;
}
.intro blockquote {
  margin: 0;
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}
.intro blockquote > :first-child {
  margin-top: 0;
}
.intro blockquote > :last-child {
  margin-bottom: 0;
}
.intro ul,
.intro ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}
.intro ol ol,
.intro ul ol {
  list-style-type: lower-roman;
}
.intro ul ul ol,
.intro ul ol ol,
.intro ol ul ol,
.intro ol ol ol {
  list-style-type: lower-alpha;
}
.intro dd {
  margin-left: 0;
}
.intro code {
  font: 12px Monaco, Consolas, "Lucida Console", monospace;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.intro p,
.intro blockquote,
.intro ul,
.intro ol,
.intro dl,
.intro table,
.intro pre {
  margin-top: 0;
  margin-bottom: 16px;
}
.intro ul ul,
.intro ul ol,
.intro ol ol,
.intro ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.intro li > p {
  margin-top: 16px;
}
.intro dl {
  padding: 0;
}
.intro dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.intro dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.intro table th,
.intro table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
.intro img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intro code:before,
.intro code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}
.intro pre code:before,
.intro pre code:after {
  content: normal;
}
.intro kbd {
  display: inline-block;
  padding: 5px 5px;
  font: 12px Monaco, Consolas, "Lucida Console", monospace;
  line-height: 10px;
  color: #eee;
  vertical-align: middle;
  background-color: #333;
  border: solid 1px #444;
  border-bottom-color: #666;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #555;
  box-shadow: inset 0 -1px 0 #555;
}
#compilationIndicator {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 25px;
  color: #151515;
  display: inline-block;
}
#output .log,
.output .log {
  background-color: #222;
  -webkit-box-shadow: 0px 1.5px 4px rgba(0,0,0,0.24), 0px 1.5px 6px rgba(0,0,0,0.12);
  box-shadow: 0px 1.5px 4px rgba(0,0,0,0.24), 0px 1.5px 6px rgba(0,0,0,0.12);
  padding: 14px 20px;
  margin: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  float: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#output .log.selected,
.output .log.selected {
  border: 2px solid rgba(0,170,255,0.75);
  margin: 3px;
}
#output .log.selected .ace_hidden-cursors .ace_cursor,
.output .log.selected .ace_hidden-cursors .ace_cursor,
#output .log.selected .ace_marker-layer,
.output .log.selected .ace_marker-layer {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#output .ace_editor.not-focused .ace_hidden-cursors .ace_cursor,
.output .ace_editor.not-focused .ace_hidden-cursors .ace_cursor,
#output .ace_editor.not-focused .ace_marker-layer,
.output .ace_editor.not-focused .ace_marker-layer {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.golem .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {
  background-color: #333;
  z-index: 1;
}
.golem .ace_editor.ace_autocomplete .ace_line-hover {
  border-style: none;
  margin-top: -1px;
  background: rgba(72,72,72,0.4);
}
.golem .ace_editor.ace_autocomplete .ace_line-hover {
  position: absolute;
  z-index: 2;
}
.golem .ace_editor.ace_autocomplete .ace_scroller {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.golem .ace_rightAlignedText {
  color: #808080;
  display: inline-block;
  position: absolute;
  right: 4px;
  text-align: right;
  z-index: -1;
}
.golem .ace_editor.ace_autocomplete .ace_completion-highlight {
  color: #ccc;
  text-shadow: 0 0 0.01em;
}
.golem .ace_editor.ace_autocomplete {
  width: 280px;
  z-index: 200000;
  background: #222;
  color: #666;
  border-style: none;
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  line-height: 1.4;
  margin: 2px;
}
.golem .ace_tooltip {
  color: #ccc;
  background: #222;
  border-style: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  font-size: 13px;
}
.golem .ace_search {
  background-color: rgba(34,34,34,0.9);
  color: #fff;
  width: 100%;
  border-style: none;
  padding: 0;
  bottom: 0px;
  top: auto;
  max-width: none;
}
.golem .ace_search.left {
  border-left: 0 none;
  -webkit-border-radius: 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px;
  left: 40px;
}
.golem .ace_search.right {
  -webkit-border-radius: 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px;
  border-right: 0 none;
  right: 0;
}
.golem .ace_search_forms {
  float: left;
}
.golem .ace_search_form,
.golem .ace_replace_form {
  padding: 2px;
  margin-top: 1px;
  overflow: hidden;
  border-style: none;
  float: none;
}
.golem input.ace_search_form.ace_nomatch {
  color: #f00;
  outline-style: none;
}
.golem .ace_search_field {
  background-color: rgba(16,16,16,0.6);
  border-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 22px;
  outline: 0;
  padding: 0 7px;
  width: 214px;
  margin: 0;
}
.golem input.ace_search_field {
  color: #fff;
  font-size: 13px;
}
.golem .ace_searchbtn,
.golem .ace_replacebtn {
  background: rgba(16,16,16,0.6);
  border-style: none;
  cursor: pointer;
  float: left;
  height: 22px;
  margin: 0 0 0 1px;
  padding: 0;
  position: relative;
}
.golem .ace_searchbtn:last-child,
.golem .ace_replacebtn:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.golem .ace_searchbtn:disabled {
  background: none;
  cursor: default;
}
.golem button.ace_searchbtn,
.golem button.ace_replacebtn {
  color: #777;
  font-size: 13px;
}
.golem .ace_searchbtn {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 27px;
}
.golem .ace_replacebtn {
  min-width: 27px;
}
.golem .ace_searchbtn_close {
  float: left;
}
.golem .ace_searchbtn_close:hover {
  background-position: 50% 100%;
  background-color: transparent;
  color: #fff;
}
.golem .ace_replacebtn.prev {
  width: 54px;
}
.golem .ace_replacebtn.next {
  width: 27px;
}
.golem .ace_button {
  margin-left: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  border-style: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(16,16,16,0.2);
  color: #555;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.golem .ace_button:hover {
  background-color: rgba(16,16,16,0.6);
}
.golem .ace_button:active {
  background-color: #ddd;
}
.golem .ace_button.checked {
  background-color: rgba(16,16,16,0.6);
  color: #ccc;
}
.golem .ace_search_options {
  float: left;
  padding: 5px;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.golem .ace_marker-layer .golem_error-origin {
  position: absolute;
  pointer-events: auto;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -1px 0px 0px 0px #800, 1px 0px 0px 0px #800, 0px -1px 0px 1px #800;
  box-shadow: -1px 0px 0px 0px #800, 1px 0px 0px 0px #800, 0px -1px 0px 1px #800;
}
.golem .ace_marker-layer .golem_error-origin.golem_error-origin-open {
  -webkit-box-shadow: -1px 0px 0px 0px #800, 1px 0px 0px 0px #222, 0px -1px 0px 1px #800;
  box-shadow: -1px 0px 0px 0px #800, 1px 0px 0px 0px #222, 0px -1px 0px 1px #800;
}
/*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f;
  -webkit-text-size-adjust: none;
}
.hljs,
.hljs-tag,
.css .hljs-rule,
.css .hljs-value,
.aspectj .hljs-function,
.css .hljs-function,
.hljs-preprocessor,
.hljs-pragma {
  color: #f00;
}
.hljs-strongemphasis,
.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}
.hljs-built_in,
.hljs-bullet,
.hljs-blockquote,
.hljs-horizontal_rule,
.hljs-regexp,
.alias .hljs-keyword,
.hljs-literal,
.hljs-hexcolor {
  color: #9c49b6;
}
.hljs-tag .hljs-value,
.hljs-code,
.hljs-title,
.hljs-class .hljs-title:last-child {
  color: #9ee062;
}
.hljs-link_url {
  font-size: 80%;
}
.hljs-strong,
.hljs-strongemphasis {
  font-weight: bold;
}
.hljs-emphasis,
.hljs-strongemphasis,
.hljs-class .hljs-title:last-child,
.hljs-typename {
  font-style: italic;
}
.hljs-keyword,
.hljs-change,
.hljs-winutils,
.hljs-flow,
.hljs-header,
.hljs-attribute,
.hljs-symbol .hljs-string,
.hljs-tag .hljs-title,
.hljs-value,
.alias .hljs-keyword:first-child {
  color: #f00;
}
.hljs-function .hljs-keyword,
.hljs-class .hljs-keyword:first-child,
.hljs-aspect .hljs-keyword:first-child,
.hljs-constant,
.hljs-typename,
.hljs-name,
.css .hljs-attribute {
  color: #67b3dd;
}
.hljs-variable,
.hljs-params,
.hljs-class .hljs-title,
.hljs-aspect .hljs-title {
  color: #fda947;
}
.hljs-number,
.hljs-string,
.hljs-subst,
.hljs-type,
.hljs-attr_selector,
.hljs-pseudo,
.hljs-addition,
.hljs-stream,
.hljs-envvar,
.hljs-prompt,
.hljs-link_label,
.hljs-link_url {
  color: #fedf6b;
}
.hljs-comment,
.hljs-annotation,
.hljs-decorator,
.hljs-pi,
.hljs-doctype,
.hljs-deletion,
.hljs-shebang,
.apache .hljs-sqbracket,
.tex .hljs-formula {
  color: #808080;
}
.javascript .xml {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
