/**
 * SyntaxHighlighter 1C theme
 */
/*.syntaxhighlighter.oce {
  background-color: white !important;
}
.syntaxhighlighter.oce .line.alt1 {
  background-color: white !important;
}
.syntaxhighlighter.oce .line.alt2 {
  background-color: white !important;
}*/
.syntaxhighlighter.oce .line.highlighted.alt1, .syntaxhighlighter.oce .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter.oce .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter.oce table caption {
  color: black !important;
}
/*.syntaxhighlighter.oce .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter.oce .gutter .line {
  border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter.oce .gutter .line.highlighted {
  background-color: #6ce26c !important;
  color: white !important;
}*/
.syntaxhighlighter.oce.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.oce.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.oce.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.oce.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.oce.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter.oce .toolbar {
  color: white !important;
  background: #6ce26c !important;
  border: none !important;
}
.syntaxhighlighter.oce .toolbar a {
  color: white !important;
}
.syntaxhighlighter.oce .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter.oce .plain, .syntaxhighlighter.oce .plain a {
  color: blue !important;
}
.syntaxhighlighter.oce .comments, .syntaxhighlighter.oce .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.oce .string, .syntaxhighlighter.oce .string a {
  color: black !important;
}
.syntaxhighlighter.oce .keyword {
  color: red !important;
}
.syntaxhighlighter.oce .punctuation {
  color: red !important;
}
.syntaxhighlighter.oce .preprocessor {
  color: #963200 !important;
}
.syntaxhighlighter.oce .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.oce .value {
  color: #009900 !important;
}
.syntaxhighlighter.oce .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.oce .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.oce .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}
.syntaxhighlighter.oce .color1, .syntaxhighlighter.oce .color1 a {
  color: gray !important;
}
.syntaxhighlighter.oce .color2, .syntaxhighlighter.oce .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.oce .color3, .syntaxhighlighter.oce .color3 a {
  color: red !important;
}

.syntaxhighlighter.oce .keyword {
  font-weight: normal !important;
}
