div.eden-gutter {
	position: absolute;
	left: 0;
	top: 0;
	/*right: 0;*/
	padding-top: 10px;
	margin: 0;
	/*height: calc(100% - 15px);*/
	height: 0;
	overflow: visible;
}

div.eden-gutter-item {
	width: 50px;
	height: 20px;
	/*border-right: 1px solid transparent;*/
	/*border-right: 5px solid #eee;*/
	padding-left: 5px;
	padding-top: 3px;
	box-sizing: border-box;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: pointer;
	position: absolute;
}

div.eden-gutter-item.hover {
	/*background-color: rgba(255,255,255,0.8);*/
	/*border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
}

div.eden-gutter-item.hover:before {
	/*opacity: 0.1;*/
	background-color: #e5e5e5;
	position: fixed;
	width: 5000px;
	height: 20px;
	margin-top: -4px;
	margin-left: 24px;
	content: " ";
}

div.eden-gutter-item.current {
	opacity: 0.6;
}

/*div.eden-gutter-item.current:before {
	background-color: #f5f5f5;
	position: fixed;
	width: 5000px;
	height: 20px;
	margin-top: -4px;
	margin-left: 23px;
	content: " ";
}*/

/*div.eden-gutter-item.current:after {
	color: #00ee00;
	text-shadow: 2px 2px 5px #ddd;
	font-family: "FontAwesome";
	font-size: 10pt;
	content: "\f04b";
	position: absolute;
	left: 8px;
	margin-top: -1px;
}*/

div.eden-gutter-item.select {
	/*opacity: 0.5;*/
	/*background-color: #94adcc;*/
}

/*div.eden-gutter-item.select:before {
	background-color: #3465a4;
	position: fixed;
	width: 5000px;
	height: 20px;
	margin-top: -4px;
	margin-left: -5px;
	content: " ";
}*/

div.eden-gutter-item.play:after {
	color: #73d216;
	/*text-shadow: 2px 2px 6px #aaa;*/
	font-family: "FontAwesome";
	font-size: 20pt;
	content: "\f04b";
	margin-left: 14px;
	margin-top: -5px;
}


div.eden-gutter-item.select:after {
	color: black;
	text-shadow: 2px 2px 5px #bbb;
	font-family: "FontAwesome";
	font-size: 10pt;
	content: "\f00c";
	position: absolute;
	left: 8px;
	margin-top: -5px;
	line-height: 24px;
}

div.eden-gutter-item.live {
	background: #a2ff86;
}

div.eden-gutter-item.live:after {
	color: #eeee00;
	text-shadow: 0px 0px 10px #222;
	font-family: "FontAwesome";
	font-size: 12pt;
	content: "\f0e7";
	position: absolute;
	left: 18px;
	margin-top: -5px;
	line-height: 24px;
}

div.eden-gutter-item.live:hover {
	color: red;
}

div.eden-gutter-item.live:before {
	/*opacity: 0.1;*/
	background-color: #e3ffe3;
	position: absolute;
	width: 5000px;
	height: 20px;
	margin-top: -4px;
	margin-left: 45px;
	content: " ";
	position: fixed;
}

div.eden-gutter-item.errorblock {
	border-right: 3px solid #ff0000;
}

div.eden-gutter-item.executed {
	border-right: 5px solid #a2ff86;
	/*animation: clearborder 0.4s linear;
	animation-fill-mode: forwards;*/
}

@keyframes clearborder {
  to {
  	border-color: transparent;
  }
}

div.eden-gutter-item.inserted {
	background: #cceecc;
}

div.eden-gutter-item.inserted:before {
	/*opacity: 0.1;*/
	background-color: #ddffdd;
	position: absolute;
	width: 5000px;
	height: 20px;
	margin-top: -4px;
	margin-left: 24px;
	content: " ";
	position: fixed;
}

div.eden-gutter-item.inserted:after {
	color: black;
	/*text-shadow: 0px 0px 5px #222;*/
	/*font-family: "FontAwesome";*/
	font-size: 14pt;
	font-weight: bold;
	content: "+";
	position: absolute;
	left: 8px;
	margin-top: -4px;
	line-height: 24px;
}

div.eden-gutter-item.removed {
	background: #eecccc;
	width: 5000px;
	font: 14px/20px Roboto Mono,monospace;
	padding-left: 43px;
	padding-top: 0;
	opacity: 0.7;
	white-space: pre;
}

div.eden-gutter-item.removed:after {
	color: black;
	/*text-shadow: 0px 0px 5px #222;*/
	/*font-family: "FontAwesome";*/
	font-size: 14pt;
	font-weight: bold;
	content: "-";
	position: absolute;
	left: 8px;
	margin-top: -3px;
	line-height: 24px;
}

div.eden-gutter-item.guarded {
	border-right: 5px solid #fff67e;
}

div.eden-gutter-item.error {
	font-family: "FontAwesome";
	color: #ff6666;
	font-size: 16pt;
	margin-top: 0;
	/*line-height: 16px;*/
	padding-left: 16px;
}

div.eden-gutter-item.warning {
	font-family: "FontAwesome";
	color: orange;
	font-size: 12pt;
}
