body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	color: #000;
	text-align: center;
}
input.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 125px;
	color: #000;
	text-align: left;
}
input.kontekt_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 243px;
	color: #000;
	text-align: left;
}
input.kattenavn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 243px;
	color: #000;
	text-align: left;
}
input.stambogsnr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 243px;
	color: #000;
	text-align: left;
}
.titel_dropdown {
	width: 250px;
}
.email_row {
	width: 75px;
}
.stambog_row {
	width: 85px;
}
.file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: none;
	border-width: 1px;
	width: 160px;
}
table, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px solid black;
	border-collapse: collapse;
}
th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 22;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	text-align: center;
	display: none;
}
#missing {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 22;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	display: none;
}
select[disabled], input[disabled]  {
	background-color: #ededed; 
}
select, input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white; 
}
