table {
	border-collapse: collapse;
	padding: -21px;
	border-spacing: 40px;
}

tr:first-child {
	font-weight: bold;
}

table.oversigt tr {
	height: 30px;
}

table.oversigt.interactive tr:not(:first-child):hover {
	background-color: #a0a0a0;
	cursor: pointer;
}

td {
	padding: 4px 10px;
}
td:first-child {
	padding-left: 3px;
}
td:last-child {
	padding-right: 3px;
}

td a {
	color: black;
	text-decoration: none;
}

td img {
	height: 20px;
}

.store_new {
	margin-bottom: 20px;
	position: absolute;
}
.store_new button {
	width: auto;
	padding: auto;
}

.search {
	margin-left: 210px;
	position: relative;
}