.compare_table{
    border: 0;
    font-size: 13px;
    margin-bottom: 40px;
}
.compare_table td{
    white-space: normal !important;
}
.compare_table thead th{
    font-size: 14px;
    border: 0 !important;
}
.compare_product{
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-weight: normal;
}
.product_wrapper{
    position: relative;
    display: inline-block;
}
.compare_product a{
    display: inline-block;
}
.compare_product a img{
    display: inline-block;
    max-width: 180px;
    max-height: 100px;
}
.compare_product a .name{
    display: block;
    font-size: 16px;
    margin: 5px 0;
}
.param_name{
    font-weight: bold;
}
.product_param_value{
    text-align: center;
}
.same .product_param_value{
    background-color: #f1fff0;
}
.del_compare{
    padding: 5px;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
}