#timeline{
	padding-top: 0;
	position: fixed;
	background-color: white;
	z-index: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.track{
	height: 15px;
	width: 100%;
	position: relative;
	top: 10px;
	background-color: #e6e6e6;
}

.track:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow:inset 0 2px 8px rgba(0,0,0,0.25);
	box-shadow:inset 0 2px 8px rgba(0,0,0,0.25);
	position: relative;
	bottom: 15px;
}

.progress{
	background-color: #73b1c8;
	height: 100%;
}

div.ticks{
	padding: 0 15px;
	height: 30px;
	position: relative;
	top: 10px;
	overflow: hidden;
	width: 100%;
}

.ticks div{
	float: left;
	width: 0;
	border-left: 1px solid black;
	height: 10px;
	position: relative;
	top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ticks .starter{
	height: 5px;
	top: 27px;
}

.ticks .minor{
	height: 5px;
	top: -10px;
	border-left: none;
	border-right: 1px solid black;
}

.starter .minor{
	top: 0;
}

h5 + .minor{
	clear: both;
}

.ticks h5{
	margin: 0;
	position: relative;
	right: 20px;
	bottom: 15px;
	text-align: center;
	width: 40px;
}

.puck{
	width: 30px;
	line-height: 15px;
	background-color: #333;
	position: relative;
	bottom: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	font-size: 7px;
	text-align: center;
	cursor: pointer;
}
