/* PrismJS 1.23.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #81CFE0;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 13px;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  position: relative;
  max-height: 450px;
  overflow-y: auto; }
  pre[class*="language-"]::before {
    content: attr(rel);
    color: orange;
    font-size: 10px;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #2d2d2d; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #BABABA; }

.token.punctuation {
  color: #81CFE0; }

.token.tag {
  color: #F3745E; }

.token.attr-name {
  color: #F3745E; }

.token.namespace,
.token.deleted {
  color: #F39C12; }

.token.function-name {
  color: #6196cc; }

.token.boolean,
.token.number,
.token.function {
  color: #F39C12; }

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #FFD700; }

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #19B5FE; }

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #00D66B; }

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

.token.inserted {
  color: green; }
