/*
Name: Tomorrow Night Copy
Description: Based on https://github.com/ChrisKempson/Tomorrow-Theme/
Version: 1.0
Author: Aram Kocharyan
URL: http://aramk.com/
*/
.crayon-theme-tomorrow-night-copy {
	border-width: 1px !important;
	border-color: #000000 !important;
	border-style: solid !important;
	text-shadow: none !important;
	background: #27292c !important;
}
.crayon-theme-tomorrow-night-copy-inline {
	border-width: 1px !important;
	border-color: #000000 !important;
	border-style: solid !important;
	background: #27292c !important;
}
.crayon-theme-tomorrow-night-copy .crayon-table .crayon-nums {
	background: #4b4d4f !important;
	color: #898989 !important;
	border-right-width: 1px !important;
}
.crayon-theme-tomorrow-night-copy *::selection {
	background: transparent !important;
}
.crayon-theme-tomorrow-night-copy .crayon-code *::selection {
	background: #ddeeff !important;
	color: #316ba5 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-striped-line {
	background: #202326 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-striped-num {
	background: #3a3c3d !important;
	color: #979797 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-marked-line {
	background: #484848 !important;
	border-width: 1px !important;
	border-color: #b3b300 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-marked-num {
	color: #9e9e9e !important;
	background: #434343 !important;
	border-width: 1px !important;
	border-color: #595959 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-marked-line.crayon-striped-line {
	background: #3f3f3f !important;
}
.crayon-theme-tomorrow-night-copy .crayon-marked-num.crayon-striped-num {
	background: #383838 !important;
	color: #9e9e9e !important;
}
.crayon-theme-tomorrow-night-copy .crayon-marked-line.crayon-top {
	border-top-style: solid !important;
}
.crayon-theme-tomorrow-night-copy .crayon-marked-num.crayon-top {
	border-top-style: solid !important;
}
.crayon-theme-tomorrow-night-copy .crayon-marked-line.crayon-bottom {
	border-bottom-style: solid !important;
}
.crayon-theme-tomorrow-night-copy .crayon-marked-num.crayon-bottom {
	border-bottom-style: solid !important;
}
.crayon-theme-tomorrow-night-copy .crayon-info {
	background: #faf9d7 !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #b1af5e !important;
	border-bottom-style: solid !important;
	color: #7e7d34 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-toolbar {
	background: #919191 !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #2e2e2e !important;
	border-bottom-style: solid !important;
}
.crayon-theme-tomorrow-night-copy .crayon-toolbar > div {
	float: left !important;
}
.crayon-theme-tomorrow-night-copy .crayon-toolbar .crayon-tools {
	float: right !important;
}
.crayon-theme-tomorrow-night-copy .crayon-title {
	color: #2a2a2a !important;
}
.crayon-theme-tomorrow-night-copy .crayon-language {
	color: #494949 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-button {
}
.crayon-theme-tomorrow-night-copy .crayon-button:hover {
	background-color: #bcbcbc !important;
	color: #666;
}
.crayon-theme-tomorrow-night-copy .crayon-button.crayon-pressed:hover {
	background-color: #bcbcbc !important;
	color: #666;
}
.crayon-theme-tomorrow-night-copy .crayon-button.crayon-pressed {
	background-color: #626262 !important;
	color: #FFF;
}
.crayon-theme-tomorrow-night-copy .crayon-button.crayon-pressed:active {
	background-color: #626262 !important;
	color: #FFF;
}
.crayon-theme-tomorrow-night-copy .crayon-button:active {
	background-color: #bcbcbc !important;
	color: #FFF;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .c {
	color: #a7a8a2 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .s {
	color: #b2af75 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .p {
	color: #b85c00 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .ta {
	color: #e79663 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .k {
	color: #92afc1 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .st {
	color: #92afc1 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .r {
	color: #92afc1 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .t {
	color: #bba7c5 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .m {
	color: #bba7c5 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .i {
	color: #c7c7c7 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .e {
	color: #e8ce91 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .v {
	color: #d87c7b !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .cn {
	color: #e7a37a !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .o {
	color: #99c9c4 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .sy {
	color: #c9d2d1 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .n {
	color: #666 !important;
	font-style: italic !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .f {
	color: #999999 !important;
}
.crayon-theme-tomorrow-night-copy .crayon-pre .h {
	color: #006fe0 !important;
}
