﻿.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;
    font-family: 'Roboto', sans-serif;
}

    
    .result-overview > hr {
        clear: both;
    }


    .result-text {
        
        font-size:1.0em;
        color:black;
        border-right: 1px solid #f3525a;
        text-align:justify
    }

    .result-text:last-child{
        border-right: none;
    }

    .credit-calculation-tabs hr{
        clear:both;
    }

    #loading{
        width:100%;
        text-align:center;
        font-size:2em;
    }

    .result-text .header-text{
        font-size:1.3em;
        font-weight:bold;
        width:100%;
        margin-bottom:20px;
    }

    .result-text b {
        font-weight:bold;
        color:#f3525a;
    }
