/* --------------------------------------------------
  Default program viewer styles
  DO NOT EDIT
-------------------------------------------------- */

.wrapper {
	width: 90%;
	margin: 70px auto;
	max-width: 800px;
}

#about, #about h1, #about h2 {
	color: black;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 1.3;
}

#about h2, #about h1 {
	margin-bottom: .5em;
	text-transform: uppercase;
	font-size: 18px;
	font-style: italic;
}

#about h1 {
	margin-top: 3em;
	margin-bottom: 0; 
}

#about p {
	margin-bottom: 1em;
}

#about a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px;
}

#about a:hover {
	border-bottom: none;
	cursor: hover;
}

#about .time {
	font-size: 10px;
	font-size: 12px;
	font-style: normal;
	margin-left: .125em;
	letter-spacing: 0.05em;
}

.time-box {
	border-left: dotted black 1px;
	padding: .3em 1em .6em;
	margin-bottom: 1.5em;
	position: relative;
}

.time-box.active:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: lime;
	top: 0;
	z-index: -1;
	filter: blur(40px);
}

ul.reset,
ul.reset li,
ul.reset ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#tv-station {
	background: rgb(30,30,30);
}

#tv-screen {
	position: absolute;
	width: 100%;
	height: 100%;
	height: 100vh;
	top: 0; bottom: 0; left: 0; right: 0;
}

#info {
	position: fixed;
	background: rgba(255,255,255,0.45);
	border: solid black 1px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	top: 10px;
	right: 10px;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	z-index: 10;
}

#info:hover {
	cursor: pointer;
	background: black;
	border-color: white;
	color: white;
}

#program-headline {
	position: fixed;
	bottom: 1vh;
	left: 0;
	right: 1vh;
	text-align: right;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#program-manager {
	position: absolute; 
	overflow: hidden;
	height: 100%; 
	width: 100%; 
	border: none;
	width: 90vh;
	height: 90vh;
	max-width: 90vw;
	max-height: 90vw;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#program-manager iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}


#channel-changer {
	font-size: 20px;
	padding: 10px;
	text-align: center;
}

#channel-changer a {
	background: white;
	padding: .15em 1em .15em 1em;
	border: solid 1px;
	border-radius: 4px;
	text-decoration: none;
	margin-right: .25em;
}

#channel-changer a:hover {
	background: yellow;
}

#channel-changer a:focus {
	background: lime;
}