
.us-content-compare-title {
    font-size: 20px;
}

.us-table-compare tbody {
    color: #666;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #F8F8F8;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.us-table-compare-product .us-table-product-name {
    font-size: 16px;
    padding: 20px;
}

.us-table-compare td {
    padding: 20px 4px;
}

.us-table-compare .us-table-compare-btn td {
    padding-bottom: 0;
}

.us-table-compare tr td:first-child {
    font-size: 14px;
}

.us-table-compare td.active {
    color: #71BE00;
}

.us-table-compare .us-module-rating-stars {
    line-height: 15px;
    margin-bottom: 4px;
}

.us-table-compare-review {
    color: #545556;
    font-size: 11px;
    line-height: 15px;
}

.us-table-compare-btn .us-module-btn {
    margin: 0 auto;
    padding: 10px 15px;
}

.us-module-btn-del {
    background: #EB5757;
    color: #FFF !important;
    border-color: #EB5757;
    text-decoration: none !important;
}

.us-module-btn-del:hover {
    background: #EB5757 !important;
    border-color: #EB5757;
    opacity: .9;
}

.us-table-compare-btn .us-module-btn-green {
    margin-bottom: 20px;
}