table.budget {
    border-collapse: collapse;
    text-align: right;
    padding-left: 3px;
}
table.budget tr.title {
    font-weight: bold;
}
table.budget tr.section {
    margin-top: 20px;
    font-weight: bold;
}
table.budget tr.section {
    line-height: 30px;
    vertical-align: text-bottom;
}
table.budget td:first-child {
    text-align: left;
}
table.budget tr.subtotal, tr.total, tr.grandtotal {
    background: #cccccc;
}
table.budget tr.total td:first-child, tr.subtotal td:first-child, tr.grandtotal td:first-child  {
    font-weight: bold;
    text-indent: 20px;
    width: 230px;
}
table.budget tr.grandtotal td:first-child {
    text-indent: 0px;
}
table.budget tr:hover {
    background: #a85409;
    color: black;
}
table.budget td {
    padding-left: 20px;
}
table.budget tr.subline td:first-child {
    text-indent: 20px;
}
table.budget tr.subsection td:first-child {
    text-decoration: underline;
}
table.budget tr.grandtotal {
    line-height: 60px;
}

