.timeline-graduation .graduation {
	position: absolute;
	text-align: center;
	font-size: 10px;
	top: 0;
	left: 0;
	bottom: 0;
	border-left: 1px dashed rgba(0, 0, 0, 0.1);
	padding-left: 5px;
	padding-top: 6px;
}
.timeline-graduation .strong {
	font-weight: 600;
	border-color: #333;
}

.timeline-container .selector-instant,
.timeline-container .selector-left,
.timeline-container .selector-right,
.timeline-container .selector-timeline {
	position: absolute;
	text-align: center;
	font-size: 10px;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0%;
	z-index: 999;
	min-width: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}

.timeline-container .selector-right {
	left: 100%;
	border-right: 2px solid rgba(0, 1, 0, 0.5);
	width: 5px;
	margin-left:-5px;
	background-color: transparent;
	cursor: ew-resize;
}

.timeline-container .selector-left {
	border-left: 2px solid rgba(1, 0, 0, 0.5);
	border-right: 5px solid transparent;
	background-color: transparent;
	cursor: ew-resize;
}

.timeline-container .selector-instant {
	border-right: 1px solid rgba(0, 0, 255, 0.5);
}

.timeline-container .selector-timeline {
	background-color: rgba(0, 0, 120, 0.1);
	cursor: -webkit-grab;
	cursor: grab;
	width:0;
	visibility: hidden;
}
