<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-live-wrap {
	position: fixed;
	display: flex;
	flex-direction: column;
	top: 1rem;
	left: 1rem;
	border: 1px solid rgba(00,00,00,.5);
}

/*.video-live-wrap {
	position: fixed;
	display: flex;
	flex-direction: column;
	bottom: 1rem;
	right: 1rem;
	border: 1px solid rgba(00,00,00,.5);
}*/

.video-live-bar {
	display: flex;
	flex-direction: row;
	/*justify-content: flex-end;*/
	justify-content: space-between;
	/* height: 10px; */
	background-color: rgba(77, 0, 0, 1);
}

.video-live-bar span {
	align-self: flex-start;
	font-size: 10px;
	cursor: pointer;
	user-select: none;
	background-color: rgba(255,255,255,.5);
	padding: .3rem .5rem;
}

.video-live-bar div {
		margin: auto 0 auto .5rem;
}
</pre></body></html>