<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
BEMÆRK: Classes startende med "_" medtages i Tiny's Styleselect. Hold dem i lowercase for gennemgående browserkompatibilitet.
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,700');

* {
	box-sizing: border-box;
}

body, div, table, thead, tbody, tfoot, tr, td, th, caption {
	font-family: 'Open Sans';
	font-size: 10pt;
	color: #000000;
	-webkit-text-size-adjust: none;
}

div, table, thead, tbody, tfoot, tr, td, th, caption {
}

thead, th, caption {
	font-weight: bold;
	text-align: left;
}

table {
	/* border-collapse: collapse; */
	max-width: 100%;
	height: auto;
}

img {
	border-width: 0px;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
	height: auto;
}

form {
	margin: 0px;
}

hr {
	color: #d4d4d4;
	background-color: #d4d4d4;
	height: 1px;
	border-width: 0px;
}

h1, ._h1 {
	font-size: 22pt;
	color: #000000;
}

h2, ._h2 {
	font-size: 16pt;
	color: #000000;
}

h3, ._h3 {
	font-size: 12pt;
	color: #000000;
}

h4, ._h4 {
}

h5, ._h5 {
}

h6, ._h6 {
}

p, h1, ._h1, h2, ._h2, h3, ._h3, h4, ._h4, h5, ._h5, h6, ._h6 {
	margin: 0px;
}

a {
	color: #009640;
	text-decoration: none;
}

a:active {
	background: transparent;
}

a:hover {
	color: #009640;
	text-decoration: underline;
}

.formElement {
	font-family: inherit;
	font-size: 11pt;
	color: #000000;
	padding: 2px;
	padding: 6px;
	margin: 0px;
	resize: none;
	border: solid 1px #d4d4d4;
	border-radius: 2px;
	-webkit-appearance: none;
	outline: 0;
	width: 100%;
}

.formButton {
	font-family: inherit;
	font-size: 11pt;
	color: #ffffff;
	padding: 6px 16px 6px 14px;
	border-radius: 2px;
	border-width: 0px;
	-webkit-appearance: none;
	cursor: pointer;
	outline: 0;
	white-space: nowrap;
	background-color: #009640;
}

	.formButton:hover {
		opacity: 0.9;
	}

.signature {
	font-style: italic;
	font-size: 9pt;
}


/* --- */


._tekstombrydning_venstre {
	float: left;
	margin: 0px 10px 10px 0px;
}

._tekstombrydning_hoejre {
	float: right;
	margin: 0px 0px 10px 10px;
}

._tyndtabelramme {
	border-collapse: collapse;
}

._ingen_opbrydning_mobil {}

._placer {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	position: relative;
}
</pre></body></html>