.budgetheading{
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	color: #24a;
}

.budgettable{
}
.budgettable tr td{
}

.topborderedrow{
	border-bottom: 0px !important;
}
.bottomborderedrow{
	border-top: 0px !important;
}
.topborderedrow td{
	border-bottom: 0px !important;
}
.bottomborderedrow  td{
	border-top: 0px !important;
}

.hiddenbudget{
	display:none !important;
}

.newbudgetlineitem{
	font-weight:bold;
	color:#0d6;
	cursor: pointer;
}

.newbudgetlineiteminput{
	width:95%;
}

.budgetamountinput{
	max-width:100px;
}

.budgetmessage{
	width:100vw;
	margin:0px;
	font-weight:bold;
	font-size:1.1em;
	padding:5px;
	color:#fff;
}

.activerow{
}

.widecard{
	
}