/**
 * SyntaxHighlighter
 * Axels theme - must be loaded after shCoreDefault.css
 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {

  font-size: 0.98em !important;
}

.syntaxhighlighter {
  box-shadow: 0 0 10px #eee;
  border-radius: 10px;
  padding: 5px;
}

.syntaxhighlighter .gutter .line {
  border-right: 3px solid #cde !important;
}

.syntaxhighlighter .toolbar {
  display: none;
}

.container .line.alt1{background: #f8f8f8 !important;}
.container .line.alt2{background: #f0f0f0 !important;}