
div.lopputulos {
	font-weight: bold;
}
table.kustannuslaskuri {
	border: 1px solid black;
	width: 780px;
	margin-top: 10px;		
}
table.kustannuslaskuri tr {
	height: 20px;
}
table.kustannuslaskuri td {
	padding: 3px;
}
table.kustannuslaskuri tr.paaotsikko {
	background-color: #ccc;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
table.kustannuslaskuri td.paaotsikko {
	background-color: #ccc;
	font-weight: bold;
}
table.kustannuslaskuri td.otsikko {
	width: 200px;
}
table.kustannuslaskuri td.yksikko {
	width: 65px;
}
input, select {
	font-size: 10px;
	font-family: Arial, Verdana;
}
.leftpad {
	margin-left: 3px
}

