.timeline-box {		
	position: relative;	
}

.timeline-phase {
	position: absolute;		
}

.timeline-indicator-line {
	position: absolute;
	border-left: 1px dashed dimgray;
}

.timeline-phase-header {
	position: absolute;
	font-size: smaller;
	white-space: nowrap;	
	color: dimgray;
}

.timeline-bar {
	position: absolute;
	text-align: center;	
	border-style: solid;
	cursor: pointer;
	border-radius: 7px;	
}

#timeline-collapse {	
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	padding: 0 1px;
	top: 2px;
	right: 2px;
	background-color: rgba(235,235,235,.8);
	border-radius: 2px;	
	z-index: 10001;
}

#timeline-collapse:before {
	content: "\25b2";
}

#timeline-expand {	
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 0 1px;	
	background-color: rgba(235,235,235,.8);
	border-radius: 2px;	
	z-index: 10001;
}

#timeline-expand:before {	
	content: "\25bc";	
}