/* DIV mode */
.data-sheet.kfagroupproductfeatures-table {
	display: block;
}
.kfafeaturespro-group-title{
color:#111
}
.kfagroupproductfeatures-group-title {
	margin: 35px 0 10px 0;
}

.kfagroupproductfeatures-row {
	clear: both;
	padding: 5px;
}

 .kfagroupproductfeatures-feature-name,
 .kfagroupproductfeatures-feature-value {
	padding: 7px;
}

.kfagroupproductfeatures-feature-name {
	background: #f0f0f0;
	float: right;
	width: 25%;
}

.kfagroupproductfeatures-feature-value {
	margin-right: 27%;
	background: #fcfcfc;
}

.kfagroupproductfeatures-feature-value.yes {
	background: #f7fff7;
}

div.kfagroupproductfeatures-feature-value.no {
	background: #fff7f7;
}

@media (max-width: 992px) {
	.kfagroupproductfeatures-feature-name {
		width: 35% !important;
	}

	div.kfagroupproductfeatures-feature-value {
		margin-right: 37% !important;
	}
}