<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.budsjett {
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;
}
table.budsjett td {
	padding: 1px 4px 3px;
	color: #000;
}
table.budsjett td:last-child {
	text-align: right;
	white-space: nowrap;
	padding-right: 20px;
}
table.budsjett td:first-child {
	padding-left: 8px;
	text-align: center;
}
table.budsjett tr:last-child td {
	border-top: 1px solid #000;
	font-weight: bold;
}
.paragraph_well table.budsjett td:last-child {
	padding-right: 4px;
}
.paragraph_well table.budsjett td:last-child {
	padding-left: 4px;
}</pre></body></html>