.calc-form .calc-form-row {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.remove-calc-row {
    text-decoration: none;
    background: url('../img/del.png');
    width: 22px;
    height: 22px;
    display: inline-block;
}

.add-calc-row {
    text-decoration: none;
    background: url('../img/add.png');
    width: 22px;
    height: 22px;
    display: inline-block;
}

.calc-table td {
    max-width: 100px;
    padding: 1%;
    vertical-align: bottom;
    font-size: 12px;
}

.calc-table td select, .calc-table td input {
    width: 98%;
}

.calc-result-row td {
    padding-top: 10px;
}

.calc-result-row {
    border-top: 2px solid #aaa;
}

.calc-table tr.row-2 td {
    padding-bottom: 10px;
}

