.income-table {
    table-layout: fixed;
    width: 100%;
}
.income-table th,
.income-table td {
    vertical-align: middle;
    white-space: normal;
}
.text-green {
    color: #54830A;
}