.syntaxhighlighter {
  background-color: #FFFFFF !important; }
  .syntaxhighlighter .line.alt1 {
    background-color: #FFFFFF !important; }
  .syntaxhighlighter .line.alt2 {
    background-color: #FFFFFF !important; }
  .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
    background-color: #FAFAFA !important; }
  .syntaxhighlighter .line.highlighted.number {
    color: #FAFAFA !important; }
  .syntaxhighlighter table caption {
    color: #4D4D4C !important; }
  .syntaxhighlighter .gutter {
    color: #333 !important;
    background: #EEE !important; }
    .syntaxhighlighter .gutter .line {
      border-right: 2px solid #DDD !important; }
      .syntaxhighlighter .gutter .line.highlighted {
        background-color: #DDD !important;
        color: #FFFFFF !important; }
  .syntaxhighlighter.printing .line .content {
    border: none !important; }
  .syntaxhighlighter.collapsed {
    overflow: visible !important; }
    .syntaxhighlighter.collapsed .toolbar {
      color: #eee !important;
      background: black !important;
      border: 1px solid #DDD !important; }
      .syntaxhighlighter.collapsed .toolbar a {
        color: #eee !important; }
        .syntaxhighlighter.collapsed .toolbar a:hover {
          color: #eee !important; }
  .syntaxhighlighter .toolbar {
    color: #FFF !important;
    background: #DDD !important;
    border: none !important; }
    .syntaxhighlighter .toolbar a {
      color: #FFF !important; }
      .syntaxhighlighter .toolbar a:hover {
        color: #FFF !important; }
  .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
    color: #4D4D4C !important; }
  .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
    color: #8e908c !important; }
  .syntaxhighlighter .string, .syntaxhighlighter .string a {
    color: #718c00 !important; }
  .syntaxhighlighter .keyword {
    color: #8959a8 !important; }
  .syntaxhighlighter .preprocessor {
    color: #030cf1 !important; }
  .syntaxhighlighter .variable {
    color: #c82829 !important; }
  .syntaxhighlighter .value {
    color: #3e999f !important; }
  .syntaxhighlighter .functions {
    color: #4271ae !important; }
  .syntaxhighlighter .constants {
    color: #B58900 !important; }
  .syntaxhighlighter .script {
    font-weight: bold !important;
    color: #8959a8 !important;
    background-color: none !important; }
  .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
    color: #eab700 !important; }
  .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
    color: #f5871f !important; }
  .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
    color: #3792a7 !important; }

.syntaxhighlighter {
  margin: 0 !important; }
  .syntaxhighlighter table td.code .line {
    padding: 0 0.5em !important; }
  .syntaxhighlighter .toolbar {
    width: 14px !important;
    height: 14px !important;
    background: none !important; }
  .syntaxhighlighter .gutter {
    min-width: 2.8em; }
  .syntaxhighlighter .gutter .line {
    border: 0 !important; }
    .syntaxhighlighter .gutter .line.alt1, .syntaxhighlighter .gutter .line.alt2 {
      background: #EEE !important; }
  .syntaxhighlighter a.toolbar_item {
    color: #444 !important;
    background: #EEE !important;
    width: 14px !important;
    float: right !important; }
    .syntaxhighlighter a.toolbar_item:hover {
      color: #555 !important;
      background: white !important; }
