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

#program-headline {
	position: fixed;
	bottom: 1vh;
	left: 0;
	right: 1vh;
	text-align: right;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
}

#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;
}