#kfagroupproductfeatures table td img {
    vertical-align: middle;
}

.kfagroupproductfeatures-group-title {
	margin: 15px auto 0 auto;
	background-color: whitesmoke;
	padding: 5px 0;
}

table.kfagroupproductfeatures-table {
	background-color: white;
	width: 100%;
}

.kfagroupproductfeatures-icon_yes {
    color: limegreen;
}

.kfagroupproductfeatures-icon_no {
    color: crimson;
}

.kfagroupproductfeatures-group-title-icon {
    margin: auto 4px;
    vertical-align: middle;
}

div.table-data-sheet {
    border-bottom: none;
}

.kfagroupproductfeatures-row {
    clear: both;
}

.kfagroupproductfeatures-group-title.row {
    margin-top: 30px;
}
td.kfagroupproductfeatures-feature-name {
	padding: 5px 15px 3px 3px;
}

.kfagroupproductfeatures-feature-name {
	vertical-align: top;
}

@media (max-width: 991px) {
	.kfagroupproductfeatures-feature-name {
		width: 35%;
	}
}

@media (min-width:992px) {
	.kfagroupproductfeatures-feature-name {
		width: 30%;
	}
}

.kfagroupproductfeatures-feature-multi-value {
	display: block;
}

.kfagroupproductfeatures-table .odd {
	background-color: #fafafa;
}

.kfagroupproductfeatures-table .even {
	background-color: whitesmoke;
}