.skin-10-container .value{
    border: 2px solid lightgray;
    border-width: 2px 0px;
    padding: 5px 0px;
}
.skin-10-child{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:40px;
	height: 40px;
	display: inline-block;
	border:0;
	margin: 3px 3px 3px 0px;
}
.skin-10-child.selected_wvas{
	position:relative;
	opacity: 1;
}
.skin-10-child.selected_wvas:before{
	content:'';
	background-color: #cccccc;
	display: inline-block;
	width:100%;
	height: 100%;
	position:absolute;
	top:0px;
	opacity: 0.6;
}
