#cuepoints{
	background-color: rgba(115,115,115,0.5);
	padding: 0;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
}

#cuepoints, #cuepoints button, #cuepoints textarea{
	font-size: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}

#cuepoints canvas{
	display: block;	
	background-color: rgba(230,230,230,0.08);
}

#timeline{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;	
	cursor: default;	
	display:block;
	width:100%;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	padding-top: 20px; /* space for the labels */
	min-height: 50px;
}

#io{
	width:200px;
	height:40px;
	display: block;	
	float:left;
	background-color: transparent;
	padding:0px;
	color:rgb(180,200,255);
	overflow-x: hidden;
	overflow-y: scroll;
	border-style: none;
	outline-style:none;
	resize: none;	
}

#cuepoints .marker{
	position: absolute;
	top:20px;
	bottom:0px;
	/*left:0;*/
	width:1px;
	overflow: visible;
}

#cuepoints .timeLabel{
	position: absolute;
	display: block;
	bottom:0;
	left:0;
	color: rgb(220,220,220);
	padding:3px;
	background-color: inherit;	
}

#cuepoints .indexLabel{
	position: absolute;
	display: block;
	width:20px;
	height:20px;
	top:-20px;
	margin-left:-10px;
	color: rgb(255,255,255);
	padding:0;
	border-radius: 50%;
	background-color: inherit;	
	text-align: center;
	line-height: 20px;
}

#cuepoints .playHeadColor  {
	background-color: rgb(255,0,0);
}

#cuepoints .markerColor {
	background-color: rgb(255,180,0);
}

#buttons{
	padding:5px;
	overflow: hidden;
	min-width: 800px;
	width:100%;
}

#buttons button{
	display:block;
	float:left;
	width:40px;
	height:40px;
	border-radius: 50%;
	line-height: 20px;
	background-color: rgba(230,230,230,0.2);
	border-style: none;
	margin: 0 5px 0 0;	
}

#buttons button:hover{
	background-color: rgba(230,230,230,0.4);
}
