@charset "utf-8";

/* code highlight */
pre { font-size:14px; overflow-y:scroll }
pre > code { -moz-tab-size:4; tab-size:4; white-space: pre; max-width: 1920px; max-height: 500px; overflow: auto !important; }

/* Line Number CSS */
/* for block of numbers */
pre > code .hljs-ln-numbers {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: right;
	color: #ccc;
	border-right: 1px solid #666;
	vertical-align: top;
	padding:0 10px !important;
}
/* your custom style here */
pre > code .hljs-ln td.hljs-ln-code { padding-left: 20px; }


