.leasing-calc-row {
    height: 56px;
    padding: 0 0 0 15px !important;
    margin-bottom: 0 !important;
    position: relative;
    margin: 0;
    margin-top: -1px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #EBEBEB;
    box-shadow: inset 0 0 0 1px #EBEBEB;
}

.leasing-calc-row label:not(.inline-label) {
    margin: 0;
    width: 240px;
    height: 55px;
    line-height: 55px !important;
    float: left;
    font-weight: bold !important;
    margin: 0 !important;
}

.leasing-calc-row input[type="text"] {
    width: calc(100% - 240px);
    height: calc(100% - 2px);
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
    position: relative;
    top: 1px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 54px !important;
}

.leasing-calc-period input {
    display: none;
}

.leasing-calc-period-wrap {
    overflow: hidden;
}

.leasing-calc-period .inline-label {
    padding: 15px 0 0 0;
    margin: 0;
    float: left;
    margin-left: -1px;
    width: calc(20% + 1px);
    text-align: center;
    border: 1px solid #EBEBEB;
    height: 55px;
    line-height: 1;
    cursor: pointer;
    position: relative;
}

.leasing-calc-period .leasing-calc-period-wrap label:first-of-type {
    width: 20% !important;
    margin-left: 0;
}

.leasing-calc-period input:checked+.inline-label {
    border-color: #67c264;
    z-index: 999;
}

.leasing-calc table td {
    padding: 10px 0;
    border-color: #EBEBEB;
}

.leasing-calc table td:first-child {
    width: 60%;
    font-weight: bold;
}

.leasing-calc table td:last-child {
    text-align: right;
}