<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************** price table css ***************************/
.price-table-container *,
.price-table-container *:before,
.price-table-container *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.price-table-container {
    font-size: 14px;
}

.price-table-container sub {
    font-size: 0.5em;
}

.price-table-container .compare-btn {
    height: 30px;
    display: inline-block;
}

.price-table-container .normal-text {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}


.price-table-container .mdi {
    font-size: 24px;
}

.price-table-container .mdi-check-circle {
    color: green;
}


.price-table-container .mdi-close-circle {
    color: orangered;
}


.price-table-container .images-sprite {
    background: url(https://www.50webs.com/images/webp/packages-sprite.webp) 0 0px no-repeat;
}

.price-table-container table {
    background: #fff;
    border: none 0 #ddd;
    margin-bottom: 1.25rem;
    table-layout: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.price-table-container table thead tr th:not(.no-bkg) {
    width: 13%;
    background: #F0F0F0;
    border-bottom: 1px solid #fff;
    text-align: center
}

.price-table-container table tbody tr td:not(.no-bkg) {
    background: #FBFBFB;
    border-bottom: 1px dashed #BCBCBC;
    text-align: center;
    line-height: 1.875rem
}

.price-table-container table thead tr th .image-wrap {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    margin: 1.875rem auto 1.25rem;
    position: relative
}

.price-table-container table thead tr th .image-wrap span {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}


.price-table-container p {
    color: #747474
}

.price-table-container .details {
    margin-top: 3.125rem
}

.price-table-container table {
    width: 100%;
    border-spacing: .9375rem 0
}

.price-table-container table td {
    height: 50px
}

@media only screen and (max-width: 40em) {
    .price-table-container table td {
        height: 75px
    }
}

.price-table-container table td:first-child {
    text-align: center;
    font-weight: bold;
}

.price-table-container table thead tr th {
    text-transform: uppercase
}

.price-table-container table thead tr th.no-bkg {
    width: 22%
}


.price-table-container table thead tr th .image-wrap {
    margin-top: 0
}

.price-table-container table thead tr th div.price {
    font-size: 1.875rem;
    line-height: 3.125rem
}


.price-table-container table tbody tr td:not(.no-bkg) p {
    margin: 0
}

.price-table-container table tbody tr:last-of-type td {
    border-bottom: 0
}

.price-table-container table tbody tr i {
    font-size: 1.625rem;
    vertical-align: middle
}

.price-table-container table tbody tr i.fa-check-circle {
    color: #41AA47
}

.price-table-container table tbody tr i.fa-times-circle {
    color: #E90000
}


@media only screen and (max-width: 68.125em) {
    .price-table-container .short-compare {
        width: 98%;
        overflow: scroll;
        padding-top: .625rem !important
    }
}


.images-sprite.free {
    background-position: -4px -3px;
    width: 80px;
    height: 70px
}

.images-sprite {
    display: block;
    margin: 0 auto
}

.images-sprite.mini {
    background-position: -4px -92px;
    width: 80px;
    height: 70px
}


.images-sprite.personal {
    background-position: -4px -261px;
    width: 80px;
    height: 70px
}


.button.compare-btn {
    background-color: #FF2A0E !important;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-box-shadow: 0px -1px 0px 0px #BC1500 inset !important;
    box-shadow: 0px -1px 0px 0px #BC1500 inset !important;
    font-size: .9375rem;
    padding-left: .625rem;
    padding-right: .625rem;
    margin: 0;
    min-width: 150px;
}

</pre></body></html>