
table{
    position:relative;
    overflow:hidden;
    width:100%;
    max-width:100%;
    color:#4a5669;
    text-align:center;
    background-color:#fff;
    border:2px solid #e6e9ee;
    border-collapse:separate;
    border-radius:12px
}
table.table-layout-fixed{
    table-layout:fixed
}
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;
    font-family:Montserrat,sans-serif;
    background-color:#0098ef;
    border-top-left-radius:12px;
    border-top-right-radius:12px
}
table tr td,table tr th{
    padding:15px;
    line-height:24px;
    vertical-align:middle;
    border-bottom:1px solid #e6e9ee
}
table thead tr th{
    color:#a0abbc;
    background-color:#f0f2f5;
    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 td button,table tr th button,table tr td .button,table tr th .button{
    width:100%
}
table tr .highlight{
    color:#0098ef;
    font-size:20px;
    font-family:Montserrat,sans-serif
}
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-overflow:ellipsis;
    text-align:right;
    white-space:nowrap
}
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{
    table-layout:fixed
}
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{
    padding-top:30px;
    padding-bottom:30px
}
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:bold
}
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{
    padding-top:30px;
    padding-bottom:30px
}
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-feature-group td{
    background-color:#f0f2f5
}
