#smokingcalc_form {
	margin: 0px;
	padding: 0px;
}
#smokingcalc_form tr td , #smokingcalc_form tr td div{
	text-align: right;
}

.outputtd {
	background-color: #EEE;
}

#cost_per_day {
font-weight:bold;
}

#cost_per_week {
font-weight:bold;
}

#cost_per_month {
font-weight:bold;
}

#cost_per_year {
font-weight:bold;
}

#cost_to_date {
font-weight:bold;
}

#additional_cost, #future_cost {
font-weight:bold;
color:red;
}

#amount_saved {
font-weight:bold;
color:green;
}

