/* Tomorrow Night Theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */

/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  font-weight: bold!important;
  color: #969896!important;
}

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #cc6666!important;
}

/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #de935f!important;
}

/* Tomorrow Yellow */
.hljs-attribute {
  color: #f0c674!important;
}

/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #b5bd68!important;
}

/* Tomorrow Blue */
.hljs-title,
.hljs-section {
  color: #81a2be!important;
}

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #b294bb!important;
}

.hljs {
  margin-top: 10px!important;;
  margin-bottom: 10px!important;;
  box-shadow: 2px 3px 5px rgba(100,100,100,0.5)!important;
  border-radius: 5px!important;
  display: block!important;
  overflow-x: auto!important;
  background: #1d1f21!important;
  color: #c5c8c6!important;
  padding: 0.5em!important;
  opacity: 0.9!important;
}

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

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