/*

GAUSS style (c) Matt Evans <matt@aptech.com>

*/

pre.tutorial-output {
  max-height: 260px;
  overflow: auto !important;
}

pre {
  background-color: #f7f7f9;
}

pre, pre *, code {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

code:not(.hljs) {
  padding: .2rem .4rem;
  font-size: 90%;
  /*color: #bd4147;*/
  color: inherit;
  background-color: #f7f7f9;
  border-radius: .25rem;
}

code span {
  font-size: 16px;
}

pre.hljs-container {
  padding: 12px !important;
}

.hljs {
  display: block;
  overflow-x: auto;
  /* padding: 0.5em; */
  background: inherit;
  /* color: black; */
}

.hljs-comment,
.hljs-doctag,
.hljs-quote {
  color: #007f00;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-name {
  color: #0000ff;
}

.hljs-variable,
.hljs-template-variable {
  color: #660;
}

.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-regexp {
  color: #7f007f;
}

.hljs-meta {
  color: #7f7f00;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-number,
.hljs-link {
  color: #00007f;
}

.hljs-title,
.hljs-built_in,
.hljs-builtin-name {
  color: #00557f;
  font-weight: bold;
}

.hljs-type,
.hljs-attr {
  color: #606;
}

.hljs-attribute,
.hljs-subst {
  color: #000;
}

.hljs-formula {
  background-color: #eee;
  font-style: italic;
}

.hljs-selector-id,
.hljs-selector-class {
  color: #9B703F
}

.hljs-addition {
  background-color: #baeeba;
}

.hljs-deletion {
  background-color: #ffc8bd;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}
