@CHARSET "UTF-8";

body {
	width				:	100%; 
	height				:	100%; 
	background-color	:	#111;
	font-size			:	12px;
	font-size			:	1.5vm;		/* 16px; */
	font-size			:	1.5vmin;
	overflow			:	hidden;
}

a {
	color				:	inherit;
	text-decoration		:	none;
}

#ss {
	position			:	absolute;
	left				:	0%;
	top					:	0%;
	width				:	100%;
	height				:	100%;
	background-color	:	#111;
}

.sc {
	position			:	absolute;
	height				:	20%;
	transition			:	all 2.0 ease-in-out;
}

.q {
	opacity				:	0;
	z-index				:	-1;
	
	width				:	20%;
	position			:	absolute;
	right				:	50%;
	bottom				:	50%;
	
	font-family			:	"Lucida Sans Unicode", "Lucida Grande", sans-serif; /*"Trebuchet MS", Helvetica, sans-serif; */
	font-size			:	1em;
	color				:	#444;
	
	transition			:	opacity 0.5s 0s ease-in-out, z-index 1s 0s ease-in-out;
}

.q.show {
	opacity				:	1.0;
	z-index				:	9999;
	
	transition			:	opacity 1s 0.5s ease-in-out, z-index 0.5s 0.5s ease-in-out;
}

.q a {
	text-decoration		:	underline;
}

.q.right .qinner:before {
	content				:	'';
	position			:	absolute;
	top					:	50%;
	right				:	-7%;
	width				:	0;
	height				:	0;
	border-style		:	solid;
	border-width		:	1.5em 0 1.5em 4em;
	border-color		:	transparent transparent transparent #B8D174;
	z-index				:	8888;
}

.q.left .qinner:before {
	content				:	'';
	position			:	absolute;
	top					:	50%;
	left				:	-7%;
	width				:	0;
	height				:	0;
	border-style		:	solid;
	border-width		:	1.5em 4em 1.5em 0;
	border-color		:	transparent #B8D174 transparent transparent;
	z-index				:	8888;
}

.qinner {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #B8D174;
	border-radius: 20px;
	padding: 10px;
}

.qinner table {
	position			:	relative;
	z-index				:	10000;
}

#qtext1, #qtext2, #qtexts {
	width: 100%;
}

#sfacts1, #sfacts2 {
	padding-top: 10px;
	padding-right: 10px;
	font-size: 0.75em;
}

#left, #right {
	width: 4%;
}

#logo {
	width: 40%;
}

.control {
	width		:	8%;
	height		:	6%;
	position	:	absolute;
	top			:	6%;
	z-index		:	99999;
	opacity		:	0.4;
}

.control:hover {
	opacity		:	1.0;
}
