/**
	@title Quicken for Mac
	@description styles for the Budget sections
	@author Jeff Parker

 
	Jeff Parker		04/11/16	Shim to hide 1-month budget header. Using this separate file since "budget.css" file is shared by other reports
 	Jeff Parker		04/19/16	fixed spacing iissue caused by previous change

*/


/* hide 1 month header */
h1#pageTitle {
    display:none;
}

.budgetDateRange {
    top: 1px;
}
#outerWrapper .settingsButton {
    display:none;
}
.savingsGoalsTableWrapper{
    margin-top:0px;
}
