body html {
	padding: 0px;
	height: 100%;
	margin: 0px;
}

marquee {
	color: white;
	z-index: 2000;
}

.tv-title {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 98%;
	height: 30px;
	padding-left: 3px;
	font-size: 1.2em;
	font-family: Verdana;
	z-index: 2000;
	/*background: rgba(80, 80, 80, 0.5);*/
	color: white;
	vertical-align: center;
}

.tv-title-next {
	position: absolute;
	left: 10px;
	top: 35px;
	width: 98%;
	height: 30px;
	padding-left: 3px;
	font-size: 1.2em;
	font-family: Verdana;
	z-index: 2000;
	/*background: rgba(80, 80, 80, 0.5);*/
	color: blue;
	vertical-align: center;
}

.tv-title-performer {
	position: absolute;
	left: 10px;
	top: 65px;
	width: 98%;
	height: 30px;
	padding-left: 3px;
	font-size: 1.2em;
	font-family: Verdana;
	z-index: 2000;
	/*background: rgba(80, 80, 80, 0.5);*/
	color: white;
	vertical-align: center;
	visibility: hidden;
}

.tv-playlist {
	position: absolute;
	right: 5;
	top: 10;
	z-index: 2000;
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 300px;
	background-color: gray;
}


.tv-playlist-item {
	width: 180px;
	height: 20px;
	background-color: blue;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: hand;
}

.tv-playlist-item-close {
	position: absolute;
	right: 2px;
	top: 1px;
	width: 180px;
	height: 20px;
	background-color: blue;
}

.tv-notice {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 100;
	margin: auto;
	text-align: center;
	color: white;
	font-size: 3em;
	font-family: Verdana;
	background: rgba(2, 2, 2, 1);
	border: 1px solid green;
	z-index: 20000;
}

.tv-screen {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
}

.qrcode-title {
	position: fixed;
	top: 5%;
	width: 100%;
	background-color: black;
	color: yellow;
	font-weight: bold;
	cursor: hand;
	font-size: 30px;
	z-index: 2000;
	padding-bottom: 50px;
}

.qrcode-content {
	position: fixed;
	top: 20%;
	width: 100%;
	z-index: 2000;
	padding: 0;
	margin: auto;
}

.qrcode-close {
	position: fixed;
	bottom: 30%;
	width: 100%;
	background-color: black;
	color: red;
	font-weight: bold;
	font-size: 16px;
	cursor: hand;
	z-index: 2000;
}

.qrcode-footer {
	position: fixed;
	bottom: 10px;
	width: 100%;
	background-color: black;
	color: yellow;
	font-size: 10px;
	z-index: 2000;
	padding: 0;
	margin: auto;
}

.show-qrcode-popup {
	position: fixed;
	left: 1vw;
	top: 0vh;
	width: 96px;
	height: auto;	
	z-index: 5000;
	cursor: hand;
}

.hkara-logo {
	position: fixed;
	left: 1vw;
	top: 0.5vh;	
	z-index: 5000;
	cursor: hand;
}

.hkara-logo-right {
	position: fixed;
	right: calc((1vw + 1vh)/2) ;
	top: calc((1vw + 1vh)/2);	
	z-index: 5000;
	cursor: hand;
}

.hkara-playlist-logo {
	position: fixed;
	left: calc((1vw + 1vh)/2);
	top: calc((1vw + 1vh)/2);	
	z-index: 5000;
	cursor: hand;
}