#idTabdmtfeature {
    padding: 0px 0px;
}
#dmtcategoryfeature h3 {
    color: #f06584;
    display: block;
    font-size: 17px;
    height: 24px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0 30px 0 0;
    position: relative;
}
#dmtcategoryfeature h3::before {
    content: "\e5c3";
    font-size: 13px;
    font-family: "FontG";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 24px;
}
#dmtcategoryfeature {
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#dmtcategoryfeature_inner {
    border-spacing: 0;
    display: table;
    width: 100%;
}
#dmtcategoryfeature .features {
    background-color: #FFFFFF;
    display: table-row;
    width: 100%;
}
#dmtcategoryfeature .features:last-child {
    margin-bottom: 0;
}
#dmtcategoryfeature .features.colored {
    background-color: #F5F5F5;
}
#dmtcategoryfeature .features .feature_name {
    color: #444444;
    border-left: 1px solid #eaeaea;
    display: table-cell;
    line-height: 30px;
    padding: 4px 5px 6px;
    text-align: right;
    text-shadow: 0 1px 1px #ffffff;
    vertical-align: middle;
    width: 20%;
}
#dmtcategoryfeature .features.colored .feature_name {
    border-left: medium none;
    background-color: #F5F5F5;
}
#dmtcategoryfeature .features .feature_value {
    display: table-cell;
    line-height: 30px;
    padding: 4px 5px 6px;
    vertical-align: middle;
    width: 80%;
    white-space: pre-line;
    position: relative;
}
#dmtcategoryfeature .features.colored .feature_value {
    background-color: #F5F5F5;
}
#dmtcategoryfeature .features .feature_value.cross::before,
#dmtcategoryfeature .features .feature_value.tick::before {
    content: "";
    font-size: 20px;
    font-family: "FontG";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
}
#dmtcategoryfeature .features .feature_value.cross::before {
    content: "\e15c";
    color: #c50000;
}
#dmtcategoryfeature .features .feature_value.tick::before {
    content: "\e86c";
    color: #1aac5b;
}
#dmtcategoryfeature .features .feature_value img {
    margin-top: 3px;
}