<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * YouTube TV
 */

/*
 * Base Canvas
 */
body {
 	background:url(../images/brickwall.png) repeat #fafafa;
 }
 
 
.ytv-canvas{
	display: block;
	background: #282828;
	font-family: arial, sans-serif;
	}
.ytv-canvas ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
	}
.ytv-canvas ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
	}

/*
 * Video
 */
.ytv-video{
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
	}
	.ytv-video iframe{
		width: 100%;
		height: 100%;
		border: none;
		outline: none;
		display: block;
		}

/*
 * List
 */
.ytv-list{
	padding-top: 500px;
	width:960px;
}
	.ytv-list-inner{
		top: 52px;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    -webkit-overflow-scrolling: touch;   
	     margin-bottom: 100px;
		-moz-box-shadow: 0px 0px 6px 0px #656565;
		-webkit-box-shadow: 0px 0px 6px 0px #656565;
		-o-box-shadow: 0px 0px 6px 0px #656565;
		box-shadow: 0px 0px 6px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=6);
	}
	.ytv-list ul{
		    background: url(../images/logo-shadow.png) no-repeat scroll center bottom #FAFAFA;
    		border-bottom: 10px solid #800A0A;
    		list-style-type: none;
    		margin: 0;
   			 padding: 0 0 150px;
		}
		
	.ytv-list ul li{
		display:inline-block;
		width:240px;
		text-align:center;
		border:none;
		vertical-align:top
	}
		.ytv-list .ytv-active{
			background: #eee;;
		}
		.ytv-list .ytv-active a{
			border-left: none;
		}
		.ytv-list a{
			display: block;
			text-decoration: none;
			font-size: 11px;
			color: #333;
			padding: 10px;
			padding-left: 8px;
			}
			.ytv-list a b{		
			    max-height: 45px;
			    overflow: hidden;
			    display: block;
			    text-overflow: ellipsis;
				}
			.ytv-list li:first-child a{ border-top: none; }
			.ytv-list li:last-child a{ border-bottom: none; }
			.ytv-list a:hover,
			.ytv-list-header .ytv-playlists a:hover{ background: rgba(255,255,255,0.05); }
			.ytv-list a:active,
			.ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }
		
		.ytv-list .ytv-content{ 
			text-align:center; font-size:10px;   clear: both; }
		.ytv-list .ytv-thumb-stroke{
			position: absolute;
			top: 1px;
			left: 1px;
			bottom: 1px;
			right: 1px;
			z-index: 2;
			}
		.ytv-list .ytv-thumb{
			float: left;
			position: relative;
			}
			.ytv-list .ytv-thumb img{
				width: 223px;
				display: block;
				float:none;
				}
			.ytv-list .ytv-thumb span{
				position: absolute;
				bottom: 15px;
				right: 35px;
				color: #fff;
				background: rgba(0,0,0,0.7);
				font-size: 11px;
				font-weight: bold;
				padding: 0px 4px;
				
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}
		.ytv-views{
		    display: block;
		    margin-top: 5px;
		    font-size: 10px;
		    font-weight: normal;
		    opacity: 0.3;
			}


	.ytv-list-header{
		height: 52px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		display:none;
		}
		.ytv-list-header a{
			background: rgba(255,255,255,0.05);
    		position: relative;
    		z-index: 10;
			}
		.ytv-list-header img,
		.ytv-list .ytv-playlists .ytv-thumb img{
			width: 30px;
			vertical-align: middle;
			}
		.ytv-list-header span{		
		    padding-left: 10px;
		    font-size: 12px;
		    font-weight: bold;
			}

/*
 * Playlists
 */
.ytv-playlists{
    z-index: 9;
    position: absolute;
    background: #282828;
    top:52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
	}
	.ytv-playlists img,
	.ytv-list-header img{
	    float: left;
		}
	.ytv-playlists a span,
	.ytv-list-header a span{	
	    white-space: nowrap;
	    padding-left: 10px;
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
		}
	.ytv-list-header &gt; a span{
		line-height: 30px;
		}
	.ytv-list-header .ytv-playlists a{
		background: none;
		}
	.ytv-playlist-open .ytv-playlists{
		display: block;
		}

/*
 * Modifiers
 */
.ytv-relative{
	position: relative;
	width: 100%;
	height: 100%;
	}
.ytv-full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	}
.ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0,0,0,0.4);
	display: none;
	}
	.ytv-has-playlists .ytv-arrow{
		display: inline-block;
		}
	.ytv-playlist-open .ytv-arrow{
		border-color: transparent;
		border-bottom-color: rgba(0,0,0,0.4);
		top: -10px;
		}

.ytv-list-header a:after,
.ytv-clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
.logowebtv {
	width:250px;
	height:150px;
	display:block;
	background:url(../images/logo.png) no-repeat center #fff;
}
#webtv {
	margin-bottom:30px;
}
.centered {
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-bottom:0;
		-moz-box-shadow: 0px 0px 6px 0px #656565;
		-webkit-box-shadow: 0px 0px 6px 0px #656565;
		-o-box-shadow: 0px 0px 6px 0px #656565;
		box-shadow: 0px 0px 6px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=6);
}
.red {
	background:#800A0A;
	color:#fff;
	font-size:18px;
	position:relative;
	height:10px
}
.right {
	position:absolute;
	right:0;
	top:-10px;
	font-size:14px;
	padding: 11px 15px;
	background:#cc0000;
	color:#fff;
	height:18px
}
.return {
	position:relative;
	float:right;
	width:360px;
	height:150px;
	top:0;
	background:url(../images/topbkg.png) no-repeat center bottom transparent;
}
.right:hover {
	background:#000000;
}
#superContainer {
    height: 100%;
    position: relative;
    overflow-y:scroll;
}
.partners {
	width:960px;
	height:36px;
	display:block;
	background:url(../images/partners.png) no-repeat center transparent;
}
.back {
	width:222px;
	height:33px;
	display:block;
	background:url(../images/access.png) no-repeat center transparent;
	position:absolute;
	right:60px;
	top:55px;
}
.back:hover {
	background:url(../images/access_hover.png) no-repeat center transparent;
}
.header {
	width:960px;
	background:url(../images/header.png) no-repeat center transparent;
}
#admin-toolbar {
	display:none;
}</pre></body></html>