<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type="checkbox"]  {
box-sizing: border-box;
padding: 0;
}

input.calc-sum {
	font-family: Verdana, Arial;
	color: #5C5C5C;
	width: 300px;
}

select.calc-sel {
	font-family: Verdana, Arial;
	color: #5C5C5C;
	width: 300px;
}

select.calc-sel-lstg {
	font-family: Verdana, Arial;
	color: #5C5C5C;
	width: 160px;
}

div.calc-block {
/*
	width: 600px;
	height: 800px
*/
}


div.calc-row {
	margin: 0px;
	height: 30px;
}

.calc-row.calc-result {height:auto;}

div.calc-label {
	float: left;
	height: 22px;
	width: 150px;
	padding-top: 2px;
}

#calc-label-dbl-lstg {
	width: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

div.calc-input {
	height: 22px;
	float: left;
}

input.calc-button {
	height: 28px;
	width: 110px;
	margin-left: 345px;
}

span.calc-result {
	font-weight: bold;
	height: 30px;
	
}

span.calc-error {
	color: #FF0000;
}

#resultCosts {
	font-weight: bold;
}

div.calc-result {
	padding-left: 30px;
	height: 170px;
	
}

div.calc-label-after {
	padding-left: 5px;
    width: 15px;
}
</pre></body></html>