﻿.credit-calculation-tabs .tab-content h3 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}

.credit-calculation-tabs hr {
    border-bottom: 1px solid #f3525a;
}

.credit-calculation-tabs .form-control {
    height: 40px;
    padding: 5px 10px;
}

.btn-result{
     border-radius: 2px;
    width: 100%;
    white-space:normal;
}

.btn-calculate {
    background-color: #f3525a;
    color: white;
   
}

.amount-input {
    font-size: 1.1em;
}

.result-overview {
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 11;
    padding: 2em;
    color: #00a19c;
    border: 1px solid #f3525a;
}

    .result-overview div.number-result {
        display: inline-block;
        float: left;
        font-size: 2em;
        font-weight: bold;
    }

    .result-overview > hr {
        clear: both;
    }


