/* Minification failed. Returning unminified contents.
(20,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
 */
.affordability-calculator{
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.affordability-currency-input{
    width: 100%;    
}

.affordability-calculator input {
    display: inline-block;
    float: left;
    width: 96%;
    height: 40px;
    letter-spacing: 1px;
    padding: 0 0 0 15px;
    margin: 15px 0 0 0;
@media (max-width: 480px){
    width: 96%;
}
}

.affordability-add-field button {
    margin: 15px 0 0 0;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 0 0 15px;
    position: relative;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #c227b9;
    color: #fff !important;
    border-radius: 0;
    font-weight: 300;
    overflow: hidden;
    font-size: inherit;
    letter-spacing: 1px;
    width: 49%;
    float:left;
}

.affordability-reset-field button {
    margin: 15px 0 0 0;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 0 0 15px;
    position: relative;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #c227b9;
    color: #fff !important;
    border-radius: 0;
    font-weight: 300;
    overflow: hidden;
    font-size: inherit;
    letter-spacing: 1px;
    width: 50%;
    float: right;
}

.affordability-message {
    margin: 15px 0 0 0;
}

.affordability-currency {
    padding-left: 12px;
}

.affordability-currency-symbol {
    position: relative;
    float: left;
    margin-right: 5px;
    padding: 24px 3px;
    color: #c227b9;
    font-size: 14px;
    display: inline-block;
}

