#calculator-roi {
	width: 590px;
	padding: 20px;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
#calculator-roi input {
	text-align: right;
	width: 95%;
	border: none;
	background: none;
	border-bottom: 1px solid #ffffff;
	border-radius: 0;
	font-size: 20px;
}
#calculator-roi b {
	display: block;
	margin: 0 0 0 25px;
	font-size: 13px;
	font-weight: bold;
}
#calculator-roi h2 {
	font-weight: normal;
	text-transform: uppercase;
}
#calculator-roi td {
	vertical-align: middle;
}
#calculator-roi td.b1 {
	background: #e7e7e7;
	padding: 20px 0;
}
#calculator-roi td.b2 {
	background: #555;
	padding: 20px 0;
}
#calculator-roi td.b2 * {
	color: #fff;
}
#calculator-roi td.res {
	background: #bbb;
	color: #fff;
	font-size: 20px;
}
#calculator-roi td.hi {
	background: #ccc;
	font-size: 15px;
}
#calculator-roi .roi,
#calculator-roi .ccost,
#calculator-roi .aspent,
#calculator-roi .gross {
	display: block;
	font-size: 50px;
	padding: 10px 0;
}