.green-compare-other-table table:not([cellpadding]) th,
.green-compare-other-table table:not([cellpadding]) td {
    padding: 0.4rem;
}

.green-compare-other-table table[border]:not([border="0"]):not([style*="border-width"]) th,
.green-compare-other-table table[border]:not([border="0"]):not([style*="border-width"]) td {
    border-width: 1px;
}

.green-compare-other-table table[border]:not([border="0"]):not([style*="border-style"]) th,
.green-compare-other-table table[border]:not([border="0"]):not([style*="border-style"]) td {
    border-style: solid;
}

.green-compare-other-table table[border]:not([border="0"]):not([style*="border-color"]) th,
.green-compare-other-table table[border]:not([border="0"]):not([style*="border-color"]) td {
    border-color: #ccc;
}

.green-compare-other-table figure {
    display: table;
    margin: 1rem auto;
}

.green-compare-other-table figure figcaption {
    color: #999;
    display: block;
    margin-top: 0.25rem;
    text-align: center;
}

.green-compare-other-table hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}

.green-compare-other-table code {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: 0.1rem 0.2rem;
}

.green-compare-other-table .mce-content-body:not([dir=rtl]) blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem;
}

.green-compare-other-table .mce-content-body[dir=rtl] blockquote {
    border-right: 2px solid #ccc;
    margin-right: 1.5rem;
    padding-right: 1rem;
}
