/* feature compare */
.box_compare {
    border:1px solid #2d5b6f;
        color:#000;
        width: auto !important; width: 100%;
        background:#FFF;
        margin-bottom:5px;
        padding:0 0 0 0;
}
.box_compare_title {
        padding: 1px 0 1px 10px;
        background: #D1DCE2;
        font-size: 12px;
        line-height: 18px;
        font-weight:bold;
        color:#333;
}
.feature_box {
        font-size:11px;
        margin:0;
        border-collapse:collapse;
        padding:5px;
}
.feature_dashed {
        border-right:1px dashed #D1DCE2;
}
.feature_list {
        line-height:18px;
        padding-left: 5px;
}
.feature_list span {
        color:#c0c0c0;
}

.feature_list .count {
        color:#666;
}
.feature_list .active {
   color:#F60;
   text-decoration:underline;
}
.feature_title {
        font-size:11px;
        line-height:16px;
        padding-left: 5px;
        margin-bottom: 5px;
        font-weight:bold;
        color: #333;
}
.feature_line_button {
        margin-top: 5px;
        padding-left: 5px;
}
.features_checkbox {
        margin: 0;
        padding: 0;
}
.button_compare {
        height:18px;
        border: 1px #bfbfbf solid;
        border-collapse:collapse;
}
.active {
        color:#F60;
        text-decoration:none;
}
.checkbox_filter {
      width: 10px;
      height: 10px;
      vertical-align:middle;
}


