pre code {
  font-family: "Ubuntu Monospace", "Bitstream Vera Sans" monospace;
  display: block;
  overflow: scroll;
  font-size: 80%;
  margin-bottom: 1em;
  padding: 0.5em;
  background-color: #1d1f21;
  line-height: 1.5em;
}

pre code.file, pre code.bash {
  color: #00ee00;
}

pre code.file a {
  color: inherit;
  text-decoration: none;
}

pre code.json, pre code.javascript, pre code.css, pre code.xml, pre code.applescript, pre code.cpp {
  color: #c0c0c0;
}

.code-caption {
  background-color: #1d1f21;
  font-style: italic;
  border-bottom: 1px solid #808080;
  color: #e0e0e0;
  font-size: 65%;
  padding: 5px 0 5px 10px;
}

.code-caption a {
  font-style: normal;
  color: #8888ff;
  margin-left: 2em;
  margin-right: 10px;
  float: right;
}

/*.highlight pre {
  background-color: #303030;
  font-family: "Ubuntu Mono", "Bitstream Vera Sans", monospace;
  font-size: 18px;
  overflow: scroll;
  padding: 10px;
  line-height: 1.1em;
  margin-bottom: 1em;
}*/

/* Text */
/*.highlight .console,
.highlight .console .nb,
.highlight .console .nv,
.highlight .console .o { color: #b5bd68; }*/

/* Prompt */
/*.highlight .console .gp {
  color: #b294bb;
  -webkit-user-select: none;      
  -moz-user-select: none;
  -ms-user-select: none;
}*/


/* Tomorrow Night Theme */
.tomorrow-comment, pre .comment, pre .title {
  color: #969896;
}

.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
  color: #cc6666;
}

.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
  color: #de935f;
}

.tomorrow-yellow, pre .ruby .class .title, pre .css .rules .attribute {
  color: #f0c674;
}

.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
  color: #b5bd68;
}

.tomorrow-aqua, pre .css .hexcolor {
  color: #8abeb7;
}

.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
  color: #81a2be;
}

.tomorrow-purple, pre .keyword, pre .javascript .function {
  color: #b294bb;
}