.sh-delimx {
	width: 2px;
	background-color: red;
}

.sh-ctx {
	width: 2px;
	background-color: blue;
}

.sh-delim {
	position: relative;
	display: inline-block;
	height: 14px;
	top: 3px;
}

.sh-ct {
	position: relative;
	display: inline-block;
	height: 14px;
	top: 3px;
}

.sh-sh {
	position: absolute;
/* 	border: 1px solid red; */
	width: 7px; /* 7px; !!! */
	width: 7px;
	background-color: #ff0;
	border: 1px solid #330; /* #330; ||| #aa0; !!! #dd0; !!! */
/* 	border-right: 0; */
	/*left: -5px;*/ /* -5px; !!! -16px; !!! */
	left: -4px;
/* 	right: 100%; */
}

.sh-ctside {
	position: absolute;
	right: 100%;
	
}

.sh-ctside .text {
/* 	border: 1px solid red; */
	position: relative;
	white-space: normal;
	left: -15px; /* -25px;!! */
	font-size: 13px;
	width: 250px;
	font-style: italic;
	line-height: 16px;
	text-align: right;
	color: #999;  /* #888; !!! */
	letter-spacing: .5px;
}

#main .sh-ctside .text .code {
	color: #777;
	padding-left: 2px;
	padding-right: 2px;
/* 	font-weight: bold; */
}

.codeline.insertLinex {
	background-color: #ffd;
}

.codeline.insertLinex:hover {
	background-color: #ebebbc;
}

.numToHighlight {
/* 	font-weight: bold; */
	color: #777;
	font-weight: 600;
}