.calculator-growth-table-title {
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #363636;
    text-align: center;
    margin-bottom: 15px;
}

.calculator-growth-table-title div {
    flex: 1;
}

.calculator-growth-table thead th {
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.calculator-growth-table, .calculator-growth-table td, .calculator-growth-table th {
    border: none;
    border-top: none !important;
}

.calculator-growth-table td {
    padding: 15px 0 0;
}

.calculator-growth-table td:first-child, .calculator-growth-table th:first-child {
    padding-right: 15px;
}

.calculator-growth-table tbody>tr:first-child>td {
    padding-top: 5px;
}

.calculator-growth-table tbody>tr:nth-child(odd)>td, .calculator-growth-table tbody tr:hover>td {
    background: none;
}

.calculator-growth-chart {
    background-color: #F8F8F8;
    margin-top: 20px;
    padding: 10px;
}

.calculator-growth-chart-submit {
    margin: 30px auto 0;
    max-width: 500px;
}

.calculator-growth-chart-submit input {
    font-size: 19px;
    border-radius: 0;
    font-weight: 600;
    padding: 6px 16px 6px 16px;
}

@media all and (min-width: 768px) {
    .calculator-growth-chart {
        padding: 20px 40px 40px;
    }
}