
/* Base */

#oqs_body {
	position: relative;
	width: 640px;
	height: 480px;
	
	font-size: 18px;
	background-size: 100% 100%;
}

#oqs_header, #oqs_top, #oqs_mid, #oqs_bottom {
	position: absolute;

	padding: 18px;

	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
	font-size: 18px;
}



#oqs_top {
	top: 72px;
	left: 0px;
}

#oqs_video {
	width: 640px;
	height: 360px;
}

#oqs_ui {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	
	margin:0px;

	display:flex;
	align-items: flex-end;

	width: 598px;
	height: 480px;

	color: #ffffff;
}

#oqs_bottom_sys {
	left: 600px;
	top: 420px;

	width: 60px;
	height: 60px;
}

select#oqs_hint_disp {
	display: none;
}


.oqs_block {
	display: inline-block;
}
