#idTabdmtfeature {
  display: none;
}
/* 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;
}

div.kfagroupproductfeatures-feature-name {
    background: transparent !important;
    border-radius: 10px;
    padding: 1rem !important;
    font-weight: 400;
    font-size: 14px;
    color: #81858b;
}

div.kfagroupproductfeatures-feature-value {
    background: transparent!important;
    color: #000000;
    padding: 1rem !important;
    font-weight: 600;
    font-size: 14px;
}

.kfagroupproductfeatures-group-title {
    padding: 1rem   !important;
    background-color: white !important;
    border-radius: 10px;
    color: #30353e;
}

.kfagroupproductfeatures-feature-container {
    border-bottom: 1px solid #81858b;
    margin: 0 !important;
}

.kfagroupproductfeatures-feature-container:last-child {
    border: none;
}