


.pricing-matrix, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    width: 97%;
}

.pricing-row-label
{
	width:30%;
}
.pricing-row-item
{
	width:14%;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pricing-matrix .pricing-group-label {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 4px 0 hsla(0,0%,61%,.4);
    box-shadow: 0 2px 4px 0 hsla(0,0%,61%,.4);
    font-weight: 800;
}

.pricing-matrix .pricing-group-label {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 4px 0 hsla(0,0%,61%,.4);
    box-shadow: 0 2px 4px 0 hsla(0,0%,61%,.4);
    font-weight: 800;
}

.pricing-matrix th, .pricing-matrix th td {
    text-align: center;
}

.pricing-matrix .pricing-group-label {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 4px 0 hsla(0,0%,61%,.4);
    box-shadow: 0 2px 4px 0 hsla(0,0%,61%,.4);
    font-weight: 800;
}


.pricing-row {
    border-bottom: 1px solid #e4e4e4;
    padding-left: 20px;
    /* padding-right: 20px; */
}


.pricing-matrix td, .pricing-matrix th {    
    font-size: 14px;
    padding: 12px;
}
.pricing-row-item {
    text-align: center;
    border-left: 1px solid #e4e4e4;
    min-height: 56px;
}