/* 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 */

.xmodule_display.xmodule_ProblemBlock div.problem table tr,
.xmodule_display.xmodule_ProblemBlock div.problem table td,
.xmodule_display.xmodule_HtmlBlock table tr,
.xmodule_display.xmodule_HtmlBlock table td {
  padding: 0 5px;
  color: black;
  border: none;
}

.hljs-ln .hljs-ln-numbers {
  padding-right: 15px;
}

/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  color: #969896;
}

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

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

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

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

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

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

.hljs {
  display: block;
  overflow-x: auto;
  background: #1d1f21;
  color: #c5c8c6;
  padding: 0.5em;
}

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

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

.hljs-ln-n {
    color: #f0c674;
    border-right: 2px solid green;
}

.hljs-line-numbers {
    text-align: right;
    border-right: 1px solid #ccc;
    color: #999;
    width: 60px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.xmodule_display.xmodule_HtmlModule table td{
    margin: 20px 0;
    padding: 3px;
    border: none;
    font-size: 0.9em;
}

.xmodule_display.xmodule_HtmlModule table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    /*font-size: 16px; */
}

.xmodule_display.xmodule_HtmlModule code {
    background-color: #1d1f21;
}

.xmodule_display.xmodule_CapaModule div.problem pre {
    padding: 0px;
    border: none;
    border-radius: 3px;
}

.xmodule_display.xmodule_CapaModule div.problem pre>code,
.xmodule_display.xmodule_CapaModule div.problem code {
    background-color: #1d1f21;
    padding: 6px 10px;
}

.xmodule_display.xmodule_HtmlModule table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    /*font-size: 16px; */
}

.xmodule_display.xmodule_HtmlModule code {
    background-color: #1d1f21;
}

.xmodule_display.xmodule_CapaModule div.problem table {
    margin: 0;
}

.xmodule_display.xmodule_CapaModule div.problem table td {
    padding: 3px;
    border: none;
    /*font-size: 0.9em;*/
}
