/**
* 2016 TerraNet
*
* NOTICE OF LICENSE
*
* @author    TerraNet
* @copyright 2016 TerraNet
* @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/

.feature-name {
    color: #333;
    background: #f6f6f6;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-name h4.page-product-heading {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    line-height: 50px;
}

#add-to-compare-or-refuse {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 1.5rem;
}

.compare-link-page {
    display: none;
}

.features-box {
    overflow-x: scroll;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

.feature-compare {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: #ffffff;
    min-width: 100%;
}

.features-box .product-title a {
    color: #acaaa6;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}

.pull-right {
    float: right;
}

.feature-compare tr.items:hover td {
    background: #f6f6f6;
}

table.feature-compare tr.items td {
    min-width: 200px;
}

table.feature-compare .edit-func {
    position: relative;
    text-align: center;
}

table.feature-compare .remove-from-compare {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    cursor: pointer;
}

#compare-header-info {
    display: inline-block;
}

.compare-link {
    margin-top: .9375rem;
    display: inline-block;
    padding-left: 10px;
}

#compare-header-info.hidden {
    display: none;
}

table.feature-compare tr.items td.name_feature {
    min-width: initial;
    max-width: 150px;
}
