<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, table
{
	height: 100%;
	width: 100%;
	overflow:hidden;
}

body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #444;
}

table
{
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

tr
{
	background: #444;
}
tr:first-child {
	height:1px;
	background: #222;
}

td
{
	padding: 10px 21px;
}

img
{
	border: 0;
}

a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #95BDF9;
	text-decoration: underline;
}

a.errorLink
{
	color:#FF3D3D;
}

#ifPoster
{
	width:           100%;
	height:          100%;
	background:      no-repeat center;
	background-size: contain;
}


#ifLiveFrame
{
	display:  none;
	position: absolute;
	border:   0;
	width:    100%;
	height:   100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.ifLogoLink
{
	position: absolute;
	right: 0;
	top: 0;
}

#ifPlayIcon
{
	position: absolute;
	top:      50%;
	left:     50%;
	margin:   -25px -44px;  /* half height/width */
	opacity:  0.75;
	cursor:   pointer;
}

.ifTitleStrip
{
	opacity: 0.85;
}

.ifTitle
{
	color:            #d2d2d2;
	height:           26px;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	background-color: black;
	line-height:      25px;
	padding-left:     0.5em;
	font-size:        12px;
	width:            90%;     /* Wide enough for quirks mode, but not too much for all other browsers factoring padding-left. */
}

.ifNotFoundImgDiv
{
	display: inline-block;
	position: absolute;
	left:   50%;
	top:    50%;
}

.ifNotFoundImg
{
	position: relative;
	left:   -50%;
	top:    -80px;
 }

.ifMessageStrip
{
	text-align: center;
	color:#FF3D3D;
	font-size: 12px;
	padding: 10px 10px;
	background-color: #222;
	opacity: 0.9;
}

.truncated
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.visibilityHidden
{
	visibility: hidden;
}

.displayNone
{
	display: none;
}

#chronVideo
{
	height: 100%;
}

.chronKbd_init
{
	bottom: 90px;	/* Override */
}
.chronKbd_init.chronKbd_small
{
	bottom: 36px;	/* Override */
}
</pre></body></html>