/* Tomorrow Night Iris Theme
 * Original theme - https://github.com/chriskempson/tomorrow-theme
 * http://jmblog.github.com/color-themes-for-google-code-highlightjs
 * 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: #D54E53;
}

/* Tomorrow Orange */

.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
	color: #E78C45;
}

/* Tomorrow Yellow */

.hljs-attribute {
	color: #E7C547;
}

/* Iris Gold */

.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
	color: #CFB165;
}

/* Tomorrow Blue */

.hljs-title,
.hljs-section {
	color: #7AA6DA;
}

/* Tomorrow Purple */

.hljs-keyword,
.hljs-selector-tag {
	color: #C397D8;
}

.hljs {
	background: black;
	color: #EAEAEA;
	display: block;
	overflow-x: auto;
	padding: 0.5em;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: bold;
}
