article {
	background-color: #EEE;
	}
h1 {
	color: #CCC;
	text-shadow: 0px 0px 0.6em #558, 0.02em 0.02em 0.15em #000;
	font-size: 5vh;
	}
	
#caf {
	display: block;
	position: absolute;
	}
h4 {
	float: left;
	clear: both;
	margin-top: 10px;
	font-size: 1.3em;
	}
#control {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px; 
	padding: 10px;
	transition: background-color 0.3s ease-in-out; 
	}
#control:hover {
	background-color: #FFF;
	}
.hide {
	visibility: hidden;
	}
#control:hover .hide {
	visibility: visible;
	}
#control:hover button {
	opacity: 1;
}
.wrap {
	float: left;
	clear: both;
	}
select, #statusvak, #testvak {
	float: left;
	clear: both;
	margin: 10px 0px;
	border: 1px solid #888; 
	padding: 5px;
	font-size: 1.5em;
	font-weight: bold;
	background-color: transparent;
	}
button {
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 3px 5px;
	color: #222;
	background-color: #EE9;
	border: 1px solid #222;
	border-radius: 5px;
	font-size: 1.5em;
	font-weight: bold;
	opacity: 0.1;
	}
.sliderrange {
	position: relative;
	float: left;
	clear: left;
	margin: 20px 10px;
	width: 101px;
	height: 3px;
	background-color: #000;
	}
.slider {
	position: absolute;
	width: 9px;
	height: 9px;
	top: -3px;
	left: 47px;
	background-color: #A44;
	cursor: pointer;
	}
