/* DIV mode */

.kfagroupproductfeatures-group-title {
	margin: 15px 0 10px 0;
}

div.kfagroupproductfeatures-row {
	clear: both;
	padding: 5px;
}

div .kfagroupproductfeatures-feature-name,
div .kfagroupproductfeatures-feature-value {
	padding: 7px;
}

div.kfagroupproductfeatures-feature-name {
	float: right;
	width: 25%;
	background: #fafafa;
}

div.kfagroupproductfeatures-feature-value {
	background: #fafafa;
	margin-right: 27%;
}

div.kfagroupproductfeatures-feature-value.yes {
	background: #f7fff7;
}

div.kfagroupproductfeatures-feature-value.no {
	background: #fff7f7;
}

@media (max-width: 992px) {
	div.kfagroupproductfeatures-feature-name {
		width: 35% !important;
	}

	div.kfagroupproductfeatures-feature-value {
		margin-right: 37% !important;
	}
}

.kfagroupproductfeatures-feature-container {
    overflow: auto;
	margin-top: 10px;
}

.kfagroupproductfeatures-feature-value.not-last {
	margin-bottom: 3px;
}