.ingite-plan-price-table{
    width:100%;
    &:not(.auto) tr:not(.hide) td{
        width:100%;
    }
    .ingite-plan-price-period-row{
        border-bottom:0;
        td:first-child, th:first-child{
            padding-left:0;
        }
        td, th{
            padding:2px 4px;
            min-height: 20px;
            line-height: 20px;
        }
        td:last-child, th:last-child{
            text-align:right;
            padding-right:0;
        }
        td:nth-child(3), th:nth-child(3){
            width: 50px;
            min-width: 50px;
        }
    }

    tbody tr.ingite-plan-price-period-row:first-child th,
        tbody tr.ingite-plan-price-period-row:first-child td{
        padding-top:1rem;
    }
    tbody tr.ingite-plan-price-period-row:last-child th,
        tbody tr.ingite-plan-price-period-row:last-child td{
        padding-bottom:1rem;
    }
}