body, html {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    height: 100%;
}
body {
    font-family: "Helvetica Neue", "Helvetia", "Arial", "Gill Sans", sans-serif;
    font-size: 80px;
    font-weight: bold;
}
a:link, a:visited{
    color: #509643;
    text-decoration: none;
}
a:hover, a:active {
    color: #68dd53;
    text-decoration: none;
}
.monogram_large {
    border: 0;
    width: 250px;
    height: auto;
}
.monogram_medium {
    border: 0;
    width: 100px;
    height: auto;
}
.monogram_small {
    border: 0;
    width: 50px;
    height: auto;
}
form input, form textarea {
    -webkit-appearance: none;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    border: 0;
    padding: 10px;
    min-height: 40px;
    box-sizing: border-box;
    background-color: #eae7e1;
    font-size: 16px;
}
form input:focus, form textarea:focus {
    background-color: #f4f3f0;
}
form input {
    width: 100%;
}
form textarea {
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: normal;
    width: 100%;
    height: 120px;
    font-size: 16px;
}
form {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    padding: 20px;
}
form tr {
    display: table-row;
}
form td {
    border: 0;
    padding: 0px 0px 10px 0px;
    margin:0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
form td div {
    display: block;
    font-size: 11px;
}
form label {
    padding-right: 10px;
    display: inline-block;
}
form table {
    width: 400px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
select {
    width: 100%;
    max-width: 120px;
}
input[type="submit"] {
    -webkit-appearance: none;
    background-color:#509643;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
    border: 0;
    padding: 0;
    margin: 0;
    height: 50px;
    /*opacity: 0.5;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;*/
}
input[type="submit"]:hover {
    background-color:#68dd53;
}
.click{
    pointer-events: none;
}
.header {
    font-size: 20px;
    font-weight: bold;
}
form p {
    display: inline-block;
}
#confirmed, #unconfirmed {
    display: block;
    padding-top: 5px;
    font-weight: bold;
}
#confirmed {
    color: green;
}
#unconfirmed {
    color: red;
}
.error {
    font-size: 11px;
}
.tydelig {
    font-weight: bold;
    color: red;
}
.textarea_wrap {
    display: block;
    position: relative;
    width: 400px;
    padding: 0;
    margin: 0;
}
#charNum {
    position: absolute;
    right:10px;
    bottom:-8px;
    font-size: 11px;
    background-color: rgba(255,255,255,1);
    color: #000000;
    border-radius: 4px;
    padding: 2px 4px;
}
.feedback {
    max-width: 90vw;
    width: 600px;
    font-size: 22px;
    font-family: "Times New Roman", Georgia, Serif;
    font-style: italic;
    display: block;
}
.brodtekst {
    text-align: left;
}
.regards {
    text-align: center;
}
.div_outer {
    display: table;
    height: 100%;
    width: 100%;
}
.div_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.filenotfound_brodtekst {
	font-size: 24px;
}
.front_text, .front_text a {
	font-size: 14px;
	color: #000000;
}
.front_text a:hover {
	text-decoration: underline;
}