#mytz0-plan-price-preview td{
    width:100%;
}

table tr.table-row-may-hide td, table tr.table-row-may-hide th{
    transition: all .15s;
}
table tr.table-row-may-hide.hide{
    display:table-row!important;
}
table tr.table-row-may-hide.hide td, table tr.table-row-may-hide.hide th{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
    color:transparent;
    opacity:0;
}

.card-content.wc-product-single-price .ingite-store-plan-price-table{
    margin-top: -1rem;
    margin-left:-1rem;
    width:calc(100% + 2rem);
}

#content-single-product .ingite-store-plan-price-table td,
#content-single-product .ingite-store-plan-price-table th{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

span.mytz0-product-plan-price-range-start{
    min-width: 34px;
    display: inline-block;
    text-align:center;
}

span.mytz0-product-plan-price-range-end{
    min-width: 34px;
    display: inline-block;
    text-align:center;
}

.ingite-store-plan-price-table .children-a-with-underline a{
    text-decoration: underline;
}
