.transcribe-time {
	font-size: 13px;
}


.transcribe-list {
	list-style: none;
	margin: 40px 0px;
	padding: 0px;
	font-size: 14px;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-mozz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}


.transcribe-list li {
	display: block;
	overflow: hidden;
	border-top: 1px solid #ededed;
	line-height: 21px;
	margin-bottom: 1px;
}

.transcribe-list li span {
	padding: 5px;
}

.transcribe-list li .time {
	background: #eeeeee;
	float: left;
	margin: 0px 15px 0px 0px;
	width: 95px;
	text-align: right;
}

.transcribe-list li .value {
	float: left;
	width: 788px;
}



/* Transcribe Live and List of transcibed videos or segments */

.transcribe-go-live {
	-webkit-border-radius: 3px;
	-mozz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	background: #ededed;
	margin: 10px 0 0 0;
}

.transcribe-offlive {
	margin: 10px 0 0 0;
}

.transcibe-button {
	background: none;
	border: none;
	color: #006699;
	font-size: 13px;
	background: #ededed;
	border-radius: 3px;
	margin-bottom: -3px;
	padding: 10px 15px;
}

.list-live {
	margin: 0px 0 40px 0;
}

.list-live li .time {
	width: 150px;

}

.list-live li .value {
	width: 729px;
}

#full_transcript {
	clear: both;
}

#transcript {
	margin: 0 0 40px 0;
}

#live_transcript {
	padding: 10px;
}
