/* Tomorrow Night Bright Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.tomorrow-comment, pre .hljs-comment, pre .hljs-title {
    color: #969896;
}

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

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

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

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

.tomorrow-aqua, pre .hljs-css .hexcolor {
    color: #70c0b1;
}

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

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

pre code {
    display: block;
    background: black;
    color: #eaeaea;
    font-family: Menlo, Monaco, Consolas, monospace;
    line-height: 1.5;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: scroll;
}
