body {
	background: #FFF;
	color: #222 !important;
	font-size: 0.8em;
	position: relative;
}

#TableContent {
	display: block;
	padding: 20px;	
}
.hidden {
	display: block !important;
}

/* ADMIN TABLE
----------------------------------------- */
#TilmeldteEditTable {
	background: #FFF;
	display: block;
	float: left;
	clear: both;
	margin: 5px 0 20px;
}

#TilmeldingsForm {
	display: block;
	list-style: none;
	width: 500px;
}

#TilmeldteEditTable td input {
	display: inline;
	height: 0px;
	width: 0px;
	font-size: 0px;
	border: none;
	margin-top: -100px;
}

#TilmeldteEditTable td {
	border-bottom: 1px solid #DDD;
	padding: 8px 10px 8px 10px;
	font-size: 1.2em;
}

#TilmeldingsForm li {
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 5px 0px 5px 0px;
}

#FormContent {
	display: none;
	width: 500px;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 1px solid #000;
	background: #EEE;
	padding: 20px;
}

.colHeader th {
	color: #333 !important;
	font-weight: 600;
	border-bottom: 3px solid #DDD;
	font-family: 1.5em;
	padding: 0 10px 10px 10px;
}
a {
	color: red !important;
}

.colHeader th a {
	color: #333 !important;
}

tr.betalt td {
	background: #e7ffee;
	color: #333 !important;
}

tr.betalt td a {
	color: #000 !important;
}

tr a {
	font-weight: 600 !important; 
}

.paaVenteliste {
	display: none;
}

.listeBtn {
	display: block;
	float: left;
	background: #BBB;
	color: #000 !important;
	text-decoration: none !important;
	padding: 6px 20px 5px !important;
	margin-right: 10px;
	font-weight: 600;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.excel {
	background: #a1e876;
	color: #FFF !important;
}

#AddPerson {
	clear: both;
}

#HideForm {
	position: absolute;
	right: 8px;
	top: 15px;
}

.submitBtn {
	background: #15ac15;
}

#ListeHeader {
	display: block;
	float: left;
	clear: both;
	margin-top: 20px;
	
}

.DTTT_container a {
	display: block;
	float: left;
	padding: 10px;
	background: #EEE;
}