div.timeline-intime {
	background-color: #FF7F6E;
	width: 2px;
	cursor: w-resize;
	z-index: 1;
}

div.timeline-outtime {
	background-color: #FF7F6E;
	width: 2px;
	cursor: e-resize;
	z-index: 1;
}

div.timeline-customtime {
	z-index: 1;
}

div.timeline-event {
	padding: 0px !important;
	text-align: left;
}

.timeline-frame {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.videoPlayer {
	width: 100%;
	height: 100%
}

.videoHidden {
	display: none;
}