.LoanSummary{
    height: auto;
}
.LoanSummary_filter{
    width: 50%;
    display: flex;
    margin-top: 1em;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}
.LoanSummary_filter_title{
    height: auto;
}
.LoanSummary_table{
    width: 90%;
    margin-left: 5%;
    height: auto;
}