<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial;
    font-size: 13px;
    margin: 0;
}

.content {
	width: 1000px;
}

.subtitles {
	font-size:24px;
	background-color:#000;
	color:#fff;
	text-align: center;
	width:680px;
	height:56px;
}

.thumb {
	float: left;
	margin-left: 73px;
	width: 170px;
	height: 96px;
	border: solid #FB9D04 4px;
	margin-bottom: 20px;
}

.thumb img {
	width: 170px;
	height: 96px;	
}


.first-thumb {
	margin-left: 0px !important;
}

.player-hldr {
	float: left;
}

.extra-content {
	float: left;
	background-color: #eee;
	margin-left: 20px;
	padding: 8px;
	width: 300px;
	height: 568px;
}

.selected-thumb {
	border: solid #10367d 4px !important;
}

.player {
	height:48px;
}

/*transcript stuff*/



#transcript-content span {
	cursor: pointer;
}    

#transcript-content span:hover {  
	color: #f07d00; 
} 
 
/* @maboa */
#transcript-content span.highlight {  
	color: #fff; 
}       

#transcript-content span.transcript-grey {
    color: #999;
}</pre></body></html>