table,
table tr td .button,
table tr td button,
table tr th .button,
table tr th button {
    width: 100%
}
table {
    border-spacing: 0;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    color: #4a5669;
    background-color: #fff;
    border: 2px solid #e6e9ee;
    border-collapse: separate;
    border-radius: 12px
}

table.table-has-caption {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

table caption {
    padding: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #0098ef;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

table thead tr th,
table.table-layout-product-comparison tr.product-feature-group td {
    background-color: #f0f2f5
}

table tr td,
table tr th {
    padding: 15px;
    line-height: 24px;
    vertical-align: middle
}

table.table-layout-product-comparison tr.product-header td,
table.table-layout-product-comparison tr.product-order td {
    padding-top: 30px;
    padding-bottom: 30px
}

table thead tr th {
    color: #a0abbc;
    border-bottom: 2px solid #e6e9ee
}

table tr:last-of-type:not(:first-of-type) td,
table tr:last-of-type:not(:first-of-type) th {
    border-bottom: 0
}

table tfoot tr td,
table tfoot tr th {
    border: 0
}

table tfoot tr:first-of-type td,
table tfoot tr:first-of-type th {
    border-top: 2px solid #e6e9ee
}

table tr .highlight {
    color: #0098ef;
    font-size: 20px
}

table tr .responsive-th {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 4%;
    width: 44%;
    color: #a0abbc;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: right
}



table.table-layout-domain tr td:nth-of-type(1) {
    width: 10%
}

table.table-layout-domain tr td:nth-of-type(2) {
    width: 50%;
    text-align: left;
    word-break: break-all
}

table.table-layout-domain tr td:nth-of-type(3),
table.table-layout-domain tr td:nth-of-type(4) {
    width: 20%
}

table.table-layout-product-comparison thead {
    display: none
}

table.table-layout-product-comparison tr:not(.product-feature-group) td:first-of-type {
    color: #a0abbc
}

table.table-layout-product-comparison tr.product-header td h4 {
    margin-top: 0!important
}

table.table-layout-product-comparison tr.product-header td p:not(.product-price) {
    margin-top: 0!important;
    color: #a0abbc;
    font-size: 14px;
    line-height: 24px
}

table.table-layout-product-comparison tr.product-header td p.product-price {
    position: relative;
    color: #0098ef;
    font-size: 32px;
    font-weight: 700
}

table.table-layout-product-comparison tr.product-header td p.product-price .term {
    position: absolute;
    bottom: -8px;
    margin-left: 4px;
    font-size: 12px
}
table.table-layout-product-comparison tr.product-order td .button,
table.table-layout-product-comparison tr.product-order td button {
    width: auto
}

table.table-layout-product-comparison tr.product-order td .button,
table.table-layout-product-comparison tr.product-order td button {
    width: auto
}

.content-row .content-header+.column-row,
.column-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px
}

.column-row.column-row-flex-width {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.column-row:not(:first-child) {
    margin-top: 30px
}

.column-row.align-center,
.column-row.align-center-bottom,
.column-row.align-center-center,
.column-row.align-center-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.column-row.align-left-bottom,
.column-row.align-left-center,
.column-row.align-left-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.column-row.align-right-bottom,
.column-row.align-right-center,
.column-row.align-right-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.column-row.align-center-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.column-row.align-left-center,
.column-row.align-right-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.column-row.align-center-bottom,
.column-row.align-left-bottom,
.column-row.align-right-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.column-row>.column-20,
.column-row>.column-25,
.column-row>.column-30,
.column-row>.column-33,
/*.column-row>.column-40,*/
.column-row>.column-50,
.column-row>.column-60,
.column-row>.column-66,
.column-row>.column-70,
.column-row>.column-75,
.column-row>.column-80,
.column-row>.column-flex {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.column-row>.column-20 {
    width: 20%
}

.column-row>.column-25 {
    width: 25%
}

.column-row>.column-30 {
    width: 30%
}

.column-row>.column-33 {
    width: 33.33%
}

.column-row>.column-40 {
    width: 40%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.column-row>.column-50 {
    width: 50%
}

.column-row>.column-60 {
    width: 60%
}

.column-row>.column-66 {
    width: 66.66%
}

.column-row>.column-70 {
    width: 70%
}

.column-row>.column-75 {
    width: 75%
}

.column-row>.column-80 {
    width: 80%
}