h2.calcform-name {
    font-size: 30px;
    line-height: 40px;
}

.currency {
  padding-left: 12px;
}

.currency-symbol {
  position: absolute;
  padding: 12px 5px;
}

.head-row {
    background: #000056;
    color: #ffffff;
}

.head-row td {
    padding: 5px 10px;
}

.internal-row td {
    padding: 5px 2px;
}

.internal-row select {
    background: #f2f2f2;
    border-radius: 0;
    height: 43px;
    padding: 0 30px 0 5px;
    border: 1px solid #eceef0;
    background-image: url(/wp-content/uploads/2019/12/sort-down-solid-1.svg);
    background-repeat: no-repeat;
    background-position: 95% 40%;
    background-size: 8%;
}

.child-row-2, .child-row-3, .child-row-4 {
    display:none;
}
.add-child-row-2, .add-child-row-3, .add-child-row-4 {
    display:none;
}
.Paysmart-Fees {
    display:none;
}
.add-child-btn, .reset-btn {
    background: #cdeeff !important;
    font-weight: bold !important;
    width: auto !important;
    padding: 15px 10px !important;
    min-width: 260px;
    color: #18202b !important;
}

.add-child-btn:hover, .reset-btn:hover {
    cursor: pointer;
}