/*Style Sheet for Loan Details HTML*/

.first-column {
    width: 30%;
}

.second-column {
    width: 70%;
}

.text-yes {
    color: green;
    font-weight: bold;
}

.text-no {
    color: red;
    font-weight: bold;
}