
.compare-ul {
	align-content: center;
	list-style-type:none;
	margin:0;
	padding:0;
}

.compare-ul li {
	margin: 1px 5px 1px 5px;
	padding: 1px;
	position:relative;
	width:80%;
	height:22px;
}

.compare-ul label, .compare-ul input {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: Khaki;
	color: brown;
	font-size: 15px;
}

.compare-ul input[type="radio"] {
	opacity	:0.01;
}

.compare-ul input[type="radio"]:checked + label {
	background:LightCoral;
	color: white;
}

.compare-ul input[value="1"]:checked + label {
	background:green;
	color: yellow;
}

.compare-ul label {
	padding:0px;
	border:1px solid #CCC; 
	cursor:pointer;
}

li:focus {
	outline: none;
}


.compare-ul label:hover {
	background:#DDD;
}




















	
