.calculatorResult: {
	padding: 20px;
}

.productRow {
	max-width: 1000px;
	padding-left: 5px;
	padding-right: 5px;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.vcenter {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.heatDemand {
	border: solid 2px white;
	padding: 10px;
	margin-left: 30px;
}

body {
	padding-top: 100px;
	background-color: #403635; 
	color: #FFF
}

.futescalc-header {
	background-color: #282828;
}

.row-with-separator:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
