<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.k-prop {
	padding-left: 10px;
}

.k-prop input.k-currentTime {
	width:75px;
}

.k-timeline {
	cursor: pointer;
}
.k-timeline .k-baseline{
	position: absolute;
	top: 30px;
	width: 100%;
	height: 2px;
	background:black;
}
.k-timeline .k-timeline-background{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	height:85px;
	background-color: #E7E7E7;
}
.k-timeline .k-timeline-docs{
	position: relative;
	top:85px;
}
.k-cuepoint{
	position:absolute;
	top:50px;
	margin-left: -11px;
	
	border: 12px solid transparent;
	border-width: 12px 12px;
	border-bottom-color: #666;

	margin-top: -16px;
	background: transparent;
}
.k-cuepoint.active {
	border-bottom-color: #222;
}


</pre></body></html>