#amt-budget-form {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}
#amt-budget-form input,
#amt-budget-form select,
#amt-budget-form textarea {
    width: 100%;
    margin-bottom: 10px;
}
#amt-transactions {
    width: 100%;
    border-collapse: collapse;
}
#amt-transactions th, #amt-transactions td {
    border: 1px solid #ccc;
    padding: 8px;
}
