/*Write your custom css in this file.*/

table.custom-table-style li br {
    display: none;
}
table.custom-table-style td{
    font-size: 14px !important;
}

table.custom-table-style td li, table.custom-table-style td p  {
    font-size: 14px;
    color: black;
}
table.custom-table-style td span {
    font-size: 14px !important;
    color: black !important;
}
.item-rows {
	border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 786px)
{
    #income-expense-chart {
        display: none !important;
    }
}
