input.indtastning {
    border: 0;
    outline: none;
    box-shadow: none;
}

input.indtastning:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}


input, button {
 color: #24622D;
}

input.sl_input {
	font-family: "Times New Roman", Times, serif;
	box-sizing: border-box;
	width: 600px;
	max-width: 100%;
	padding: 8px 12px;
	border: 1px solid #24622D;
	border-radius: 5px;
	font-size:16px;
	margin: 0px;
	cursor: pointer;
}

input.sl_input_sbm {
	font-family: "Times New Roman", Times, serif;
	box-sizing: border-box;
	width: 600px;
	max-width: 100%;
	padding: 8px 12px;
	border: 1px solid #24622D;
	border-radius: 5px;
	font-size:16px;
	margin: 0px;
	background: #24622D;
	color: #ffffff;
	cursor: pointer;
}

select {
	padding: 4px;
}