<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Sosu Nord Public Pages Custom Styling */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8vh;
    line-height: 1.3;
    max-width: 800px;
    margin: 30px auto;
}

label, .longlabel, input {
    font-size: 1.8vh;
    line-height: 1.3;
    font-weight: 400;
}

#WebMessage,
#Reply {
	padding: 2em;
}

#JobList {
	background-image: none;
}

#JobList  #CustomLogo
{
	display: none;
}

#CustomLogo[src$=".svg"] {
    width: 50%;
    height: auto;
}

#approveHandlingOfApplication {
    vertical-align: top;
}

a:link {
	color: #a7010f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, .overskrift, h3 {
    font-family: "Montserrat", Arial, sans-serif;
    margin: 1em 0 .5em 0;
}

h1 {
	color: rgb(85, 92, 98);
	font-size: 4vh;
}

h2, .overskrift {
	color: rgb(85, 92, 98);
	font-size: 3.5vh;
}

h3 {
    color: rgb(85, 92, 98);
    font-size: 3vh;
}
</pre></body></html>