.theater
{
	position: absolute;
	width: 1140px;
	height: 720px;
	
	opacity: 0;
	overflow: hidden;
}

.theaterPlayer
{
	position: relative;
	bottom: 677px;
	left: 250px;
	z-index: 1;
	
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	pointer-events: none;
	user-select: none;
}

.theaterPlayBar
{
	position: absolute;
	width: 649px;
	height: 2px;
	bottom: 688px;
	left: 247px;
	z-index: 1;
	
	background: #aaaaaa;
	pointer-events: none;
}

.theaterPlayBarFill
{
	width: 0%;
	height: 100%;

	background: red;
}

.theaterCollapseBtn, .theaterExpandBtn
{
	position: relative;
	width: 32px;
	height: 156px;
	z-index: 2;
	
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	cursor: pointer;
}

.theaterCollapseBtn
{
	bottom: 170px;
	left: 755px;
	
	background-image: url("/images/externalInterface/collapse-btn.png");
}

.theaterExpandBtn
{
	bottom: 326px;
	left: 1101px;
	
	background-image: url("/images/externalInterface/expand-btn.png");
}

.theaterPanelContentTitle
{
	position: relative;
	
	font-family: Burbank Big;
	font-size: 30px;
	letter-spacing: 0.5px;
	padding-top: 25px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	user-select: none;
}

.theaterPanelContentMessage
{
	position: relative;
	width: 270px;
	top: 120px;
	
	padding-left: 45px;
	text-align: center;
	user-select: none;
	word-wrap: break-word;
}

.theaterPanelContentQueue
{
	width: 100%;
}

.theaterPanelContentQueueItem
{
	height: 50px;
	
	border-bottom: 0.5px dotted #aaaaaa;
	margin-left: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 5px;
}

.theaterPanelContentQueueItemThumbnail
{
	width: 60px;
	height: 30px;
	
	background-image: url("https://img.youtube.com/vi/t0t2MB3TYng/mqdefault.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}

.theaterPanelContentQueueItemTitle
{
	width: 210px;
	
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	padding: 10px;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}