#stepOutput {
	display: none;
}
.row {
	clear: both;
}

.first, .second, .third, .fourth, .fifth, .sixth {
	float: left;
}
.first {
	width: 15em;
}
.second, .third, .fourth, .fifth, .sixth {
	width: 10%;
}

.totals .first {
	width: 15em;
}

.totals .second {
	text-align: right;
}

#electricityUsage, #savingsCharge, #cojCharge {
	margin-left: 5px;
	margin-right: 5px;
}
#vat, #savingsVAT, #cojVAT {
	border-bottom: solid 1px black;
	margin-left: 5px;
	margin-right: 5px;
}
#totalMonth, #savingsTotal, #cojTotal {
	border-bottom: double 3px black;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

h4 {
	font-weight: bold;
}
